

*{
    margin: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Geomanist light';
    src: url('../font/geomanist-regular-webfont.eot');
    src: url('../font/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist-regular-webfont.woff2') format('woff2'),
         url('../font/geomanist-regular-webfont.woff') format('woff'),
         url('../font/geomanist-regular-webfont.ttf') format('truetype'),
         url('../font/geomanist-regular-webfont.svg#geomanistregular') format('svg');
}
@font-face{
    font-family: 'Geomanist medium';
    src: url('../font/Geomanist-Medium.ttf');
}
@font-face {
    font-family: 'Geomanist regular';
    src: url('../font/Geomanist-Book.ttf')
}
@font-face {
    font-family: 'Geomanist black';
    src: url('../font/Geomanist-Black.ttf')
}
.medio{
    width: 300px; 
    margin: 20px 20px 0px 90px;
    float:left
}
.item-selectortexto{
    font-family: "Geomanist regular";
    color: white;
    text-decoration: none;
    font-size: 20px;
    height:400px;
    position:absolute;
    left:0;
    right:0;
    display:block;
    padding: 45% 0;
}
.item-selectortexto:hover{
    color: white;
}
.cuerpo-section-seleccion{
    display: flex;
    justify-content: space-between;
}
.imagenes-seleccion{
    width: 450px;
    height: 400px;
    box-shadow: 3px 3px 5px 3px #e9e9f0;
    overflow: hidden;
    position: relative;
}
.imagenes-seleccionknick{
    width: 450px;
    height: 400px;
    box-shadow: 3px 3px 5px 3px #e9e9f0;
    overflow: hidden;
    position: relative;
}
.imagenes-seleccionknick:hover .img-selectorknick{ 
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
    transition: 0.5s;
}
.imagenes-seleccionknick:hover{ 
    transition: 0.5s;
}
.img-selectorknick{
    width: 450px;
    height: 400px;
    transition: 0.5s;
}
.img-selector{
    width: 450px;
    height: 400px;
    transition: 0.5s;
}
.imagenes-seleccion:hover .img-selector{ 
    -webkit-transform:scale(1.3);
    transform:scale(1.3);
    transition: 0.5s;
}
.imagenes-seleccion:hover{ 
    transition: 0.5s;
}
.contenedor-slider{
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
.slider{
    width: 11000px;
    height: 120px;
    transition: 70s;
    background-color: transparent;
    background-size: 100% 100%;
    background-image: url(../img/tira.jpg);
}
.mover{
    background-image: url(../img/tira.jpg);
    animation: cliente 70s infinite linear;
}
@keyframes cliente{
    to{
        background-position: 11000px;
    }
}
.loader{
    border-radius: 100%;
    height: 35px;
    border: none;
    perspective: 700px;
    padding: 0;
    top: 50%;
    position: fixed;
    transition: all 1s ease;
    right: calc(50% - 100px);
    left: calc(50% - 100px);
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tope{
  display: flex;   
  height: 35px;
  width: 35px;

  border-radius: 100%;

  transform: rotateX(0deg);
  transform: rotateY(360deg);
  animation-name: girar;
  transition:all 1s ease;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}
#bodycuerpo{
    overflow: hidden;
    padding: 0 auto;
}

.fotosprod .glider-track{
    width: 470px;
    height: 319px;
}
.imagprod,
.imagprod img{
    width: 470px;
    height: 319px;
}
.carouselprod{
    width: 470px;
    height: 319px;
}
body{
    overflow-x: hidden;
}
.cuerpopaginiciar{
overflow-y: hidden;
transition: 0.5s;
}
#fondo{
    top: -120px;
    position: absolute;
    background-color: #4D4D4D;
    width: 100%; 
    height: 5000px;
    z-index: 1000;
    transition: all 1s ease;
}
/* BARRA DE NAVEGACION */
.bar{
    background-color: black;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
}
.bar-idioma{
    height: 40px;
    width: 120px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
}
.bar-idiomavisible{
    height: 110px;
}
.idioma{
    font-family: "Geomanist medium","Arial medium";
    line-height: 40px;
    background-color: transparent;
    border-color: transparent;
    color: white;
    font-size: 13px;
    margin: 0px;
    font-style: none;
    text-decoration: none;
    padding: 0px;
    padding-bottom: 4px;
}
.idioma:hover{
    font-family: "Geomanist light","Arial light";
    line-height: 40px;
    background-color: transparent;
    border-color: transparent;
    color: white;
    font-size: 13px;
    margin:0px;
    font-style: none;
    text-decoration: none;
    border-bottom: 1px solid #FF8000;
    padding-bottom: 4px;
}
.selector{
    background-color: black;
    width: 120px;
    padding: 0;
    height: 40px;
    list-style: none;
    text-align: center;
}
.acti-idioma{
    display: none;
}
.opcionidi{
    background-color: black;
    padding: 5px 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 35px;
    z-index: 1000;
    position: relative;
}
.tipidi{
    color: white;
    text-decoration: none;
    font-family: "Geomanist light","Arial light";
    background-color: transparent;
    border-color: transparent;
    color: white;
    font-size: 13px;
    font-style: none;
    text-decoration: none;
    padding-bottom: 4px;  
}
.tipidi:hover{
    font-family: "Geomanist light","Arial light";
    background-color: transparent;
    border-color: transparent;
    color: white;
    font-size: 13px;
    font-style: none;
    text-decoration: none;
    border-bottom: 1px solid #FF8000;
    padding-bottom: 4px;
}
.header{
    background-color: white;
    height: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}
.scroll{
    background-color: white;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    margin-top: 0px;

}
.nav{
    display: flex;
    width: 100%;
}
.item{
    text-decoration: none;
    color: #4D4D4D;
    padding-bottom: 3px;
    transition: 0.5s;
    font-family: 'Geomanist medium','Arial medium';
}
.item:hover{
    border-bottom: 1px solid #FF8000;  
    color:#FF8000;
    padding-bottom: 3px;
}
.activaritem{
    border-bottom: 1px solid #FF8000;  
    color:#FF8000;
    padding-bottom: 3px;
}
.item:active{
    border-bottom: 1px solid #FF8000;  
    color:#FF8000;
    padding-bottom: 3px;
}
#logo{
    margin-left: 50px;
    height: 40px; 
    margin-top: 20px; 
    padding:0;
}
.toggle-bar{
    color: #FF8000;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    line-height: 60px;
    display: none;
    cursor: pointer;
    
}
.toggle-bar-visible{
    z-index: 1000;
}
.nav-navbar{
    display: flex;
    list-style: none;
    margin: 0 auto;
}
.nav-item{
    font-size: 15px;
    margin: 0 20px;
    line-height: 80px;
    width: max-content;
}

.btnbus{
    padding: 0px;
    margin: 0px;
    margin-top: 25px;
}
.nav-item-bar{
    font-size: 15px;
    margin: 0 auto;
    margin-left: 0px;
    padding: 0px;
}
.barbus{
    width: 200px;
    height: 30px;
    border-style: none;
    transition: 0.5s;
    color: white;
    padding-left: 10px;
    background-color: #4D4D4D;
    font-family: "Geomanist light","Arial light";
}
.barbus:focus{
    outline: none;
}
.barbus::placeholder{
    color: white;
    padding-left: 10px;
    font-family: "Geomanist light","Arial light";
}
.btnimg,
.btnimg:hover{
    background-color: #FF8000;
    color: white;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -20px;
    z-index: 0;
    padding: 2px;
    cursor: pointer;
}
.linkdenun{
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: "Geomanist regular","Arial regular";
    height: 20px;
}
.denun{
    background-color: black;
    top: 120px;
    padding: 10px 20px;
    list-style: none;
    color: white;
    z-index: 2000;
    position: absolute;
}
.denunli{
    height: 60px;
}
/* PIE DE PAGINA */
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;
    width: 100%;
    left: 0;
    display: block;
    overflow: hidden;
}
.contenedor{
    padding: 0;
    display: flex;
    width: 1096.53px;
}
.contenedor-central{
    width: 1096.53px;
    padding: 0;
    margin:25px auto;
}
.contenedor-pag{
    margin: 0 auto;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.txtpie{
    font-family: "Geomanist medium","Arial medium";
    margin: 20px 0;
    color: black;
}
.txtpie-item{
    margin: 7px 0;
}
.icon-redes{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 30px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
    font-family: "Geomanist light","Arial light";
    cursor: pointer;
}
.pie-contacto{
    margin-bottom: 20px;
}
.img-contactos{
    font-size: 20px; 
    margin-right: 15px;
}
.img-redes{
    font-size: 35px;
}
.item-pie{
    font-family: "Geomanist light","Arial light";
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    font-size: 12px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.copy{
    color: white;
    font-family: "Geomanist light","Arial light";
}
/* PAGINA INICIO*/
.carousel{
    padding: 0;
    margin-top: 0px;
    transition: all 0.5s ease;
}
.descknick{
    list-style-image: url(../img/flechaknick.svg);
}
.desclgc{
    list-style-image: url(../img/flechalgc.svg);
}
.descvaisala{
    list-style-image: url(../img/flechalgc.svg);
}
.portada{
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 475px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.lista{
    display: flex;
    width: 300%; 
    height: 475px;
    margin-left: -100%;
    transition: all 0.5s ease;
}
.port{
    width: 100%; 
    height: 475px;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease;
}
.title{
    color: white;
    text-align: left;
    font-family: "Geomanist regular","Arial regular";
    margin-top: 0;
    padding-right:  60px;
    padding-left: 140px;
    font-size: 45px;
}
.subt{
    color: white;
    text-align: left;
    font-family: "Geomanist regular","Arial regular";
    margin: 0;
    padding: 20px 60px;
    font-size: 22px;
}
.txtcon{
    color: white;
    text-align: left;
    font-family: "Geomanist light","Arial light";
    margin: 0;
    padding-right: 60px;
    padding-left: 140px;
    font-size: 30px;
}
.txt-port{
    width: 50%;
    height: 100%;
}
.texttitcon{
    display: table-cell;
   vertical-align: middle;
}
.textoportada{
    height: 375px;
    align-items: center;
    display: table;
}
.botonesportada{
    width: 100%;
    height: 100px;
    position: relative;
}
.botonesportada-boton{
    width: 100%;
    height: 100px;
    background-color: white;
    justify-content: space-between;
    position: absolute;
    transition: 0.5s;
}
.imgbotonport{
    position: absolute;
    width: 100px;
    height: 50px;
    margin-top: 25px;
    left: 140px;
    transition: 0.5s;
}
#flechabotonport{
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: 25px;
    transition: 0.5s;
    right: 20px;
    transition: 0.5s;
}
.botonesportada-boton:hover .imgbotonport{
    margin-top: 25px;
    width: 120px;
    height: 50px;
    transition: 0.5s;
}
.botonesportada-boton:hover #flechabotonport,
.botonesportada-boton:hover #flechabotonportknick,
.botonesportada-boton:hover #flechabotonportlgc{
    margin-top: 25px;
    width: 120px;
    height: 50px;
    transition: 0.5s;
    right: -15px;
}

.btn-port{
    background-color: transparent;
    color: white;
    height: 50px;
    width: 50px;
    border-color: transparent;
    padding: 0;
}
.btn-port:hover{
    background-color: #4D4D4D;
    color: #FF8000;
}
.btn-portdere{
    background-image: url(../img/flechaderecha.svg);
    background-color: transparent;
    height: 50px;
    width: 50px;
    border-color: transparent;
    cursor: pointer;
}
.btn-portizq{
    background-image: url(../img/flechaizquierda.svg);
    background-color: transparent;
    height: 50px;
    width: 50px;
    border-color: transparent;
    cursor: pointer;
}
.btn-portdere:hover{
    background-image: url(../img/flecahderechaorange.svg);
    background-color: #4D4D4D;
    height: 50px;
    width: 50px;
    border-color: transparent;
}
.btn-portizq:hover{
    background-image: url(../img/flechaizquierdaorange.svg);
    background-color: #4D4D4D;
    height: 50px;
    width: 50px;
    border-color: transparent;
    
}
.btn-prev, .btn-next{
    position: absolute;
    display: block;
    background-color: transparent;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border-color: transparent;
    color: white;
    padding: 0;
    margin: 0;
    top: calc(50% - 50px);
}
.btn-prev{
    left: 0px; 
}
.btn-next{
    right: 0px;
}

.pag-contenido h1{
    font-family: "Geomanist medium","Arial medium";
    color: #4D4D4D;
}
.pag-contenido h3{
    font-family: "Geomanist light","Arial light";
    font-weight: bold;
}
.pag-contenido h2{
    font-family: "Geomanist light","Arial light";
    color: #FF8000;
    font-weight: bold;
}
.cuerpo-pag{
    padding: 30px 50px;
    margin: 0px;
    height: auto;
    text-align: center;
}
.cuerpo-pag-contenido{
    text-align: center;
    padding: 0 15px;
    margin: 0;
}
#especontenido{
    font-size: 23px;
    text-align:justify;
    font-family: "Geomanist light","Arial light";
    font-weight: bold;
}
.seccionpro a,
#especontenido a{
    padding-bottom: 5px;
    transition: 0.5s;
    color: #FF8000;
    list-style: none;
    text-decoration: none;
    border-bottom: 1px solid ;
    font-family: "Geomanist medium","Arial medium";
}
.seccionpro a:hover,
#especontenido a:hover{
    color: #ce0037;
    list-style: none;
    text-decoration: none;
    transition: 0.5s;
}
.pag-contenido{
    margin: 0 auto;
    width: 750px;
}
.cuerpo-pag-tablas{
    display: flex;
    padding: 0px;
    margin: 20px auto;
    width: 858px;
}
.cuerpo-pag-tab{
    width: 389px;
    height: 430px;
    margin: 0px 10px;
}
.tablas{
    background-color: rgb(0, 0, 0, .1);
    width: 369px;
    height: 430px;
    text-align: left;
    text-decoration: none;
    padding: 20px 20px;
    margin: 0 30px;

}
.titulo-tablas{
    color: black;
    font-size: 23px;
    font-family: "Geomanist medium","Arial medium";
}
.tablas-item{
    list-style: none;
    text-decoration: none;
    padding:0;
    margin:20px 0px;
}
.itemtablas{
    font-family: "Geomanist light","Arial light";
    text-decoration: none;
    color: black;
    font-size: 5px;
    transition: 0.3s;
    font-size: 15px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: bold;
}
.itemtablas:hover{
    color: white;
    font-family: "Geomanist light","Arial light";
    background-color: #FF8000;
    transition: 0.5s;
    font-weight: bold;
}
.cuerpo-pag-section-item{
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px auto;
    background-color: rgb(243, 125, 57, .2);
    position: relative;
}
.cuerpo-pag-section-itemmetro{
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px auto;
    background-color: white;
    position: relative;
    box-shadow: 3px 3px 5px 3px #e9e9f0;
}
.imgsection{
    height: 319px;
    width: 470px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0;
}
.imgsectiondere{
    height: 319px;
    width: 470px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0;
}
.imgsectioniz{
    height: 319px;
    width: 470px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0;
}
.imgsectionizini{
    height: 319px;
    width: 470px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0;
}
.item-section{
    height: 319px;
    width: 470px;
    line-height: 319px;
}
.item-sectionmetro{
    height: 319px;
    width: 470px;
    line-height: 319px;
}
.cuerpo-pag-imgsection{
    width: 470px;
    height: 196px;
    padding: 20px;
    margin: auto 0px;
    text-align: left;
}
.cuerpo-section{
    width: 940px;
    margin: 0 auto;
}
.botoninfo{
    background: linear-gradient(to right, white 50%, #FF8000 50%);
    background-size: 230%;
    background-position: left;
    transition: background-position 0.5s ;
    border: 2px solid #FF8000;
    padding: 8px;
    margin: 20px 0;
    list-style: none; 
    text-decoration: none;
    color: black;
    font-family: "Geomanist regular","Arial regular";
    width: auto;
    height: auto;
}
.botoninfobus{
    background-color: #FF8000;
    background-position: 100% 100%; 
    border: none;
    display: block;
    text-align: center;
    padding: 10px 0px;
    transition: 0.5s;
    list-style: none; 
    text-decoration: none;
    color: white;
    font-family: "Geomanist medium","Arial medium";
    outline: none;
}
.botoninfobus:hover{
    padding: 10px 0px;
    font-size: 20px;
    color: white;
}
.botoninfo:hover{
    color: white;
    background-position: right;
}

.carousel_indicador{
    margin: 40px 0;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: -100px;
    left: 0;
}
.carousel_indicador .glider-dot{
    display: block;
    width: 30px;
    height: 4px;
    background: #FF8000;
    opacity: .4;
    border-radius: 0;
    transition: 0.5;
}
.carousel_indicador .glider-dot:hover{
    opacity: .6;
}
.carousel_indicador .glider-dot.active{
    opacity: 10;
}
.glider-track{
    height: 450px;
}
.carouselfotos{
    padding: 0;
    margin-bottom: 100px;
    position: relative;
}
.galeria{
    margin: 0 auto;
    padding: 0;
    width: 1250px; 
    height: 450px;
    overflow: hidden;
}

.fotos{
    margin: 0 auto;
    padding: 0px;
    width: 1250px; 
    height: 450px;
    
}
.imaggaleria{
    background-color: rgb(0, 0, 0, .1);
    width: 300px; 
    height: 450px;
    margin: 0px 5px;
    padding: 0px;
    transition: 0.5s;
}
.btn-retro, .btn-avan{
    position: absolute;
    display: block;
    background-color: rgb(0, 0, 0, .5);
    height: 50px;
    width: 50px;
    border-color: transparent;
    padding: 0;
    margin: 0;
    top: 57%;
}
.btn-retro{
    left: 0px;
}
.btn-avan{
    right: 0px;
}
.titulopro{
    margin-top: 10px;
    font-size: 22px;
    font-family: "Geomanist medium","Arial medium";
}
.despro{
    height: 160.5px;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Geomanist medium","Arial regular";
    text-align: justify;
}
/* PAGINA PRODUCTOS */
.prodsecun{
    width: 100%;
    max-height: 400px;
    background-color: transparent;
    margin: 50px auto;
    display: block;
}
.prodsecun,
.prodsecun .carousel,
.prodsecun .portada,
.prodsecun .lista,
.prodsecun .port{
    max-height: 400px;
}
.img-what{
    font-size: 35px;
}
.icon-prod{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.marcasportafolio{
    text-align: center;
}
.marcasconten{
    width: auto;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
}
.tamlog{
    margin: 30px;
    width: 200px;
    height: 100px;
    transition: 0.5s;
}
.botonmarcas{
    width: 200px;
    height: 100px;
}
.botonmarcas:hover .tamlog{
    width: 220px;
    height: 120px;
    margin: 20px;
    transition: 0.5s;
}
.seccionpro{
    width: 100%;
    padding: 0 50px;
    margin-top: 20px;
}
.seccionpro-titulo{
    width: 750px;
    margin: 0 auto;
    padding: 20px 0;
}
.seccionpro-item{
    padding: 20px 0;
    font-size: 30px;
    text-align: left;
    font-family: "Geomanist medium","Arial medium";
}
#logoinacal{
    width: 400px;
    height: 210px;
    padding-top: 20px;
}
.conten-prod{
    padding: 20px 50px;
}
.conten-item{
    width: 1000px;
    margin: auto;
}
.imaggaleriaprod{
    background-color: rgb(0, 0, 0, .1);
    width: 200px; 
    height: 500px;
    margin: 30px 0;
    padding: 0px;
    transition: 0.5s;
}
.fot{
    display: flex;
    justify-content: space-between;
}
.fot-div{
    width: 466px;
    display: flex;
    justify-content: space-between;
}
.despropro{
    height: 200px;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: left;
    font-family: "Geomanist regular","Arial regular";
}
.barra-nav{
    width: 100%;
    padding: 0 50px;
}
.seccionpro-item-contenido{
    font-family: "Geomanist regular","Arial regular";
    text-align: justify;
}
.seccionpro-itemnav{
    padding: 0px 0px;
    font-size: 20px;
    text-align: left;
    color: white;
    font-family: "Geomanist medium","Arial medium";
    margin: 0;
}
.seccionpro-titulonav{
    width: 750px;
    margin: 0 auto;
    padding: 3px 0px;
}
.cuerpo-pag-imgsectionmetro{
    width: 470px;
    padding: 20px;
    margin: 0px 0px;
    text-align: left;

}
.cuerpo-pag-imgsectionmetro h5{
    font-family: "Geomanist medium","Arial medium";
}
.cuerpo-pag-imgsectionmetro p,
.cuerpo-pag-imgsectionmetro li{
    font-family: "Geomanist regular","Arial regular";
    text-align: justify;
}
.cuerpo-pag-imgsectionmetro p{
    font-size: 14px;
}
.cuerpo-pag-imgsectionmetro h5{
    color: #FF8000;
}
.cuerpo-pag-imgsectionmetro h5{
    color: #FF8000;
}
/*      VISITA      */
.contacto{
    padding: 50px;
}
.formulario .form-control::placeholder{
    font-family: "Geomanist light","Arial light";
}
.mapa-contacto h5{
    font-family: "Geomanist medium","Arial medium";
}
.mapa-contacto p{
    font-family: "Geomanist light","Arial light";
}
.campo-contacto{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.contacto ul,
.contacto li{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.formulario{
    background-color: #4D4D4D;
    width: 400px;
    padding: 50px;
    padding-top: 20px;
    margin: 0 auto;
}
textarea{
    height: 150px;
}
/* Para Laptop */
@media (max-width:1366px){
    /* PAGINA INICIO*/
.carousel{
    padding: 0;
    margin-top: 0px;
    width: 100%; 
    height: 430px;
    overflow: hidden;
}
.lista{
    height: 430px;
}
.portada{
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 430px;
    overflow: hidden;
}
.port{
    width: 100%; 
    height: 430px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    margin: 0px;
    padding: 0px;
    transition: 0.5s;
    background-position-y: 100%;
}
.btn-port{
    background-color: transparent;
    height: 50px;
    width: 50px;
    border-color: transparent;
    color: white;
}
.btn-prev, .btn-next{
    position: absolute;
    display: block;
    background-color: transparent;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border-color: transparent;
    color: white;
    padding: 0;
    margin: 0;
    top: calc(50% - 50px);
}
.btn-prev{
    left: 0px; 
}
.btn-next{
    right: 0px;
}
.btn-port:hover{
    background-color: #4D4D4D;
    height: 50px;
    width: 50px;
    border-color: transparent;
    color: #FF8000;
}
.textoportada{
    height: 330px;
}
.cuerpo-pag{
    padding: 30px 50px;
    margin: 0px;
    height: auto;
    text-align: center;
}
.cuerpo-pag-contenido{
    text-align: center;
    padding: 0 15px;
    margin: 0;
}
.pag-contenido{
    margin: 0 auto;
    width: 750px;
}
.title{
    font-size: 35px;
}
.txtcon{
    padding-top: 0px;
}

.cuerpo-pag-section-item{
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px auto;
    background-color: rgb(243, 125, 57, .2);
    position: relative;
    
}
.cuerpo-pag-section-itemmetro{
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px auto;
    background-color: white;
    position: relative;
    width: 940px;
}
.imgsection{
    width: 455px;
}
.imgsectiondere{
    width: 470px;
}
.imgsectioniz{
    width: 470px;
}
.imgsectionizini{
    width: 470px;
}
.item-section{
    height: 319px;
    width: 470px;
    line-height: 319px;
}
.item-sectionmetro{
    height: 319px;
    width: 470px;
    line-height: 319px;
} 
.cuerpo-pag-imgsection{
    width: 500px;
    height: 196px;
    padding: 20px;
    margin: auto 0px;
    text-align: left;
}
.cuerpo-pag-section-item{
    width: 940px;
}
.cuerpo-section{
    width: 1000px;
    margin: 0 auto;
}
.btn-info{
    background-color: white;
    border: none;
    border: 1px solid #FF8000;
    padding: 8px;
    margin: 20px 0;
    transition: 0.2s;
}
.btn-info:hover,
.btn-info:active{
    background-color: #FF8000;
    border: 1px solid #FF8000;
}
.galeria{
    margin: 0 auto;
    padding: 0;
    width: 1100px; 
    height: 450px;
    overflow: hidden;
}
.fotos{
    margin: 0 auto;
    padding: 0px;
    width: 1100px; 
    height: 450px;
    
}
.titulopro{
    font-size: 19px;
}
.despro p{
    font-size: 13.5px;
}
}
/* TAMAÑO DE 1039PX */
@media (max-width:1039px){
    /* PIE DE PAGINA */
    .barbus{
        width: 150px;
        height: 30px;
        border-style: none;
        transition: 0.5s;
        margin-top: 0px;
    }
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;
    width: 100%;
    height: 327px;
    left: 0;
    overflow: hidden;
}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    width: 1039px;
    height: 276px;
}
.contenedor-central{
    width: 1039px;
    height: 276px;
    padding: 0;
    margin:25px 0;
}
.contenedor-pag{
    margin: 0 auto;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    font-family: sans-serif;
    margin: 20px 0;
}
.txtpie-item{
    margin: 7px 0;
}
.icon-redes{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 20px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
}
.pie-contacto{
    margin-bottom: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    font-size: 12px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
/*    PAGINA INICIO    */
.galeria{
    margin: 0 auto;
    padding: 0;
    width: 700px; 
    height: 450px;
    overflow: hidden;
}
.fotos{
    margin: 0 auto;
    padding: 0px;
    width: 700px; 
    height: 450px; 
}
.imgsection{
    height: 219px;
    width: 470px;
}
.imgsectioniz{
    height: 219px;
    width: 470px;
}
.imgsectionizini{
    height: 319px;
    width: 470px;
}
.item-section{
    height: 219px;
    width: 470px;
}
.cuerpo-pag-imgsection{
    width: 470px;
    height: 196px;
}
.cuerpo-section{
    width: 940px;
}
/*    Pagina productos    */
.fot{
    width: 466px;
    flex-direction: column;
    margin: 0 auto;
}
.fot-div{
    width: 466px;
    display: flex;
    justify-content: space-between;
}
.conten-item{
    width: auto;
}
/*    Vista      */
.campo-contacto{
    flex-direction: column;
    width: 500px;
}
.formulario{
    margin: 30px auto;
}
}
/* TAMAÑO DE 1187PX */
@media (max-width:1187px){
    /*    PAGINA INICIO    */
.galeria{
    margin: 0 auto;
    padding: 0;
    width: 800px; 
    height: 450px;
    overflow: hidden;
}
.fotos{
    margin: 0 auto;
    padding: 0px;
    width: 800px; 
    height: 450px; 
}
.imgsection{
    height: 319px;
    width: 470px;
}
.imgsectioniz{
    height: 319px;
    width: 470px;
}
.item-section{
    height: 319px;
    width: 470px;
}
.cuerpo-pag-imgsection{
    width: 470px;
    height: 196px;
}
.cuerpo-section{
    width: 940px;
}
.barbus{
    width: 150px;
}
}
@media (max-width:1105px){
    /* BARRA DE NAVEGACION */
    .bar{
        background-color: black;
        height: 40px;
        width: 100%;
        top: 0px;
        text-align: center;
        align-content: flex-end;
        z-index: 1001;
    }
    .idioma{
        font-family: sans-serif;
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin: 0px;
        font-style: none;
        text-decoration: none;
        padding: 0px;
        padding-bottom: 4px;
    }
    .idioma:hover{
        font-family: sans-serif;
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin:0px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .selector{
        background-color: black;
        width: 120px;
        border-radius: 10px;
        padding:0;
        height: 40px;
        list-style: none;
        text-align: center;
    }
    .acti-idioma{
        display: none;
        
    }
    .opcionidi{
        background-color: black;
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
        flex-direction: column;
        align-items: center;
        height: 30px;
        z-index: 1001;
    }
    .tipidi{
        color: white;
        text-decoration: none;
        font-family: "Geomanist light","Arial light";
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        padding-bottom: 4px;  
    }
    .tipidi:hover{
        font-family: sans-serif;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .header{
        background-color: white;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .scroll{
        background-color: white;
        height: 60px;
        width: 100%;
        position: fixed;
        top: -40px;
        z-index: 1000;
    }
    .nav{
        display: flex;
        width: 100%;
        justify-content: space-between; 
    }
    .item{
        text-decoration: none;
        color: white;
        padding-bottom: 3px;
        transition: 0.5s;
        
    }
    .item:hover{
        border-bottom: 1px solid #FF8000;  
        color:#FF8000;
        padding-bottom: 3px;
    }
    #logo{
        margin-left: 20px;
        height: 35px; 
        margin-top: 12.5px; 
        padding:0;
    }
    .toggle-bar{
        display: block;   
    }
    .nav-navbar{
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        list-style: none;
        background-color: rgb(47, 57, 79);
        position: fixed;
        left: 0;
        top: 100px;
        z-index: 1000;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
    }
    .nav-navbar-scroll{
        top: 60px;
    }
    .nav-navbar-visible{
        left: 0;
    }
    .nav-item{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
    }
    
    .btnbus{
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }
    .nav-item-bar{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
        padding: 0px;
        right: 0;
    }
    .barbus{
        width: 150px;
        height: 30px;
        border-style: none;
        transition: 0.5s;
        margin-top: 0px;
    }
    .botonesportada-boton{
        left: 0;
    }
    .seccionpro-item-contenido{
        text-align: left;
    }
}
/* TAMAÑO DE 977PX */
@media (max-width: 977px){
    .cuerpo-section-seleccion{
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        list-style: none;
        background-color: transparent;
        width: 450px;
        margin: 0 auto;
    }
    *{
        margin: 0px;
        box-sizing: border-box;
    }
    /* BARRA DE NAVEGACION */
    .bar{
        background-color: black;
        height: 40px;
        width: 100%;
        top: 0px;
        text-align: center;
        align-content: flex-end;
        z-index: 1001;
    }
    .idioma{
        font-family: sans-serif;
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin: 0px;
        font-style: none;
        text-decoration: none;
        padding: 0px;
        padding-bottom: 4px;
    }
    .idioma:hover{
        font-family: sans-serif;
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin:0px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .selector{
        background-color: black;
        width: 120px;
        border-radius: 10px;
        padding:0;
        height: 40px;
        list-style: none;
        text-align: center;
    }
    .acti-idioma{
        display: none;
        
    }
    .opcionidi{
        background-color: black;
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
        flex-direction: column;
        align-items: center;
        height: 30px;
        z-index: 1001;
    }
    .tipidi{
        color: white;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        padding-bottom: 4px;  
    }
    .tipidi:hover{
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .header{
        background-color: white;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .scroll{
        background-color: white;
        height: 60px;
        width: 100%;
        position: fixed;
        top: -40px;
        z-index: 1000;
    }
    .nav{
        display: flex;
        width: 100%;
        justify-content: space-between; 
    }
    .item{
        text-decoration: none;
        color: white;
        padding-bottom: 3px;
        transition: 0.5s;
        
    }
    .item:hover{
        border-bottom: 1px solid #FF8000;  
        color:#FF8000;
        padding-bottom: 3px;
    }
    #logo{
        margin-left: 20px;
        height: 35px; 
        margin-top: 12.5px; 
        padding:0;
    }
    .toggle-bar{
        display: block;   
    }
    .nav-navbar{
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        list-style: none;
        background-color: rgb(47, 57, 79);
        position: fixed;
        left: 0;
        top: 100px;
        z-index: 1000;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
    }
    .nav-navbar-scroll{
        top: 60px;
    }
    .nav-navbar-visible{
        left: 0;
    }
    .nav-item{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
    }
    
    .btnbus{
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }
    .nav-item-bar{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
        padding: 0px;
        right: 0;
    }
    .barbus{
        width: 150px;
        height: 30px;
        border-style: none;
        transition: 0.5s;
        margin-top: 0px;
    }
    /*    PAGINA INICIO   */
    .portada,
    .lista,
    .carousel{
        height: 800px;
    }
    .port{
        background-size: 100% 100%;
        background-position: 0% 0%;
    }
    .txt-port{
        width: 100%;
        position: relative;
        top: 100%;
        padding: 0;
        height: 380px;
    }
    .title{
        padding-top: 40px;
    }
    .textoportada{
        width: 100%;
        height: 280px;
    }
    .botonesportada{
        width: 100%;
    }
    .botonesportada-boton{
        left: 0;
    }
    .cuerpo-pag{
        padding: 30px 20px;
    }
    .cuerpo-pag-section-item{
        flex-direction: column;
        height: 438px;
        width: 470px;
    }
    .cuerpo-pag-section-itemmetro{
        flex-direction: column;
        width: 370px;
    }
    .imgsection{
        width: 470px;
        height: 242px;
    }
    .imgsectiondere{
        width: 370px;
        height: 219px;
    }
    .cuerpo-pag-imgsectionmetro{
        width: 370px;
    }
    .cuerpo-pag-imgsectionmetro h5{
        font-size: 16px;
    }
    .cuerpo-pag-imgsectionmetro p{
        font-size: 12px;
    }
    .cuerpo-pag-imgsectionmetro ul{
        font-size: 12px;
    }
    .cuerpo-pag-imgsectionmetro ol{
        font-size: 12px;
    }
    .imgsectioniz{
        height: 219px;
        width: 370px;
        left: 0;
    }
    .imgsectionizini{
        height: 242px;
        width: 470px;
        left: 0;
    }
    .item-section{
        height: 242px;
    }
    .item-sectionmetro{
        width: 370px;
        height: 219px;
    }
    .cuerpo-section{
        width: 570px;
    }
    .despro{
        text-align: left;
    }
    .titulopro{
        text-align: left;
        font-size: 18px;
    }
    /* PIE DE PAGINA */
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;
    width: 100%;
    height: 327px;
    overflow: hidden;
}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    width: 977px;
    height: 276px;
}
.contenedor-central{
    width: 977px;
    height: 276px;
    padding: 0;
    margin:25px 0;
}
.contenedor-pag{
    margin: 0 auto;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    font-family: sans-serif;
    margin: 20px 0;
}
.txtpie-item{
    margin: 7px 0;
}
.icon-redes{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 20px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
}
.pie-contacto{
    margin-bottom: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    font-size: 12px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
}
/* TAMAÑO DE 915PX */
@media (max-width: 915px){
    /* PIE DE PAGINA */
.textoportada,
.texttitcon{
    height: 250px;
}
.txt-port{
    height: 350px;
}
.slider{
    height: 100px;
}
.title,
.txtcon{
    font-size: 30px;
}
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;
    width: 100%;
    height: 327px;
    overflow: hidden;
}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    width: 850px;
    height: 276px;
}
.contenedor-central{
    width: 850px;
    height: 276px;
    padding: 0;
    margin:25px auto;
}
.contenedor-pag{
    margin: 0 auto;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    margin: 20px 0;
}
.txtpie-item{
    margin: 7px 0;
}
.icon-redes{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 20px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: orangered;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
}
.pie-contacto{
    margin-bottom: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    font-size: 12px;
}
.item-pie:hover{
    color: orangered;
}
.item-contacto:hover{
    color: orangered;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
/*      PAGINA INICIO     */
#especontenido{
    font-size: 15px;
}
.pag-contenido h1{
    font-size: 20px;
}
.pag-contenido h2{
    font-size: 20px;
}
.pag-contenido h3{
    font-size: 15px;
}
.cuerpo-pag{
    padding: 30px 50px;
    margin: 0px;
    height: auto;
    text-align: center;
}
.cuerpo-pag-contenido{

    text-align: center;
    padding: 0 15px;
    margin: 0;
}
.pag-contenido{
    margin: 0 auto;
    width: 686px;
}
.cuerpo-pag-tablas{
    flex-direction: column;
    padding: 0px;
    margin: 20px auto;
    width: 429px;
}
.cuerpo-pag-tab{
    width: 389px;
    height: 430px;
    margin: 20px 10px;

}
.tablas{
    width: 389px;
    height: 430px;
    text-align: left;
    text-decoration: none;
    padding: 20px 20px;
    margin: 20px 30px;

}
/*     PGINA PRODUCTOS     */
.seccionpro-item{
    font-size: 22px;
}
.seccionpro-item-contenido{
    font-size: 15px;
    text-align: left;
}
.seccionpro-titulo{
    width: 500px;
}
#logoinacal{
    width: 300px;
    height: 180px;
}
}
/* TAMAÑO DE 817PX */
@media (max-width: 817px){
    .galeria{
        margin: 0 auto;
        padding: 0;
        width: 550px; 
        height: 450px;
        overflow: hidden;
    }
    .fotos{
        margin: 0 auto;
        padding: 0px;
        width: 550px; 
        height: 450px; 
    }
    .titulopro{
        font-size: 18px;
    }
    .despro p{
        font-size: 15px;
    }
}
/* Tamaño de 800px*/
@media (max-width:800px){
    *{
        margin: 0px;
        box-sizing: border-box;
    }
    
    /* BARRA DE NAVEGACION */
    .bar{
        background-color: black;
        height: 40px;
        width: 100%;
        top: 0px;
        text-align: center;
        align-content: flex-end;
        z-index: 1001;
    }
    .idioma{
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin: 0px;
        font-style: none;
        text-decoration: none;
        padding: 0px;
        padding-bottom: 4px;
    }
    .idioma:hover{
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin:0px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .selector{
        background-color: black;
        width: 120px;
        border-radius: 10px;
        padding:0;
        height: 40px;
        list-style: none;
        text-align: center;
    }
    .acti-idioma{
        display: none;
        
    }
    .opcionidi{
        background-color: black;
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
        flex-direction: column;
        align-items: center;
        height: 30px;
        z-index: 1001;
    }
    .tipidi{
        color: white;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        padding-bottom: 4px;  
    }
    .tipidi:hover{
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .header{
        background-color: white;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .scroll{
        background-color: white;
        height: 60px;
        width: 100%;
        position: fixed;
        top: -40px;
        z-index: 1000;
    }
    .nav{
        display: flex;
        width: 100%;
        justify-content: space-between; 
    }
    .item{
        text-decoration: none;
        color: white;
        padding-bottom: 3px;
        transition: 0.5s;
        
    }
    .item:hover{
        border-bottom: 1px solid #FF8000;  
        color:#FF8000;
        padding-bottom: 3px;
    }
    #logo{
        margin-left: 20px;
        height: 35px; 
        margin-top: 12.5px; 
        padding:0;
    }
    .toggle-bar{
        display: block;
        
    }
    .nav-navbar{
        flex-direction: column;
        align-items: center;
        margin-right: 20px;
        list-style: none;
        background-color: rgb(47, 57, 79);
        position: fixed;
        left: 0;
        top: 100px;
        z-index: 1000;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
    }
    .nav-navbar-scroll{
        top: 60px;
    }
    .nav-navbar-visible{
        left: 0;
    }
    .nav-item{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
    }
    
    .btnbus{
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }
    .nav-item-bar{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
        padding: 0px;
        right: 0;
    }
/* PIE DE PAGINA */
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;
    width: 100%;
    height: 327px;
    overflow: hidden;
}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    width: 800px;
    height: 276px;
}
.contenedor-central{
    width: 800px;
    height: 276px;
    padding: 0;
    margin:25px 0;
}
.contenedor-pag{
    margin: 0 auto;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    margin: 20px 0;
}
.txtpie-item{
    margin: 7px 0;
}
.icon-redes{
    padding: 0;
    width: 35px;
    height: 35px;
    margin-right:  20px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 20px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
}
.pie-contacto{
    margin-bottom: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 3px;
    font-size: 12px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
/* PAGINA INICIO*/
.portada{
    position: relative;
    
}
.lista{
    margin: 0px;
    padding: 0px;
}
.port{
    width: 100%; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0px;
    padding: 0px;
}

.btn-prev{
    left: 10px; 
}
.btn-next{
    right: 10px;
}
.btn-port:hover{
    background-color: #4D4D4D;
    height: 50px;
    width: 50px;
    border-color: transparent;
    color: #FF8000;
}
}
/* TAMAÑO DE 790PX */
@media (max-width: 790px){
    /* PIE DE PAGINA */
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;

}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: 500px;
}
.contenedor-central{

    height: 100%;
    padding: 0;
    margin:15px auto;
    width: 500px;
}
.contenedor-pag{
    margin: 0 10px;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    margin: 10px 0;
    font-size: 10px;
}
.txtpie-item{
    margin: 3px 0;
    font-size: 10px;
}
.icon-redes{
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right:  10px;
}
.link-redes{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin: 20px 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 10px;
}
.pie-contacto{
    margin-bottom: 5px;
}
.img-contactos{
    width: 10px; 
    height: 10px; 
    margin-right: 7px;
}
.img-redes{
    font-size: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 2px;
    font-size: 10px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.copy{
    text-align: center;
    font-size: 12px;
}
/*    PAGINA INICIO    */
.pag-contenido h2, #especontenido{
    width: 600px;
}
.cuerpo-pag{
    padding: 30px 25px ;
}
.pag-contenido{
    width: 600px;
}
}
/* TAMAÑO DE 657PX */
@media (max-width: 657px){
    .cuerpo-section-seleccion{
        width: 300px;
    }
    .item-selectortexto{
        font-size: 15px;
        height:300px;
    }
    .cuerpo-section-seleccion{
        display: flex;
        justify-content: space-between;
    }
    .imagenes-seleccion{
        width: 300px;
        height: 300px;
    }
    .imagenes-seleccionknick{
        width: 300px;
        height: 300px;
    }
    .img-selectorknick{
        width: 300px;
        height: 300px;
        transition: 0.5s;
    }
    .img-selector{
        width: 300px;
        height: 300px;
        transition: 0.5s;
    }
    .prodsecun,
.prodsecun .carousel,
.prodsecun .portada,
.prodsecun .lista,
.prodsecun .port{
    max-height: 300px;
}
/*     PAGINA INICIO     */
.pag-contenido{
    width: 300px;
}
.pag-contenido h1{
    font-size: 15px;
}
.pag-contenido h3{
    font-size: 12px;
}
.pag-contenido h2{
    font-size: 15px;
}
.pag-contenido h2, #especontenido{
    width: 300px;
}
#especontenido{
    font-size: 12px;
}
.cuerpo-pag-tab{
    width: 350px;
    height: 430px;
}
.cuerpo-pag-tablas{
    width: 350px;
}
.tablas{
    width: 300px;
    height: 430px;
}
.titulo-tablas{
    font-size: 20px;
}
.itemtablas{
    font-size: 13px;
}
.cuerpo-pag{
    padding: 25px;
}
.cuerpo-section,
.cuerpo-pag-section-item,
.item-section,
.imgsection,
.imgsectioniz,
.cuerpo-pag-imgsection{
    width: 370px;
}
.imgsectionizini{
    width: 370px;
    height: 242px;
}
.cuerpo-pag-imgsection h3{
    font-size: 17px;
}
.cuerpo-pag-imgsection p{
    font-size: 12px;
}
.galeria, .fotos, .imaggaleria{
    width: 300px;
}
.title,
.subt,
.txtcon{
    padding: 20px 30px;
    font-size: 25px;
}
.imgbotonport{
    left: 30px;
}
/*     PGINA PRODUCTOS     */
.seccionpro-item{
    font-size: 20px;
}
.seccionpro-item-contenido{
    font-size: 12px;
    text-align: left;
}
.seccionpro-titulo{
    width: 400px;
}
#logoinacal{
    width: 250px;
    height: 150px;
}
.fot{
    width: 430px;
}
.fot-div{
    width: 440px;
}
.conten-prod{
    padding: 20px;
}
.seccionpro-itemnav,
.seccionpro-titulonav{
    width: auto;
}
/*    VISTA   */
.contacto{
    padding: 20px;
}
.mapa-contacto{
    width: 300px;
}
.campo-contacto{
    width: 300px;
}
iframe{
    width: 300px;
    height: 500px;
}
.contacto h5{
    font-size: 15px;
}
.mapa-contacto li{
    font-size: 12px
}
.formulario{
    width: 300px;
    padding: 20px;
}
.formulario h5{
    padding: 10px 0;
}
.prodsecun{
    height: 300px;
    
}
}
/* TAMAÑO DE 490PX */
@media (max-width: 520px){
    .prodsecun{
        height: 250px;
    }
    .prodsecun .btn-portdere{
        background-image: url(../img/flechaderecha.svg);
        background-color: transparent;
        height: 30px;
        width: 30px;
        border-color: transparent;
        cursor: pointer;
    }
    .prodsecun .btn-portizq{
        background-image: url(../img/flechaizquierda.svg);
        background-color: transparent;
        height: 30px;
        width: 30px;
        border-color: transparent;
        cursor: pointer;
    }
    .prodsecun .btn-portdere:hover{
        background-image: url(../img/flecahderechaorange.svg);
        background-color: #4D4D4D;
        height: 30px;
        width: 30px;
        border-color: transparent;
        cursor: pointer;
    }
    .prodsecun .btn-portizq:hover{
        background-image: url(../img/flechaizquierdaorange.svg);
        background-color: #4D4D4D;
        height: 30px;
        width: 30px;
        border-color: transparent;
        cursor: pointer;
    }


    *{
        margin: 0px;
        box-sizing: border-box;
    }
    .botoninfo{
        padding: 7px;
        margin: 10px 0;
        transition: 0.4s;
        color: black;
        font-family: "Geomanist medium","Arial medium";
        font-size: 10px;
    }
    /* BARRA DE NAVEGACION */
    .bar{
        background-color: black;
        height: 40px;
        width: 100%;
        top: 0px;
        text-align: center;
        align-content: flex-end;
        z-index: 1001;
    }
    .idioma{
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin: 0px;
        font-style: none;
        text-decoration: none;
        padding: 0px;
        padding-bottom: 4px;
    }
    .idioma:hover{
        line-height: 40px;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        margin:0px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .selector{
        background-color: black;
        width: 120px;
        border-radius: 10px;
        padding:0;
        height: 40px;
        list-style: none;
        text-align: center;
    }
    .acti-idioma{
        display: none;
        
    }
    .opcionidi{
        background-color: black;
        padding: 0px;
        margin: 0px;
        list-style: none;
        text-align: center;
        flex-direction: column;
        align-items: center;
        height: 30px;
        z-index: 1001;
    }
    .tipidi{
        color: white;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        padding-bottom: 4px;  
    }
    .tipidi:hover{
        background-color: transparent;
        border-color: transparent;
        color: white;
        font-size: 11px;
        font-style: none;
        text-decoration: none;
        border-bottom: 1px solid #FF8000;
        padding-bottom: 4px;
    }
    .header{
        background-color: white;
        height: 60px;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 40px;
    }
    .scroll{
        background-color: white;
        height: 60px;
        width: 100%;
        position: fixed;
        top: -40px;
        z-index: 1000;
    }
    .nav{
        display: flex;
        width: 100%;
        justify-content: space-between; 
    }
    .item{
        text-decoration: none;
        color: white;
        padding-bottom: 3px;
        transition: 0.5s;
        
    }
    .item:hover{
        border-bottom: 1px solid #FF8000;  
        color:#FF8000;
        padding-bottom: 3px;
    }
    #logo{
        width: 100px;
        font-size: 30px;
        margin-top: 12.5px;
        color: #FF8000;
        text-decoration: none;
        margin-left: 15px;
    }
    .toggle-bar{
        display: block;
        padding: 0 20px;
    }
    .nav-navbar{
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-right: 20px;
        list-style: none;
        background-color: rgb(47, 57, 79);
        position: fixed;
        top: 100px;
        width: 100%;
        padding: 20px 0;
        height: calc(100% - 60px);
        overflow-y: auto;
        left: 100%;
    }
    .nav-navbar-scroll{
        top: 60px;
    }
    .nav-navbar-visible{
        left: 0;
    }
    .nav-item{
        font-size: 15px;
        margin: 0 20px;
        width: max-content;
    }
    
    .btnbus{
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }
    .nav-item-bar{
        font-size: 15px;
        margin: 0 10px;
        width: max-content;
        padding: 0px;
        right: 0;
    }
    /* PIE DE PAGINA */
.piepag{
    margin: 0;
    padding: 0;
    background-color: #4D4D4D;

}
.contenedor{
    padding: 0;
    position: absolute;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: 300px;
}
.contenedor-central{
    height: 100%;
    padding: 0;
    margin:15px auto;
    width: 300px;
}
.contenedor-pag{
    margin: 0 7px;
    text-align: left;
}
.link{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.txtpie{
    margin: 10px 0;
    font-size: 10px;
}
.txtpie-item{
    margin: 3px 0;
    font-size: 10px;
}
.icon-redes{
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0px 10px;
}
.link-redes{
    display: flex;
    flex-direction: column;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.link-contacto{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.icon{
    color: white;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.icon:hover{
    color: #FF8000;
}
.item-contacto{
    color: white;
    padding: 0;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
    font-size: 10px;
}
.pie-contacto{
    margin-bottom: 10px;
    font-size: 10px;
}
.img-contactos{
    width: 10px; 
    height: 10px; 
    margin-right: 7px;
}
.img-redes{
    font-size: 20px;
}
.item-pie{
    text-decoration: none;
    color: white;
    padding-bottom: 2px;
    font-size: 10px;
}
.item-pie:hover{
    color: #FF8000;
}
.item-contacto:hover{
    color: #FF8000;
}
.contenido{
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.copy{
    font-size: 15px;
}
/*      PAGINA INICIO        */
.port{
    height: 300px;
}
.lista,
.portada,
.carousel{
    height: 620px;
}
.txt-port,
.texttitcon,
.textoportada{
    height: 220px;
}
.cuerpo-pag-tablas,.cuerpo-pag-tab{
    width: 250px;
}
.tablas{
    width: 250px;
    margin: 0;
}
#productos, #productos .tablas{
    height: 520px;
}
#apli, #apli .tablas{
    height: 350px;
}
#soportetec, #soportetec .tablas{
    height: 300px;
}
#metrologia, #metrologia .tablas{
    height: 350px;
}
.cuerpo-pag-contenido{
    width: auto;
    margin: 0px;
}
.cuerpo-pag{
    width: auto;
    padding: 20px 15px;
    margin: 0 0;
}
.cuerpo-section,
.cuerpo-pag-section-item,
.item-section,
.imgsection,
.imgsectioniz,
.cuerpo-pag-imgsection{
    width: 300px;
}
.imgsectionizini{
    width: 300px;
}
.title{
    padding: 10px 30px;
    font-size: 30px;
}
.txtcon{
    font-size: 20px;
    padding: 10px 30px;
}
.btn-prev{
    left: 0px;
}
.btn-next{
    right: 0px;
}
/*     PAGINA PRODUCTO     */
.seccionpro{
    width: 360px;
    padding: 0px 10px;
    margin: 0 auto;
}
.seccionpro-titulo,
.seccionpro-item,
.seccionpro-item-contenido{
    width: 300px;
}
.fot{
    width: 200px;
}
.fot-div{
    width: 200px;
    flex-direction: column;
}
.seccionpro-itemnav,
.seccionpro-titulonav{
    width: auto;
}
.cuerpo-pag-section-itemmetro{
    width: 300px;
}
.cuerpo-pag-imgsectionmetro{
    width: 300px;
}
.item-sectionmetro,
.imgsectiondere{
    width: 300px;
}
}

