body {
  font-family: 'Poppins', sans-serif;
  color: #555555;
  text-align: justify;
}


h2 {
  font-size: 2rem;
  font-weight: 600;
}

a {
  text-decoration: none !important;
}

h1 {
  color: #A22136;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

h2 {
  color: #A22136;
  text-align: left;
}


h6 {
  color: #154225;
  text-align: left;
}

h3 {
  color: #64a024;
  font-size: 34px;
}

h4 {
  color: #1f1f1f;
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
}

h5 {
  color: #64a024;
  font-size: 30px;
  text-align: left;
}

.box {
  padding: 10px;
  background-color: #00942c;
  color: white;
  border-radius: 10px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-bordered td,
.table-bordered th {

  border: 1px solid #01882A !important;

}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}


.slogan {
  font-size: 20px;
  color: #154225;
  font-weight: 600;
  text-align: center;
  padding: 15px 0px;
}

/*--------------------------------------------------------------
# Inicio Section
--------------------------------------------------------------*/

.banner-container {
  width: 100%;
  background: #f5f8fd url("../img/hero-placas-de-acero-al-carbon-12.webp") center center no-repeat;
  background-size: cover;
  padding: 60px 0px 50px 0px;
}



.banner-container .inicio-info {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 0px;
  margin: 90px 0px 90px 0px;
}

#inicio .inicio-info h2 {
  color: #043d5d;
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
}

.inicio-info p {
  font-size: 20px;
}

.btn-book {
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px;
  border-radius: 8px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #548235;
  background-color: #548235;
}

.btn-book:hover {
  border: 2px solid #146c43;
  background-color: #146c43;
  color: white;
}

@media (max-width: 990px) {
  #inicio .inicio-info h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
  }

  #inicio .inicio-info {
    padding: 20px 0px 10px 0px;
  }
}


/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #e04433;
  z-index: 2;
}

.section-t8 {
  padding-top: 8rem;
}

.section-t7 {
  padding-top: 2rem;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

@media (max-width: 400px) {
  .title-a {
    font-size: 2rem;

  }

}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #154225;
  bottom: 20px;
  left: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #0f70b8;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.ventajas-verde {
  background-color: #548235;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  border-color: #548235;
}

.ventajas-verde:hover {
  background-color: #548235;
  border-color: #548235;
}

.banner-largo {
  background-color: #731D24;
  margin-bottom: 8px;
  color: white;
  font-size: x-large;
  padding: 14px;
  border-radius: 6px;
  text-align: center;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #154225;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.related-pages-title,
.related-pages {
  border-radius: 8px;
  color: white;
  margin-bottom: 12px;
  padding: 8px;
  box-shadow: 3px 6px 7px -3px rgba(0, 0, 0, 0.59) !important;
}

.related-pages-title {
  background-color: #7F7F7F;
}

.related-pages {
  background-color: #1A965B;
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar {
  font-size: 14.5px;
  color: #000000;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-item {
  padding-right: 20px;
  text-align: center;
}

.navbar .nav-link:hover,
.navbar .nav-link:hover {
  color: #0f70b8;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #154225;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 8px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #154225;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #154225;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #f8f9fa;
  /* Cambia el color según tu diseño */
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: #22934C;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.section-footer {
  padding: 30px 0px;
  margin-top: 60px;
  background-color: #949394;
  color: #fff;
}

.section-footer a {
  color: #164326;
}


.section-footer ul {
  line-height: 2;
}

@media (max-width: 500px) {
  .section-footer {
    text-align: center;

  }


}


@media (max-width: 400px) {
  .section-footer {
    text-align: center;

  }



}

@media (max-width: 400px) {
  .btn-info-footer {
    font-size: 12px;
  }
}

@media (min-width:350px) and (max-width:767px) {
  .btn-info-footer {
    font-size: 18px;
  }
}

.cuadro-definicion {
  background-color: #293889;
  font-size: 16px;
  border-radius: 3px;
  border: 6px #354ab7 outset;
  margin: 0px;
  color: #fff;
  padding: 15px 20px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.68);
}


/*======================================
//--//-->   card
======================================*/

.card-title {
  text-align: center;
  margin-bottom: .75rem;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}


.card-title2 {
  text-align: center;
  margin-bottom: .75rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #15257d;
}

.card-header2 {
  padding: .75rem 1.25rem;
  margin-bottom: 0;

}

.border-primary2 {
  border: 5px #11217c double;
}

.text-primary {
  color: #11217c !important;
}

.btn-azul2 {
  text-align: center;
  background: rgba(36, 58, 186, 1);
  background: -moz-linear-gradient(top, rgba(36, 58, 186, 1) 0%, rgba(44, 69, 211, 1) 12%, rgba(44, 69, 211, 1) 25%, rgba(36, 58, 186, 1) 39%, rgba(7, 64, 155, 1) 50%, rgba(27, 44, 145, 1) 51%, rgba(27, 44, 145, 1) 60%, rgba(32, 53, 168, 1) 76%, rgba(27, 44, 145, 1) 91%, rgba(21, 37, 125, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(36, 58, 186, 1)), color-stop(12%, rgba(44, 69, 211, 1)), color-stop(25%, rgba(44, 69, 211, 1)), color-stop(39%, rgba(36, 58, 186, 1)), color-stop(50%, rgba(7, 64, 155, 1)), color-stop(51%, rgba(27, 44, 145, 1)), color-stop(60%, rgba(27, 44, 145, 1)), color-stop(76%, rgba(32, 53, 168, 1)), color-stop(91%, rgba(27, 44, 145, 1)), color-stop(100%, rgba(21, 37, 125, 1)));
  background: -webkit-linear-gradient(top, rgba(36, 58, 186, 1) 0%, rgba(44, 69, 211, 1) 12%, rgba(44, 69, 211, 1) 25%, rgba(36, 58, 186, 1) 39%, rgba(7, 64, 155, 1) 50%, rgba(27, 44, 145, 1) 51%, rgba(27, 44, 145, 1) 60%, rgba(32, 53, 168, 1) 76%, rgba(27, 44, 145, 1) 91%, rgba(21, 37, 125, 1) 100%);
  background: -o-linear-gradient(top, rgba(36, 58, 186, 1) 0%, rgba(44, 69, 211, 1) 12%, rgba(44, 69, 211, 1) 25%, rgba(36, 58, 186, 1) 39%, rgba(7, 64, 155, 1) 50%, rgba(27, 44, 145, 1) 51%, rgba(27, 44, 145, 1) 60%, rgba(32, 53, 168, 1) 76%, rgba(27, 44, 145, 1) 91%, rgba(21, 37, 125, 1) 100%);
  background: -ms-linear-gradient(top, rgba(36, 58, 186, 1) 0%, rgba(44, 69, 211, 1) 12%, rgba(44, 69, 211, 1) 25%, rgba(36, 58, 186, 1) 39%, rgba(7, 64, 155, 1) 50%, rgba(27, 44, 145, 1) 51%, rgba(27, 44, 145, 1) 60%, rgba(32, 53, 168, 1) 76%, rgba(27, 44, 145, 1) 91%, rgba(21, 37, 125, 1) 100%);
  background: linear-gradient(to bottom, rgba(36, 58, 186, 1) 0%, rgba(44, 69, 211, 1) 12%, rgba(44, 69, 211, 1) 25%, rgba(36, 58, 186, 1) 39%, rgba(7, 64, 155, 1) 50%, rgba(27, 44, 145, 1) 51%, rgba(27, 44, 145, 1) 60%, rgba(32, 53, 168, 1) 76%, rgba(27, 44, 145, 1) 91%, rgba(21, 37, 125, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243aba', endColorstr='#15257d', GradientType=0);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  margin: 15px 0px;
  font-size: 15px;
  border: 3px #2c46d3 outset;
  max-width: 190px;
}

/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
  color: #154225;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 3.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #154225;
}

.inputmini {
  width: 28% !important;
}

.inputmini2 {
  width: 70% !important;
}


/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #154225;
  color: #000000;
}

.btn.btn-b {
  background-color: #154225;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #154225;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: .8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }

  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }

  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #154225;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

  .box-collapse {
    width: 50%;
  }

  .intro .owl-theme .owl-dots {
    right: 200px;
  }

  .intro .intro-body {
    padding-left: 2rem;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }


  @media (max-width: 767px) {
    .text-brand {
      font-size: 1.8rem;
    }

    .section-t8 {
      padding-top: 6rem;
    }

    .section-t4 {
      padding-top: 2rem;
    }

    .section-md-t3 {
      padding-top: 3rem;
    }

    .section-tb85 {
      padding: 4rem 0 2.5rem 0;
    }

    .intro-single {
      padding-top: 9rem;
    }

  }

  @media (max-width: 575px) {
    .box-collapse .title-box-d {
      left: 35px;
    }

    .box-collapse .title-box-d .title-d {
      font-size: 1.3rem;
    }
  }


  .input_captcha2 {
    width: 30%;
  }

  .input_captcha {
    width: 15%;
  }

  .input_telefono {
    width: 80%;
  }

  .inputmini {
    width: 28% !important;
  }

  .inputmini2 {
    width: 70% !important;
  }


  @media (max-width: 600px) {

    .inputmini {
      width: 30%;
    }

    .inputmini2 {
      width: 62%;
    }

  }
}

.tablas {
  width: 100%;
}

.ventajas2 {
  background-color: #43592B;
  padding: 10px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 2px;

}

.btn-azul {
  background-color: #00942c;
  border-color: #00942c;
}

.btn-azul:hover {
  background-color: #056c24;
  border-color: #056c24;
}

.btn-verde {
  background-color: #154225;
  border-color: #154225;
}

.btn-verde:hover {
  background-color: #013451;
  border-color: #013451;
}

.cuadro-verde {
  padding: 15px;
  font-size: 17px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  border: 3px #00942c solid;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cuadro-verde2 {
  background-color: #70ad47;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:991px) {
  .cuadro-verde2 {
    height: 150px;
  }
}

@media(min-width:1400px) {
  .cuadro-verde2 {
    height: 200px;
  }
}


.cuadro-verde3 {
  background-color: #70ad47;
  padding: 10px;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;

}

.cuadro-azul3 {
  background-color: #003655;
  padding: 10px 15px;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.cuadro-verde4 {
  padding: 7px;
  font-size: 14.5px;
  margin-bottom: 15px;
  text-align: center;
  border: 3px #00942c solid;

}

.cobertura {
  text-align: center;
  color: #000;
  font-size: 16px;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/cobertura-nacional.png);
  padding: 19px;

}

.cuadro-cobertura {
  background: #aaa9a9;
  background: linear-gradient(to bottom right, #FFF, #bcbcbc);
  color: #000;
  padding: 13px;
  margin: 0px;
  font-size: 15.5px;
  border: 5px #aaa9a9 outset;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  opacity: 0.8;
  text-align: center;

}

.form-control {

  font-size: .8rem !important;
}

.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

.centrado {
  position: absolute;
  top: 85%;
  left: 45%;
  transform: translate(-50%, -50%);
  background-color: rgba(22, 67, 38, 0.9);
  color: #fff;
  padding: 5px 10px;
  font-size: 14.5px;
}

@media (min-width: 990px) and (max-width: 1200px) {
  .inputmini {
    width: 34% !important;
  }

  .inputmini2 {
    width: 60% !important;
  }
}

.card h4 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 0px;
}

.use-card-text {
  height: 80px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

@media (min-width:1200px) {
  .use-card-text {
    height: 50px;
  }
}

.uses-structural {
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:1199px) {
  .uses-structural {
    height: 250px;
  }
}

@media (max-width:991px) {
  .uses-structural {
    height: auto;
  }
}

#uses-structural-a514 {
  margin-bottom: 47px;
}

@media (min-width:1400px) {
  #uses-structural-a514 {
    margin-bottom: 67px;
  }

}

table {
  font-size: 15px;
  text-align: center;
}

table td,
table th {
  border: solid 2px black;
}

table th {
  background-color: #154225;
  color: white;
}

table th,
table td {
  padding: 14px;
}

table .pulgadas-tabla {
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}