@import url(reset.cs);

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-size: 12px;
  line-height: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #333;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/bg-all.jpg);
}

body a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #0252aa;
  text-decoration: none;
  cursor: pointer;
}
body a:hover {
  color: #77d763;
}

a img {
  border: 0;
}
a.more:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-size: 12px;
  font-family: arial, sans-serif;
}
textarea {
  overflow: auto;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

.left,
.alignleft {
  float: left;
  display: inline;
}
.right,
.alignright {
  float: right;
  display: inline;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}

h2 {
  font-size: 30px;
  color: #fc890d;
  font-family: "Viga", sans-serif;
  margin: 30px 0;
}
h3 {
  font-size: 25px;
  color: #636363;
  font-family: "Viga", sans-serif;
  margin: 10px 0;
}

.contenedor {
  width: 1100px;
  margin: 0 auto;
}
.main {
  padding: 30px 0;
}

.cleaner_h10 {
  clear: both;
  width: 100%;
  height: 10px;
}
.cleaner_h20 {
  clear: both;
  width: 100%;
  height: 20px;
}
.cleaner_h30 {
  clear: both;
  width: 100%;
  height: 30px;
}
.cleaner_h40 {
  clear: both;
  width: 100%;
  height: 40px;
}
.cleaner_h50 {
  clear: both;
  width: 100%;
  height: 50px;
}
.cleaner_h60 {
  clear: both;
  width: 100%;
  height: 60px;
}

.padd10 {
  padding: 10px;
}
.padd15 {
  padding: 10px 15px;
}
.padd20 {
  padding: 10px 20px;
}

#wrapper {
  width: 1100px;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 30px #4e4e4e;
  -webkit-box-shadow: 0px 0px 30px #4e4e4e;
  box-shadow: 0px 0px 80px #4e4e4e;
  background: #fff;
}
.contenedor {
  width: 1100px;
  margin: 0 auto;
}

#header {
  height: 95px;
  background: url(../images/bg-header.jpg) repeat-x;
}
#header .logo {
  float: left;
  margin: 10px 0 0 20px;
}
#header .logo a {
  display: block;
  background: url(../images/jr-steel-company.png) no-repeat;
  width: 319px;
  height: 80px;
  text-indent: -99999px;
}
#header .h-right {
  float: right;
  width: 700px;
}
#header .h-right .telefono {
  background: url(../images/bg-phone.jpg) no-repeat;
  width: 294px;
  padding: 5px 0;
  height: 38px;
  color: #fff;
  float: right;
  text-align: center;
  font-size: 16px;
  font-family: "Viga", sans-serif;
  visibility: hidden;
}
#header #menus {
  background: url(../images/bg-menus.jpg);
  float: right;
  width: 670px;
}
#header .triangle {
  background: url(../images/ico/triangulo-plomo.png) no-repeat;
  width: 30px;
  height: 39px;
  float: left;
}
#header #menus li {
  float: left;
}
#header #menus li a {
  color: #fff;
  background: url(../images/ico/ico-orange.png) 0 7px no-repeat;
  padding: 9px 35px;
  font-size: 14px;
  font-family: "Viga", sans-serif;
  text-transform: uppercase;
  display: block;
  text-shadow: 2px 2px 1px #000;
}
#header #menus li a:hover {
  background: url(../images/ico/ico-orange-dark.png) 0 7px no-repeat;
  color: #ff9046;
}
#slider {
  border-bottom: #ff7d0b 15px solid;
}

.categorias {
  padding: 0px 0px 0px 20px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.categorias li {
  margin: 0px 3px 6px 3px;
  float: left;
  width: 230px;
  height: 130px;
  border: #999 5px solid;
  transition: all 0.7s;
  padding: 6px;
}
.categorias li:hover {
  border: #f38820 5px solid;
}
.categorias li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.categorias li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.categorias li:hover img {
  transform: scale(1.1);
}

.categorias li a .categoria-texto {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.678);
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
.categorias li a:hover .categoria-texto {
  background: rgba(243, 136, 32, 0.9);
}
/* nosotros */
.valores .tabla li {
  display: block;
  background: url(../images/ico/ico-arrow.png) 0 3px no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
}
/* interior */
.empresa {
  background: url(../images/senorita.png) no-repeat right bottom 70px;
}
.empresa .texto1 {
  width: 550px;
  margin: 20px 0 0 50px;
  text-align: justify;
}
.empresa .texto1 h2,
.empresa .texto1 h3 {
  text-align: center;
}
/* productos */
.productos {
  padding: 90px 0 !important;
}
.productos li {
  margin: 0 5px;
}
.productos .right {
  float: right;
  width: 650px;
}
.productos .tabla {
  float: left;
  margin-right: 60px;
}
.productos .tabla li {
  display: block;
  background: url(../images/ico/ico-arrow.png) 0 3px no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
}

/* productos - alambres */
.alambres-modern {
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
}

.alambres-modern .padd20 {
  padding: 20px 35px 30px;
}

.alambres-hero {
  border: 1px solid #dfdfdf;
  border-left: 5px solid #fc890d;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 24px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.alambres-hero h2 {
  margin: 0 0 10px;
}

.alambres-hero p {
  font-size: 14px;
  line-height: 23px;
  color: #555;
  max-width: 540px;
}

.btn-ficha-tecnica {
  display: inline-block;
  margin-top: 12px;
  background: #fc890d;
  color: #fff !important;
  padding: 9px 16px;
  border-radius: 4px;
  font-family: "Viga", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.btn-ficha-tecnica:hover {
  background: #e37908;
  color: #fff !important;
}

.alambres-hero-imagen {
  width: 320px;
  flex-shrink: 0;
}

.alambres-hero-imagen img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
}

.alambres-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.alambres-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #fc890d;
  padding: 18px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alambres-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.alambres-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.alambres-card-full {
  grid-column: 1 / -1;
}

.medidas-3-columnas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.medidas-columna h4 {
  margin: 0 0 10px;
  color: #c96b08;
  font-size: 18px;
}

.medidas-columna .tabla {
  margin: 0;
}

.tabla-tecnica-wrap {
  width: 100%;
  overflow-x: auto;
}

.tabla-tecnica {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 13px;
  color: #2f2f2f;
}

.tabla-tecnica-compact {
  min-width: 0;
}

.tabla-tecnica thead th {
  background: #3a4d61;
  color: #fff;
  font-weight: normal;
  padding: 6px 8px;
  border: 1px solid #3a4d61;
  text-align: center;
}

.tabla-tecnica tbody td {
  padding: 4px 8px;
  border: 1px solid #d0d4d8;
  text-align: center;
}

.tabla-tecnica tbody tr:nth-child(odd) td {
  background: #f3f5f7;
}

.tabla-tecnica tbody tr:nth-child(even) td {
  background: #e4e8ec;
}

.alambres-modern .tabla {
  float: none;
  margin: 0;
}

.alambres-modern .tabla li {
  font-size: 13px;
  line-height: 22px;
}

/* contacto */
.contacto .col1 {
  float: left;
  width: 600px;
}
.contacto .mensaje {
  border-bottom: #a4a4a4 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contacto .col2 {
  float: right;
  width: 400px;
}
.contacto .campo {
  display: block;
  border: #999 1px solid;
  border-radius: 4px;
  padding: 5px;
  width: 380px;
  margin: 10px 0;
}
.contacto textarea {
  width: 380px;
  border-radius: 4px;
  padding: 5px;
  border: 0;
  border: #999 1px solid;
}
.contacto .enviar,
.libro-reclamaciones .enviar {
  background: #f60;
  padding: 10px 35px;
  border-radius: 4px;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.contacto .enviar:hover,
.libro-reclamaciones .enviar:hover {
  background: #f88525;
}
.contacto p {
  margin-bottom: 0.5rem;
}
.contacto ul {
  margin-bottom: 0.5rem;
}
.part-50 {
  width: 48%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: text-top;
}

#footer {
  /*background: url(../images/bg-footer.jpg) #2c2c2c repeat-x;*/
  width: 100%;
  color: #ccc;
  padding: 30px 0;
  background: #2c2c2c;
  display: flex;
}
#footer .col {
  width: 23%;
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#footer .tit {
  font-size: 15px;
  border-bottom: #404040 1px solid;
  padding-bottom: 5px;
  margin: 10px 0;
}
/*#footer .ubicacion{  padding-left:35px; background:url(../images/ico/ubicacion.png) no-repeat;}*/
#footer .mail {
  padding-left: 35px;
  background: url(../images/ico/mail.png) no-repeat;
}
/*#footer .phone{  padding-left:35px; background:url(../images/ico/phone.png) no-repeat;}*/
.cont-footer {
  margin: 0 auto;
  padding: 0 2rem;
}
.contac-numero {
  display: flex;
  align-items: center;
  height: 100%;
}
.contac-numero ul {
  margin-top: -35px;
}
.contac-numero ul li {
  font-size: 2rem;
}
.esp-list {
  margin-bottom: 2rem;
}

.msj-envio {
  text-align: center;
  display: block;
  padding: 11em 0;
}
.msj-envio span {
  display: block;
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
.msj-envio span strong {
  color: #f88525;
}
.msj-envio a {
  display: inline-block;
}
/**footer**/
.listado li {
  display: block;
  background: url(../images/ico/ico-arrow.png) 0 3px no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
  width: 300px;
}

/* LIBRO DE RECLAMACIONES */
.libro-reclamaciones-box {
  margin: 15px 0;
  text-align: center;
}

.btn-libro-reclamaciones {
  display: flex;
  max-width: 210px;
  color: #afafaf;
  padding: 10px 12px;
  border-radius: 5px;
  font-size: 11px;
  font-family: "Viga", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #afafaf;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.btn-libro-reclamaciones:hover {
  color: #fe8b37;
  border-color: #fe8b37;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn-libro-reclamaciones img {
  width: 40px;
  height: 18px;
}

/* Formulario Libro de Reclamaciones */
.libro-reclamaciones {
  background: #f9f9f9;
}

.libro-reclamaciones h2 {
  color: #fc890d;
  font-size: 32px;
  margin: 20px 0;
}

.libro-reclamaciones h3 {
  color: #636363;
  font-size: 20px;
  margin: 15px 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #fc890d;
}

.intro-libro {
  background: #fff;
  padding: 20px;
  border-left: 4px solid #fc890d;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.formulario-libro {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seccion-form {
  margin-bottom: 30px;
  padding: 20px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.campo-grupo {
  margin-bottom: 15px;
}

.campo-grupo label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.campo-grupo .requerido {
  color: #f60;
}

.libro-reclamaciones .campo {
  display: block;
  width: 100%;
  max-width: 100%;
  border: #999 1px solid;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin: 5px 0 0 0;
  font-size: 13px;
}

.libro-reclamaciones textarea.campo {
  width: 100%;
  max-width: 100%;
  border: #999 1px solid;
  border-radius: 4px;
  padding: 10px;
  resize: vertical;
  font-family: Tahoma, Geneva, sans-serif;
  box-sizing: border-box;
}

.libro-reclamaciones select.campo {
  background: #fff;
  cursor: pointer;
}

.campo-medio {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: top;
}

.campo-medio:nth-child(even) {
  margin-right: 0;
}

.campo-file {
  border: 1px dashed #999 !important;
  background: #f5f5f5;
  padding: 15px !important;
  cursor: pointer;
}

.radio-grupo {
  margin-top: 10px;
}

.radio-label {
  display: block;
  margin-bottom: 15px;
  padding: 12px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-label:hover {
  border-color: #fc890d;
  background: #fff8f0;
}

.radio-label input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
}

.radio-desc {
  display: block;
  font-size: 11px;
  color: #666;
  margin-left: 22px;
  margin-top: 5px;
  font-weight: normal;
}

.checkbox-label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.checkbox-label:hover {
  border-color: #fc890d;
  background: #fff8f0;
}

.checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
}

.info-adicional {
  background: #fff8f0;
  padding: 20px;
  border-left: 4px solid #fc890d;
  border-radius: 5px;
  margin-top: 30px;
}

.info-adicional h3 {
  color: #fc890d;
  border-bottom: none;
  margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
  #wrapper {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }

  .alambres-modern {
    padding: 35px 0 !important;
  }

  .alambres-modern .padd20 {
    padding: 12px 14px 20px;
  }

  .alambres-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .alambres-hero-imagen {
    width: 100%;
  }

  .btn-ficha-tecnica {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .alambres-hero-imagen img {
    height: auto;
    max-height: 260px;
  }

  .alambres-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .alambres-card {
    padding: 16px;
  }

  .alambres-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .medidas-3-columnas {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .medidas-columna h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .tabla-tecnica {
    font-size: 12px;
  }

  .campo-medio {
    width: 100%;
    margin-right: 0;
  }

  .btn-libro-reclamaciones {
    padding: 8px 15px;
    font-size: 11px;
  }

  .btn-libro-reclamaciones .icono-libro {
    font-size: 14px;
  }
}
