@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: 'Barlow', sans-serif;
}

.header-ph {
  height: 110px;
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

h1 {
  color: #293d54;
  font-size: 40px;
}

@media (max-width: 992px) {
  header .container .logo {
      max-width: 220px !important;
  }
  h1 {
    text-align: center;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  h1::after {
    margin: 0 auto;
  }
}

h2 {
  color: #293d54;
  font-size: 25px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

.title-sec {
  background-color: #293d54;
  padding: 10px 10px 6px;
  color: #fff;
  text-align: center;
}

.title-sec h1 {
  color: #fff;
}

img {
  max-width: 100%;
}

.btn {
  padding: 10px 30px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
}

.btn-secondary {
  background-color: #fff;
  color: #0071bc;
}

.btn-secondary:hover {
  background-color: #293d54;
}

header {
  width: 100vw;
  height: 110px;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
}

header .container {
  position: relative;
}

@media (max-width: 992px) {
  header .container {
    position: static;
  }
}

header .container .logo {
  width: 360px;
  height: auto;
  position: absolute;
  max-width: 360px;
  z-index: 999;
  top: 12px;
}

@media (max-width: 576px) {
  header .container .logo {
    left: 20px;
    margin-top: 30px;
  }
}

header .container .login {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 100;
}

header .container .login .pedido {
  text-decoration: none;
  color: #293d54;
  font-weight: 600;
  margin-right: 20px;
}

header .container .login .pedido:hover {
  color: #0071bc;
}

header .container .login .btn {
  padding: 5px 15px;
}

header .container .login .btn-reg {
  color: #293d54;
  border: 1px solid #293d54;
  background: transparent;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
  margin-right: 2px;
}

header .container .login .btn-reg:hover {
  color: #fff;
  background-color: #293d54;
}

header .container .login .btn-log {
  color: #0071bc;
  border: 1px solid #0071bc;
  background: transparent;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
}

header .container .login .btn-log:hover {
  color: #fff;
  background-color: #0071bc;
}

header .container .menu {
  position: relative;
  padding-top: 60px;
}

@media (max-width: 992px) {
  header .container .menu {
    background-color: #fff;
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: -130vw;
    top: 0;
    transition: all .3s ease-in-out;
  }
}

header .container .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

header .container .menu ul li {
  display: inline-block;
}

header .container .menu ul li a {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #293d54;
  position: relative;
}

header .container .menu ul li a:hover {
  color: #0071bc;
}

header .container .menu .menu01 {
  position: absolute;
  right: 0px;
}

@media (max-width: 992px) {
  header .container .menu .menu01 {
    right: auto;
    left: 20px;
    top: 150px;
    font-size: 25px;
  }
}

header .container .menu .menu01 li {
  padding: 10px;
}

@media (max-width: 992px) {
  header .container .menu .menu01 li {
    display: block;
  }
}

header .container .menu .menu01 a {
  text-decoration: none;
}

header .container .menu .menu02 {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 20px;
}

@media (max-width: 992px) {
  header .container .menu .menu02 {
    bottom: 90px;
    left: 20px;
    right: auto;
    font-size: 40px;
  }
}

header .container .menu .menu02 li {
  height: 40px;
}

header .container .menu .menu02 .fa-search {
  color: #0071bc;
  padding: 10px;
  transition: all .1s ease-in-out;
}

header .container .menu .menu02 .fa-search:hover {
  background: #0071bc;
  color: #fff;
}

header .container .menu .menu02 .fa-map-marker-alt {
  color: #293d54;
  padding: 10px 13px;
  transition: all .1s ease-in-out;
}

header .container .menu .menu02 .fa-map-marker-alt:hover {
  background: #293d54;
  color: #fff;
}

header .container .menu .menu02 .flag-ar {
  background-image: url(../pics/AR-flag.png);
  height: 30px;
  width: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 5px;
}

header .container .menu .menu02 a {
  text-decoration: none;
}

header .container .hamburger {
  position: absolute;
  right: 0;
  top: 50px;
  padding: 15px;
  display: none;
  visibility: hidden;
  border: 0;
  box-shadow: 0;
}

@media (max-width: 992px) {
  header .container .hamburger {
    display: block;
    visibility: visible;
  }
}

header .container button:focus {
  outline: 0;
}

.hamburger:hover {
  opacity: 1;
}

.show {
  right: 0vw !important;
  transition: all .2s ease-in-out;
}

.main {
  background: url("../pics/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

.main h1 {
  color: #fff;
  font-style: italic;
  padding: 78px 0 60px;
}

@media (max-width: 992px) {
  .main h1 {
    padding: 30px 15px 30px;
  }
}

.search-box .input-padding {
  padding-top: 10px;
}

@media (max-width: 576px) {
  .search-box .input-padding {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

.search-box label {
  font-weight: 900;
  color: #293d54;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  text-align: right;
  right: 10px;
}

@media (max-width: 576px) {
  .search-box label {
    text-align: left;
    right: auto;
  }
}

.search-box label span {
  font-weight: 500;
  display: block;
}

.search-box .no-pd {
  padding-left: 0;
  padding-right: 0;
}

.search-box .group-search-01 {
  justify-content: space-between;
}

@media (max-width: 576px) {
  .search-box .group-search-01 {
    justify-content: center;
  }
}

.search-box .title {
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  padding: 5px 0;
}

.search-box .nav-pills {
  padding: 0 15px;
}

.search-box .nav-item {
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  background-color: #e1e1e1;
  color: #8a8a8a;
}

.search-box .nav-item .active {
  background-color: #f8f8f8;
  color: #293d54;
  font-weight: bold;
}

.search-box .nav-link {
  width: 100%;
  max-width: 570px;
  border-radius: 0;
  padding: 10px;
  color: #8a8a8a;
}

.search-box .tab-content {
  background-color: #f8f8f8;
}

.search-box .no-margin {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 40px 0 20px;
}

@media (max-width: 576px) {
  .search-box .no-margin {
    padding: 0;
  }
}

.search-box .btn {
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 15px;
  border: 0;
}

.search-box .btn-primary {
  background-color: #293d54;
}

.search-box .btn-primary:hover {
  background-color: #0071bc;
}

.search-box .btn-secondary {
  background-color: #8a8a8a;
  color: #fff;
}

.search-box .btn-secondary:hover {
  background-color: #e1e1e1;
  color: #333;
}

.search-box #SB-clave {
  max-width: 1040px;
  width: 86%;
  margin: 20px auto;
  margin-top: 46px;
  padding: 20px;
  font-size: 20px;
}

.quienes {
  padding: 100px 0;
}

.quienes p {
  color: #293d54;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.quienes img {
  width: 100%;
}

@media (max-width: 992px) {
  .quienes img {
    margin-top: 30px;
  }
}

.quienes .btn-primary {
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0071bc;
  border: 0;
  padding: 14px;
}

.quienes .btn-primary:hover {
  background-color: #293d54;
}

.novedades {
  background-color: #f8f8f8;
  padding: 70px 0;
}

.novedades .main-carousel {
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .novedades .main-carousel {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .novedades .main-carousel {
    width: 60%;
  }
}

.novedades .main-carousel .carousel-cell {
  width: 30.3%;
  margin: 2%;
}

@media (max-width: 992px) {
  .novedades .main-carousel .carousel-cell {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .novedades .main-carousel .carousel-cell {
    width: 97%;
  }
}

.novedades .main-carousel .carousel-cell img {
  margin-bottom: 20px;
  width: 100%;
}

.novedades .main-carousel .carousel-cell .h2 {
  margin-bottom: 16px;
}

.novedades .main-carousel .carousel-cell .btn-primary {
  background-color: #0071bc;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
}

.novedades .main-carousel .carousel-cell .btn-primary:hover {
  background-color: #293d54;
}

.novedades .main-carousel .flickity-button {
  background-color: #fff;
  height: 14%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.novedades .main-carousel .flickity-button-icon {
  width: 30%;
  height: 30%;
  left: 35%;
  top: 35%;
}

.novedades .main-carousel .flickity-button:disabled {
  opacity: 1;
}

.novedades .main-carousel .flickity-prev-next-button {
  border-radius: 2px;
}

.novedades .main-carousel .flickity-prev-next-button.previous {
  left: -70px;
}

.novedades .main-carousel .flickity-prev-next-button.next {
  right: -70px;
}

.novedades p {
  color: #293d54;
  font-size: 18px;
}

.novedades a {
  color: #293d54;
  text-decoration: none;
}

.novedades a:hover {
  color: #0071bc;
}

.footer {
  background-image: url("../pics/bg-footer.jpg");
  background-position: center center;
  padding: 40px 0;
}
.certificados-bg img {
    padding: 0;
    margin: 0 15px !important;
}
.certificados-bg {
    background: #fff;
    padding: 15px;
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    background-color: #293d54;
    background-image: none;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer .col-md-4:first-of-type {
    margin-bottom: 40px;
  }
}

.footer h2 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.footer h3 {
  color: #fff;
  font-weight: 700;
}

.footer h4 {
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
}

.footer a:hover {
  background-color: #fff;
  color: #293d54;
}

.footer .btn-redes {
  display: inline-block;
  padding: 10px;
  width: 40px;
  text-align: center;
}

.footer img {
  margin-right: 25px;
  margin-bottom: 20px;
}

.footer #map {
  height: 300px;
  width: 100%;
}

@media (max-width: 992px) {
  .footer #map {
    margin-top: 30px;
  }
}

.copy {
  background-color: #28313b;
  color: #818589;
  padding: 15px;
  text-align: center;
}

.quienessomos {
  background-color: #293d54;
  color: #fff;
  padding: 40px 0 0;
}

.quienessomos .certif {
    text-align: center;
    background: #ffffff59;
    padding: 15px;
    border-radius: 5px;
}

.quienessomos .certif img {
    margin: 10px;
    max-width: 20%;
}

.quienessomos h1 {
	margin-bottom: 30px;
  color: #fff;
}

.quienessomos h1::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  margin-top: 10px;
  background-color: #fff;
}

.quienessomos h2 {
  color: #fff;
  font-style: normal;
  text-transform: none;
  font-weight: 300;
  font-size: 22px;
	margin-bottom: 30px;
}

.quienessomos h2 b {
  font-weight: 600;
}

.quienessomos .main-carousel2 {
  margin-top: 40px;
}

.quienessomos .main-carousel2::before {
  content: '';
  position: absolute;
  z-index: 19;
  background-image: url("../pics/bggradientl.png");
  height: 310px;
  width: 136px;
}

.quienessomos .main-carousel2::after {
  content: '';
  position: absolute;
  z-index: 19;
  background-image: url("../pics/bggradientr.png");
  height: 310px;
  width: 136px;
  right: 0;
  top: 0;
}

.quienessomos .flickity-button {
  z-index: 200;
}

.fabricacion .title-fab {
  background-image: url(../pics/bg-fabricacion.jpg);
  padding: 80px 15px;
  text-align: center;
}

.fabricacion .title-fab h1 {
  color: #fff;
}

.fabricacion .container {
  margin: 40px auto;
}

.fabricacion .container h1 {
  color: #0071bc;
}

.fabricacion .container h1::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 35px;
  background-color: #293d54;
}

.fabricacion .container .modulos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .fabricacion .container .modulos {
    flex-direction: column;
  }
}

.fabricacion .container .modulos .col5 {
  position: relative;
  display: inline-block;
  width: 17.5%;
  height: auto;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 3% 1%;
  margin-right: 2%;
  text-align: center;
  transition: all .2s ease-in-out;
}

@media (max-width: 768px) {
  .fabricacion .container .modulos .col5 {
    width: 100%;
    margin-bottom: 50px;
    padding: 5% 1%;
  }
}

.fabricacion .container .modulos .col5:hover {
  background: #ececec;
}

.fabricacion .container .modulos .col5:last-of-type {
  margin-right: 0;
}

.fabricacion .container .modulos .col5 h3 {
  display: inline-block;
  font-weight: 300;
  font-size: 28px;
  font-style: normal;
}

@media (max-width: 1200px) {
  .fabricacion .container .modulos .col5 h3 {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .fabricacion .container .modulos .col5 h3 {
    font-size: 17px;
  }
}

.fabricacion .container .modulos .col5 h3 span {
  font-weight: 700;
  font-size: 18px;
  display: block;
}

@media (max-width: 992px) {
  .fabricacion .container .modulos .col5 h3 span {
    font-size: 14px;
  }
}

.fabricacion .container .modulos .col5 img {
  margin-bottom: 20px;
}

.fabricacion .container .modulos .arrow::after {
  content: '';
  background-image: url("../pics/arrow.png");
  width: 17px;
  height: 19px;
  position: absolute;
  right: -25px;
  bottom: calc(50% - 9px);
}

@media (max-width: 992px) {
  .fabricacion .container .modulos .arrow::after {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .fabricacion .container .modulos .arrow::after {
    right: calc(50% - 9px);
    bottom: -35px;
    transform: rotate(90deg);
    margin-bottom: auto;
  }
}

.produccion {
  padding: 40px 0;
  background-color: #0071bc;
  color: #fff;
}

.produccion h1 {
  color: #fff;
}

.produccion h1::after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 35px;
  background-color: #fff;
}

.produccion h2 {
  font-style: normal;
  font-weight: 300;
  color: #fff;
  text-transform: none;
}

.produccion img {
  margin-top: 50px;
}

.novedades-sec .nov-title {
  text-align: center;
  background-image: url("../pics/bg-novedades.jpg");
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.novedades-sec .nov-title h1 {
  color: #fff;
}

.novedades-sec .nuevo {
  background-color: #0071bc;
  color: #fff;
  padding: 50px 0 20px;
  background-image: url("../pics/nuevobg.png");
  background-repeat: no-repeat;
  background-position: right -5px top -5px;
  border: 0;
  max-width: 550px;
}

.novedades-sec .nuevo h2 {
  padding: 20px;
  color: #fff;
}

.novedades-sec .nuevo p {
  padding: 20px;
}

.novedades-sec .nuevo .btn {
  margin: 0 auto;
  display: block;
}

.novedades-sec .notas-cont {
  padding: 50px;
}

.novedades-sec .notas-cont .notas {
  padding: 50px 20px 20px;
}

.novedades-sec .notas-cont .notas h2 {
  padding: 20px 0;
}

.novedades-sec .notas-cont .notas p {
  padding: 20px 0;
}

.novedades-sec .notas-cont .notas .btn {
  display: block;
  margin: 0 auto;
  background-color: #293d54;
}

.novedades-sec .notas-cont .notas .btn:hover {
  background-color: #0071bc;
}

.novedades-sec .img-post {
  height: auto;
  width: 100%;
  padding-bottom: 62%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.productos a {
  text-decoration: none;
}

.productos .search-result {
  margin-top: 30px;
}

.productos .descargar {
  display: flex;
  color: #0071bc;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  background-color: #f8f8f8;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.productos .descargar .txt {
  margin-top: 20px;
  padding: 2px;
}

.productos .descargar span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.productos .descargar .arrow {
  background-color: #0071bc;
  text-align: center;
  color: #fff;
  padding: 30px 5px;
  transition: all .2s ease-in-out;
}

.productos .descargar:hover .arrow {
  animation: arrow-down .9s infinite linear;
}

@media (max-width: 992px) {
  .productos .filtros {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: calc(100vh - 65px);
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-sizing: content-box;
    overflow: hidden;
    transition: all .3s ease-in-out;
    cursor: pointer;
    padding-top: 65px;
  }
}

.productos .show {
  top: 0;
  overflow: auto;
}

.productos .show .fa-angle-up {
  display: inline-block;
  visibility: visible;
  transform: rotate(180deg);
  transition: all .3s ease-in-out;
}

.productos .show .title-aside {
  top: 0;
  transition: all .3s ease-in-out;
}

.productos .title-aside {
  width: 100%;
  background-color: #0071bc;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 22px;
  margin-top: 20px;
  position: relative;
}

.productos .title-aside .fa-angle-up {
  display: none;
  visibility: hidden;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .productos .title-aside {
    position: fixed;
    margin-top: 0;
    top: calc(100vh - 65px);
    height: 65px;
    transition: all .3s ease-in-out;
  }
  .productos .title-aside .fa-angle-up {
    display: inline-block;
    visibility: visible;
    transition: all .3s ease-in-out;
  }
}

.productos .aside h3 {
  font-size: 20px;
  color: #555;
  text-align: center;
  padding-top: 10px;
}

.productos .aside h3::after {
  width: 100%;
  height: 5px;
  background-color: #dadada;
  content: '';
  display: block;
  margin-top: 7px;
}

.productos .aside h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}

.productos .aside h4:hover {
  color: #0071bc;
}

@media (max-width: 992px) {
  .productos .aside h4 {
    padding: 10px;
  }
}

.productos .table {
  padding-right: 28px;
}

@media (max-width: 992px) {
  .productos .table {
    padding: 0 30px;
    margin-top: 30px;
  }
}

.productos .table a {
  color: inherit;
}

.productos .table-title {
  background-color: #0071bc;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 60px;
  border-left: 2px solid #fff;
}

.productos .table-title span {
  display: block;
  font-weight: 300;
}

@media (max-width: 768px) {
  .productos .principal {
    display: none;
    visibility: hidden;
  }
}

.productos .table-item {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  background-color: #fff;
}

.productos .table-item:hover {
  background-color: #293d54;
  color: #fff;
  transition: all .2s ease-in-out;
}

@media (max-width: 768px) {
  .productos .table-item {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
  }
}

.productos .table-item .table-part {
  border-left: 2px solid #fff;
  padding: 10px;
}

@media (max-width: 768px) {
  .productos .table-item .table-desc {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #0071bc;
  }
  .productos .table-item .table-desc::before {
    content: 'Descripción';
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
  }
  .productos .table-item .table-year::before {
    content: 'Año';
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
  }
  .productos .table-item .table-pos::before {
    content: 'Posición';
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
  }
  .productos .table-item .table-cod::before {
    content: 'Código';
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
  }
}

.productos .table-item:nth-child(odd) {
  background-color: #eee;
}

@media (max-width: 768px) {
  .productos .table-item:nth-child(odd) {
    background-color: #fff;
  }
}

.productos .table-item:nth-child(odd):hover {
  background-color: #293d54;
  color: #fff;
  transition: all .2s ease-in-out;
}

.productos #pag-prod {
  padding: 30px 0;
}

.productos #pag-prod .page-link {
  border: none;
  color: #888;
}

.productos #pag-prod .number {
  font-size: 20px;
}

.productos #pag-prod .active {
  background: #0071bc;
  color: #fff;
  font-weight: 900;
}

@keyframes arrow-down {
  from {
    padding: 25px 5px 35px;
  }
  to {
    padding: 35px 5px 25px;
  }
}

.title-sec2 {
  background-color: #293d54;
  color: #fff;
  padding: 14px 0 10px;
}

.title-sec2 h1, .title-sec2 h3 {
  display: inline-block;
  color: #fff;
}

.title-sec2 h1 {
  font-size: 28px;
}

.title-sec2 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.title-sec2 a:after {
  content: '';
  width: 0%;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 5px;
  transition: all .3s ease-in;
}

.title-sec2 a:hover:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 5px;
}

.prod-detalle {
  padding-top: 20px;
}

.prod-detalle .btn-primary {
  color: #fff !important;
  background-color: #0071bc;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}

.prod-detalle .btn-primary:hover {
  background-color: #293d54;
}

@media (max-width: 768px) {
  .prod-detalle h2 {
    text-align: center;
    padding-top: 40px;
  }
}

.prod-detalle .carousel-prod {
  text-align: center;
}

.prod-detalle .carousel-prod .carousel-cell {
  width: 100%;
}

.prod-detalle .carousel-nav .carousel-cell {
  opacity: .5;
}

.prod-detalle .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}

.prod-detalle .table-title {
  text-align: center;
  background-color: #293d54;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px;
  font-size: 18px;
  border: 1px solid #293d54;
  margin-top: 20px;
}

.prod-detalle .table-det {
  text-align: center;
  background-color: #fff;
  color: #293d54;
  border: 1px solid #293d54;
  padding: 4px;
  font-size: 18px;
}

.prod-detalle .referencias .row {
  margin: 0;
}

.prod-detalle .referencias .table-title-mult {
  text-align: center;
  background-color: #293d54;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px;
  font-size: 18px;
  border-right: 1px solid #fff;
  margin-top: 20px;
}

.prod-detalle .referencias .table-title-mult:last-of-type {
  border-right: 1px solid #293d54;
}

.prod-detalle .referencias .table-det-mult {
  text-align: center;
  background-color: #fff;
  color: #293d54;
  border-left: 1px solid #293d54;
  border-bottom: 1px solid #293d54;
  padding: 4px;
  font-size: 18px;
}

.prod-detalle .referencias .table-det-mult:last-of-type {
  border-right: 1px solid #293d54;
}

.prod-detalle .table-container thead th {
  background-color: #293d54;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #293d54;
  border-right: 1px solid #fff;
  vertical-align: middle;
  line-height: 1;
}

.prod-detalle .table-container thead th:last-of-type {
  border-left: 1px solid #293d54 !important;
}

.prod-detalle .table-container tr td {
  border-bottom: 1px solid #293d54;
  border-right: 1px solid #293d54;
  text-align: center;
}

.prod-detalle .table-container tr td:first-of-type {
  border-left: 1px solid #293d54;
}

.prod-detalle h4 {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #0071bc;
  font-size: 20px;
  font-style: italic;
}

.prod-detalle .table-container {
  margin: 0;
}

.prod-detalle .aplicaciones {
  padding: 30px 0;
}

.contacto-sec {
  background-image: url("../pics/bg-contacto.jpg");
  padding: 40px 10px;
  color: #fff;
}

.contacto-sec img {
  margin: 10px;
}

.contacto-sec .container {
  max-width: 700px;
}

.contacto-sec .container .row {
  margin-left: 0;
  margin-right: 0;
}

.contacto-sec .required {
  background-image: url("../pics/required.png");
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
}

.contacto-sec .form-group {
  border: 0;
}

.contacto-sec .form-group input {
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  border: 0;
  transition: all .2s ease-in-out;
  padding-right: 35px;
}

.contacto-sec .form-group input::placeholder {
  color: #aaa;
}

.contacto-sec .form-group input:focus {
  color: #293d54;
  background-color: #f9ffb2;
}

.contacto-sec .form-group textarea {
  border-radius: 0;
  padding: 15px 20px;
  font-size: 18px;
  border: 0;
  transition: all .2s ease-in-out;
  height: 200px;
  padding-right: 35px;
}

.contacto-sec .form-group textarea::placeholder {
  color: #aaa;
}

.contacto-sec .form-group textarea:focus {
  color: #293d54;
  background-color: #f9ffb2;
}

.contacto-sec .custom-control {
  padding-bottom: 25px;
  width: auto;
  margin: 0 auto;
}

.contacto-sec .custom-control .custom-control-label {
  font-size: 20px;
}

.contacto-sec h1 {
  color: #fff;
  text-align: center;
}

.contacto-sec h2 {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

.contacto-sec .btn-primary {
  border-radius: 0;
  width: 100%;
  background-color: #293d54;
  font-size: 20px;
  margin-top: 20px;
}

.contacto-sec .btn-primary:hover {
  background-color: #fff;
  color: #293d54;
}

.contacto-sec .link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.contacto-sec .link:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 30px;
  left: 0;
  transition: height .2s ease-in-out;
}

.contacto-sec .link:hover:after {
  height: 5px;
  transition: height .2s ease-in-out;
}

.contacto-sec .login {
  margin-bottom: 40px;
}

.registro-sec {
  padding: 100px 0;
}

.registro-sec .container {
  max-width: 1140px;
}

.registro-sec .row {
  margin-left: 0;
  margin-right: 0;
}

.registro-sec label {
  font-weight: bold;
  font-size: 18px;
}

.registro-sec .text-center {
  font-size: 18px;
}

.registro-sec .btn-primary {
  max-width: 500px;
  margin: 30px auto 0;
  display: inherit;
}

.registro-sec h2 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 30px;
  font-style: italic;
}

.pedido-detalle {
  padding: 30px 0 50px;
}

.pedido-detalle h1 {
  color: #0071bc;
}

.pedido-detalle .prod-t {
  border-bottom: 1px solid #eee;
  font-weight: 800;
  height: 60px;
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 768px) {
  .pedido-detalle .prod-t {
    display: none;
    visibility: hidden;
  }
}

.pedido-detalle .prod-u {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .pedido-detalle .prod-u {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 10px;
  }
}

.pedido-detalle .prod-img-ped {
  display: block;
  width: 100%;
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 768px) {
  .pedido-detalle .cantidad {
    margin-top: 20px;
  }
}

.pedido-detalle .cantidad-e {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

.pedido-detalle input {
  text-align: center;
  padding: 10px;
  width: 100%;
  font-weight: 800;
}

.pedido-detalle input::-webkit-inner-spin-button {
  opacity: 1;
}

.pedido-detalle a {
  text-decoration: none;
  color: #293d54;
}

.pedido-detalle a:hover {
  color: #0071bc;
}

.pedido-detalle .prod-name {
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pedido-detalle .prod-name {
    text-align: center;
  }
}

.pedido-detalle .detalles-title {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

@media (min-width: 768px) {
  .pedido-detalle .detalles-title {
    display: none;
    visibility: hidden;
  }
}

.pedido-detalle .botones {
  font-size: 22px;
}

.pedido-detalle .fin {
  background-color: #0071bc;
  color: #fff;
  border-radius: 0;
}

.pedido-detalle .fin:hover {
  background-color: #293d54;
}

.pedido-detalle .agregar {
  color: #333;
  border-radius: 0;
}

.pedido-detalle .agregar:hover {
  background-color: #333;
  color: #fff;
}
span.less, span.plus{
  float: left;
}
input.quantity{
  float: left;
  width: 80px;
}
span.less a, span.plus a{
  width: 20px;
  display: block;
  text-align: center;
  padding: 15px;
}

.calidad-carousel {
	margin-top: 60px;
	margin-bottom: 60px;
}
.calidad-carousel .carousel-cell {
  display: block;
}
.footer .certificados img {
    max-width: 17%;
}