
@font-face {
    
    font-family:Akzidenz;
    src: url(../assets/fonts/AkzidenzGroteskBERegular.otf);
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Akzidenz';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Akzidenz';
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}
h2 {
  font-size: 20px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #000000;
  line-height: 24px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ffffff;
  border-radius: inherit;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Akzidenz';
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #ffffff;
}

.bg-theme-small {
  background-color: #ffffff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #ffffff;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}



.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 10px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
  overflow: hidden;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.carousel-shadow {
  padding-bottom: 70px;
}

.btn {
  display: inline-block;
  font-family: 'Akzidenz';
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #323a45;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #323a45;
  color: #ffffff;
  border: 2px solid #323a45;
}

.btn-dark.border {
  background-color: transparent;
  color: #323a45;
  border: 2px solid #323a45;
}

.btn-dark.border:hover {
  background-color: #323a45;
  color: #ffffff !important;
  border: 2px solid #323a45;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #323a45;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #ff5a6e;
  color: #ffffff !important;
  border: 2px solid #ff5a6e;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #323a45 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #323a45 !important;
  background: transparent;
}

.bg-dark {
  background: #323a45 none repeat scroll 0 0;
}

.bg-gradient {
  background: #ffffff;
background: -webkit-linear-gradient(top left, #ffffff, #ffffff);
background: -moz-linear-gradient(top left, #ffffff, #ffffff);
background: linear-gradient(to bottom right, #ffffff, #ffffff);
}

.btn-theme {
  background-color: #ffffff;
  color: #ffffff !important;
  border: 2px solid #ff5a6e;
}

.btn-theme.border {
  background-color: transparent;
  color: #ff5a6e !important;
  border: 2px solid #ff5a6e;
}

.btn-theme.border:hover {
  background-color: #ff5a6e;
  color: #ffffff !important;
  border: 2px solid #ff5a6e;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ff5a6e;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.waves-shape-inc {
  position: relative;
  z-index: 1;
}



.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}



header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.logoIm {
    width: 21%;
}

.naveg {
    width: 79%;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

.navbar .attr-nav.button a {
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 25px !important;
  text-transform: uppercase;
}

.navbar .attr-nav.button.theme a {
  background: #ff5a6e none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff;
}

.navbar .attr-nav.button.circle a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

nav.navbar.bootsnav.active-border ul.nav > li > a {
  position: relative;
}

nav.navbar.bootsnav.active-border ul.nav > li.active > a::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 70%;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ff5a6e;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
    padding: 25px 29px;
}


nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}


p.quitMarg {
    margin-bottom: 0px;
}

.fila1 p, .idiomas p {
    font-size: 14px;
}

.idiomas {
    padding-right: 0px;
    right: -24px;
    text-align: right;
}

.site-heading h2 {
  font-size: 16px;
  display: block;
  margin-bottom: -4px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 0px;
  letter-spacing: 0.8px;
}

.site-heading h4::before {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading2 h1:before {
  background: #000000 none repeat scroll 0 0;
  top: 30px;
  content: "";
  height: 2px;
  margin-left: 2px;
  position: absolute;
  width: 13px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  overflow: hidden;
  margin-top: -5px;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.paddingExtra {
    padding-left: 10px;
    padding-right: 10px;
}

.paddingExtracookies p {
    padding-left: 10px;
    padding-right: 15%;
    font-size: 11px;
    line-height: 16px;
  margin-top: 30px;
}

.paddingExtracookies{
    margin-top: 15px;
  }

.paddingExtracookies h1 {
  font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}
.fila1 {
    padding: 0px;
}

a.navbar-brand {
    padding: 0px;
}

a.navbar-brand img {
    margin-left: 0px;
    width: 327px;
    margin-top: -6px;
}

.idiomas p {
    text-align: right;
}

/* Navegacion  */

  nav.navbar.bootsnav ul.nav > li > a span {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 12px;
    display: block;
    line-height: 11px;
  }
    
a.menuselect,.espanol {
    color: #909090 !important;
}



a.smooth-menu span:after {
    content: url("../assets/img/mas.svg");
    display:block;
    width:14px;
    height:10px;
    margin: 8px 3px 0 0px;
}

a.smooth-menu:hover span:after {
    content: url("../assets/img/mas-gris.svg");
    display:block;
    width:14px;
    height:10px;
    margin: 8px 3px 0 0px;
}

a.menuselect span:after {
    color: #909090 !important;
    content: url("../assets/img/mas-gris.svg");
    display:block;
    width:13px;
    height:10px;
    margin: 8px 3px 0 0px;
}

p.icondat:after {
    content: url("../assets/img/mas.svg");
    display:block;
    width:12px;
    height:10px;
    margin: 0px 3px 0 0px;
}

/* Texto arriba  */
.texto-top {
    padding-top: 170px;
   /* position: fixed;*/
}

#contenido1{
  position: fixed;
}
.texto-top2 {
    padding-top: 160px;
}

.texto-top p, .texto-grande p{
    font-size: 45px;
    color: black;
    line-height: 60px;
    letter-spacing: 1.3px;

}

/* end texto arriba */

/* Imagen arriba  */
.row.imgfixed img {
    margin-top: 158px;
    padding: 15px;
}
/* End img arriba */

.imgFull img {
    padding: 15px;
}


.fila5 {
    margin-top: 40px;
}

.fila5 p {
    line-height: 22px;
    font-size: 13px;
    padding-right: 13%;
}

.row.imgfixed.imginterna.imgtextil img {
      margin-top: 379px;
}
  
/* Tabla textil */
table.tablatextil{
    width: 100%;
}

table.tablatextil td {
    font-size: 15px;
    line-height: 19px;
}

table.tablatextil tr td {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    
}

table.tablatextil tr td:nth-child(8) {
  width: 0px;
}

/* End tabla textil */
/* End tabla mercantil */

table.tablamercantil tr td:nth-child(1) {
    width: 26.5%;
}

table.tablamercantil tr td:nth-child(2) {
    width: 21.5%;
}
table.tablamercantil tr td:nth-child(3) {
    width: 21%;
}
table.tablamercantil tr td:nth-child(4) {
    width: 11%;
}
table.tablamercantil tr td:nth-child(5) {
    width: 40%;
}
/* Tabla cookies */

table.tablacookies tr td {
    border: 1px solid black;
    text-align: center;
    padding: 20px;
}

table.tablacookies {
    width: 100%;
    margin-top: 20px;
}
/* ============================================================== 
     # Footer 
=================================================================== */

.footer-bottom {
    font-size: 11px;
}


p.textobotm {
    margin-bottom: 1px;
    line-height: 16px;
}

.avisoslegal {
    font-size: 11px;
}


.avisoslegal {
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 20px;
}

footer.bg-light ul li {
    display: inline-block;
    padding-right: 14px;
}

footer .f-item p {
  color: #999999;
}

footer .f-item > h3,
footer .f-item > h4 {
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

footer .item {
  padding-right: 30px;
}

footer .item:last-child {
  padding-right: 15px;
}

footer .f-item.about > h5 {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

footer .f-item.about ul li {
  display: inline-block;
  margin-right: 2px;
}

footer .f-item.about ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

footer .f-item .address .icon,
footer .f-item .address .info {
  display: table-cell;
  vertical-align: top;
}

footer .f-item > a {
  margin-top: 10px;
}

footer .f-item .address .info {
  padding-left: 15px;
}

.footer-bottom .col-md-6:first-child {
  padding-left: 0;
}

.footer-bottom .col-md-6:last-child {
  padding-right: 0;
}

footer .f-item .address h5 {
  color: #323a45;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

footer .f-item .address li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff5a6e;
  font-size: 25px;
  width: 30px;
}

footer .f-item .address li span {
  color: #999999;
}

footer .f-item .address li {
  display: block;
  margin-top: 15px;
}

footer .f-item .address li:first-child {
  margin-top: 0;
}

footer .f-item > img {
  margin-bottom: 25px;
}

footer .f-item.link li {
  display: block;
}

footer .f-item.link li a {
  color: #999999;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

footer .f-item.link li a:hover {
  color: #ff5a6e;
}

footer .footer-bottom {
  background: #f4f4f4 none repeat scroll 0 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 75px;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .footer-bottom p {
  color: #323a45;
  margin: 0;
  text-transform: capitalize;
  line-height: 40px;
}

footer .f-item.link li:last-child a {
  margin: 0;
  padding: 0;
}

footer .footer-bottom p a {
  color: #ff5a6e;
  text-transform: capitalize;
}

footer.color-yellow .footer-bottom p a {
  color: #ff9800;
}

.footer-bottom h4 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.footer-bottom .link li {
  display: inline-block;
}

.footer-bottom .link li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  line-height: 40px;
  margin-left: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.footer-bottom .link li:first-child a {
  margin: 0;
  padding: 0;
}

.footer-bottom .link li:first-child::before {
  display: none;
}

.footer-bottom .link li:first-child a::before {
  display: none;
}

.footer-bottom .link li a:hover {
  color: #ff5a6e;
}




@media (min-width: 2560px) and (max-width: 2800px) {
  

  .texto-top p, .texto-grande p {
    font-size: 75px;
    line-height: 77px;
   }
   .row.imgfixed img {
    margin-top: 363px;
    width: 100%;
   }
   .row.imgfixed.imginterna2 img {
      margin-top: 591px;
  }

  .row.imgfixed.imginterna3 img {
      margin-top: 770px;
  }
}

@media (min-width: 2048px) and (max-width: 2560px) {
  

  .texto-top p, .texto-grande p {
    font-size: 56px;
   }
   .row.imgfixed img {
    margin-top: 277px;
   }

  .row.imgfixed.imginterna2 img {
      margin-top: 505px;
  }

  .row.imgfixed.imginterna3 img {
      margin-top: 770px;
  }

}



@media (min-width: 1900px) and (max-width: 2048px) {
    .texto-top p, .texto-grande p {
    font-size: 55px;
   }
   .row.imgfixed img {
    margin-top: 372px;
   }


  .row.imgfixed.imginterna img {

    margin-top: 363px;
  }
  

 .row.imgfixed.imginterna2 img {
      margin-top: 488px;
  }

    .imgtextil img {
      margin-top: 440px !important;
  
}

  .row.imgfixed.imginterna3 img {
      margin-top: 624px;
  }
}


@media (min-width: 1784px) and (max-width: 1860px) {
   .row.imgfixed.imginterna2 img {
      margin-top: 478px;
  }

}


@media (min-width: 1860px) and (max-width: 1900px) {
    .row.imgfixed.imginterna2 img {
      margin-top: 537px;
  }

}

@media (min-width: 1800px) and (max-width: 1900px) {
  
    .texto-top p, .texto-grande p {
    font-size: 51px;
    line-height: 59px;
    letter-spacing: 0.5px;
   }
   .row.imgfixed img {
    margin-top: 368px;
   }

  .row.imgfixed.imginterna img {

    margin-top: 360px;
  }



    .row.imgfixed.imginterna3 img {
      margin-top: 623px;
  }

}

@media (min-width: 1710px) and (max-width: 1800px) {
  
     .texto-top p, .texto-grande p {
    letter-spacing: 0.5px;
      font-size: 52px;
  }
   .row.imgfixed img {
    margin-top: 372px;
   }
  

    .row.imgfixed.imginterna img {

    margin-top: 360px;
  }

  .row.imgfixed.imginterna2 img {
      margin-top: 488px;
  }

  .imgtextil img {
      margin-top: 438px !important;
  
 }

     .row.imgfixed.imginterna3 img {
      margin-top: 626px;
  }

}

@media (min-width: 1583px) and (max-width: 1710px) {
    .texto-top p, .texto-grande p {
        font-size: 50px;
        letter-spacing: 0.4px;
        line-height: 59px;
    }
}

  @media (min-width: 1560px) and (max-width: 1670px) {

   .row.imgfixed.imginterna3 img {
      margin-top: 630px;
  }
}

@media (min-width: 1670px) and (max-width: 1691px) {

     .row.imgfixed.imginterna3 img {
      margin-top: 631px;
  }

}

  @media (min-width: 1691px) and (max-width: 1710px) {

   .row.imgfixed.imginterna3 img {
      margin-top: 621px;
  }
}

@media (min-width: 1585px) and (max-width: 1610px) {

    .row.imgfixed.imginterna.imgtextil img {
    margin-top: 490px !important;
  }  



}

@media (min-width: 1560px) and (max-width: 1710px) {


   .row.imgfixed img {
    margin-top: 366px;
   }

    .row.imgfixed.imginterna.imgtextil img {
    margin-top: 432px;
  }  

    .row.imgfixed.imginterna img {

    margin-top: 360px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 479px;
  }

}

@media (min-width: 1382px) and (max-width: 1710px) {

  a.navbar-brand img {
    width: 260px;
    }


  .fila1 p, .idiomas p {
      font-size: 12px;
  }
   nav.navbar.bootsnav ul.nav > li > a span {
    font-size: 12px;
  }

    .fila1 p, .idiomas p {
      font-size: 13px;
  }



}




@media (min-width: 1020px) and (max-width: 1382px) {

  a.navbar-brand img {
    width: 236px;
    }

  .fila1 p, .idiomas p {
      font-size: 12px;
  }
   nav.navbar.bootsnav ul.nav > li > a span {
    font-size: 11px;
    margin-top: 0px;
  }


  .fila1 p, .idiomas p {
      font-size: 11px;
  }

   .row.imgfixed.imginterna3 img {
      margin-top: 572px;
  }

}

@media (min-width: 1500px) and (max-width: 1600px) {


.texto-top {
    padding-top: 151px;
}
   .texto-top p, .texto-grande p {
    font-size: 47px;
    letter-spacing: 0.1px;
    line-height: 53px;
  }
   .row.imgfixed img {
    margin-top: 330px;
   }

   .logoIm {
    padding-right: 0px;
  }

    .row.imgfixed.imginterna.imgtextil img {
    margin-top: 397px;
 }


    .row.imgfixed.imginterna img {

    margin-top: 322px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 427px;
  }

   .row.imgfixed.imginterna3 img {
      margin-top: 588px;
  }

}

@media (min-width: 1570px) and (max-width: 1694px) {

  a.navbar-brand img {
      width: 266px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 17px;
  }
}

@media (min-width: 1460px) and (max-width: 1483px) {

    .texto-top p, .texto-grande p {
     font-size: 41px;
    line-height: 43px;
   }
   .row.imgfixed img {
    margin-top: 432px;
   }

    .row.imgfixed.imginterna2 img {
      margin-top: 660px;
  }
}

@media (min-width: 1480px) and (max-width: 1500px) {
  
    .texto-top p, .texto-grande p {
    font-size: 43px;
    line-height: 46px;
   }
   .row.imgfixed img {
    margin-top: 291px;
   }

      .logoIm {
    padding-right: 0px;
  }
  
  .row.imgfixed.imginterna.imgtextil img {
    margin-top: 355px;
 }

    .row.imgfixed.imginterna img {

    margin-top: 323px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 420px;
  }


   .row.imgfixed.imginterna3 img {
      margin-top:573px;
  }

}



@media (min-width: 1400px) and (max-width: 1480px) {
  
     .texto-top p, .texto-grande p {
    font-size: 41px;
    line-height: 44px;
    }

   .texto-top {
    padding-top: 143px;
   }

   .row.imgfixed img {
    margin-top: 280px;
   }

  .row.imgfixed.imginterna.imgtextil img {
    margin-top: 345px;
 }

    .row.imgfixed.imginterna img {

    margin-top: 290px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 379px;
  }
  
     .row.imgfixed.imginterna3 img {
      margin-top: 535px;
  }

}

@media (min-width: 1340px) and (max-width: 1400px) {
  
  .texto-top {
      padding-top: 143px;
  }

  .texto-top p, .texto-grande p {
    font-size: 41px;
    line-height: 43px;
   }

  .row.imgfixed.imginterna.imgtextil img {
    margin-top: 380px;
 }

  .row.imgfixed img {
      margin-top: 278px;
  }
  

    .row.imgfixed.imginterna img {
    margin-top: 290px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 377px;
  }

     .row.imgfixed.imginterna3 img {
      margin-top: 535px;
  }
  
}

@media (min-width: 1286px) and (max-width: 1340px) {
  nav.navbar.bootsnav ul.nav > li > a span {
      font-size: 10px;
      margin-top: 0px;
  }
}

@media (min-width: 1286px) and (max-width: 1340px) {
  
  .texto-top {
      padding-top: 143px;
  }

  .texto-top p, .texto-grande p {
    font-size: 41px;
    line-height: 43px;
   }

   .row.imgfixed img {
    margin-top: 318px;
   }
  
    nav.navbar.bootsnav ul.nav > li > a {
    padding-top: 4px !important;
  }

    .row.imgfixed.imginterna img {

    margin-top: 332px;
  }

  .row.imgfixed.imginterna2 img {
      margin-top: 375px;
  }


}

@media (min-width: 1130px) and (max-width: 1175px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 385px;
 }
}

@media (min-width: 1175px) and (max-width: 1180px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 384px;
 }
}

@media (min-width: 1180px) and (max-width: 1190px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 432px;
 }
}

@media (min-width: 1190px) and (max-width: 1200px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 385px;
 }
}


@media (min-width: 1200px) and (max-width: 1253px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 385px;
 }
}


@media (min-width: 1253px) and (max-width: 1290px) {
    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 342px;
 }
}


@media (min-width: 1020px) and (max-width: 1133px) {
   .row.imgfixed img {
    margin-top: 322px;
   }

}


@media (min-width: 1134px) and (max-width: 1190px) {
    .row.imgfixed img {
        margin-top: 323px;
    }
  }


@media (min-width: 1190px) and (max-width: 1286px) {
   .row.imgfixed img {
    margin-top: 278px;
   }

}

@media (min-width: 1108px) and (max-width: 1150px) {
  
   .row.imgfixed img {
    margin-top: 322px ;
   }

}

@media (min-width: 1020px) and (max-width: 1286px) {
  .texto-top {
      padding-top: 143px;
  }

  .texto-top p, .texto-grande p {
      font-size: 37px;
      line-height: 44px;
      letter-spacing: 0.6px;
  }


  .row.imgfixed.imginterna img {
      margin-top: 290px;
  }


   .row.imgfixed.imginterna3 img {
      margin-top: 600px;
  }


}

@media (min-width: 1131px) and (max-width: 1210px) {
    .row.imgfixed.imginterna2 img{
      margin-top: 380px;
    }

}


@media (min-width: 1210px) and (max-width: 1286px) {
    .row.imgfixed.imginterna2 img {
      margin-top: 380px;
  }

}

@media (min-width: 1020px) and (max-width: 1150px) {
  .texto-top {
      padding-top: 143px;
  }

  .texto-top p, .texto-grande p {
      font-size: 35px;
      line-height: 44px;
      letter-spacing: 0.6px;
  }

   .row.imgfixed img {
    margin-top: 321px;
   }

    .row.imgfixed.imginterna2 img {
      margin-top: 379px;
  }
}


@media (min-width: 1000px) and (max-width: 1060px) {

  .row.imgfixed.imginterna.imgtextil img {
    margin-top: 448px;
   }

    .row.imgfixed.imginterna2 img {
         margin-top: 422px;

  }

  nav.navbar.bootsnav ul.nav > li > a span {
    font-size: 8px;
  }

  nav.navbar.bootsnav ul.nav > li > a {
      font-size: 13px !important;
  }
}

@media (min-width: 1108px) and (max-width: 1150px) {
  
    .row.imgfixed.imginterna img {

    margin-top: 290px;
  }

    .row.imgfixed.imginterna2 img {
         margin-top: 378px;

}

@media (min-width: 1089px) and (max-width: 1108px) {

    .row.imgfixed.imginterna.imgtextil img {
      margin-top: 450px !important;
    }


    .row.imgfixed.imginterna img {
      margin-top: 289px !important;
     }
  
  .row.imgfixed.imginterna2 img {
     margin-top: 380px !important;
   }

      .row.imgfixed.imginterna3 img {
      margin-top: 676px !important;
  }

   .row.imgfixed img {
     margin-top: 322px !important;
   }


}

@media (min-width: 500px) and (max-width: 1107px) {
  
  
  .logoIm {
      padding-right: 0px;
  }

  nav.navbar.bootsnav ul.nav > li > a {
      padding-top: 2px !important;
  }

    .row.imgfixed.imginterna img {
      margin-top: 332px;
  }

    .row.imgfixed.imginterna2 img {
      margin-top: 512px;
  }



}

@media (min-width: 500px) and (max-width: 1060px) {

   .row.imgfixed.imginterna3 img {
      margin-top: 720px;
  }
  
  }

@media (min-width: 1060px) and (max-width: 1107px) {

   .row.imgfixed.imginterna3 img {
      margin-top: 667px;

  }