.spad {
  padding: 0;
}
.smar {
  margin: 0;
}
.fa-med {
  font-size: 1.5em;
}
.fa-largo {
  font-size: 1.7em !important;
}
html,
body {
  height: 100%;
}
body {
  padding-top: 50px;
}
.black {
  color: #000 !important;
}
.red {
  color: #fb3429 !important;
}
.cyan {
  color: #0095d1 !important;
}
.verde-med {
  color: #00a470 !important;
}
.verde-claro {
  color: #85d101 !important;
}
.naranja-oscuro {
  color: #ff644f !important;
}
.cyan-claro {
  color: #2ab9cc !important;
}
.gris {
  color: #ececec !important;
}
.verde-oscuro {
  color: #326032 !important;
}
.amarillo {
  color: #ffcc01 !important;
}
.fucsia {
  color: #f9306d !important;
}
.footer {
  background-color: #0095d1;
  color: #ededed;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 50px 15px;
}
.footer hr {
  border-color: #26b6f0;
}
.footer h4,
.footer h5 {
  color: #ededed;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.navbar {
  min-height: 110px;
}
.navbar-brand {
  padding: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #0095d1;
  color: #fff;
}
.navbar-default {
  background-color: #fff;
}
.navbar-nav > li > a {
  font-family: "Oswald", Helvetica, Arial;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-nav > li > a i {
  color: #0095d1;
}
.desc_pdf {
  height: 66px;
  position: fixed;
  right: -6px;
  top: 280px;
  width: 57px;
  z-index: 2;
}
.dropdown-menu>li>a {
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
}
.dropdown-menu>li:nth-child(1) {
  background-color: #d2e5ed;
  color: #fff;
}
.header {
  background-color: #0095d1;
  height: 10px;
  width: 100%;
}
.img-portfolio {
  margin-bottom: 0;
}
.img-hover:hover {
  opacity: 0.8;
}
.banner-grid {
  margin-top: 17px;
}
.banner-grid .main-slid .carousel {
  width: 100%;
  height: 100%;
}
.banner-grid .main-slid .container_cat {
  border-bottom: 1px solid #0095d1;
}
.banner-grid_mobil {
  display: none;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 100%);
}
.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 100%);
}
/*=====CATEGORIA ====== */
.opciones .title {
  border-bottom: 1px solid lightGray;
  display: block;
  padding: 20px 0;
}
.opciones .title h1 {
  color: #0095d1;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.opciones .list-opciones {
  padding: 10px 15px;
}
#container .mix {
  display: none;
}
.wrapper {
  padding: 10px 8px;
}
.wrapper .text {
  font-family: "Oswald", Helvetica, Arial;
  font-size: 1.1em;
  margin: 10px auto;
  max-width: 85%;
  padding: 0 10px;
}
.wrapper .text a i {
  padding: 7px 0;
  margin-right: 3px;
}
.wrapper a.text-in {
  background-color: #0095d1;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px auto;
  padding: 10px 20px;
  text-align: center;
  max-width: 85%;
}
.wrapper a.text-in:hover {
  text-decoration: none;
}
.wrapper a.text-in i {
  margin-right: 8px;
}
/*=====FIN CATEGORIA ====== */
/*=======DETALLE PRODUCTO =====*/
.cont_txt {
  background-color: #ededed;
  display: table;
  position: relative;
}
.cont_txt .tx_info {
  display: table-cell;
  vertical-align: middle;
}
.cont_txt .tx_info h2,
.cont_txt .tx_info p {
  text-align: center;
}
.cont_txt .tx_info h2 {
  font-size: 2.5em;
}
.cont_txt .tx_info p {
  padding: 0 25px;
  font-size: 1.3em;
}
.conect_mobil {
  display: none;
}
.cont_lg,
.cont_med {
  display: table;
  padding: 20px 0;
  position: relative;
}
.cont_lg .cont_larg,
.cont_med .cont_larg {
  display: table-cell;
  vertical-align: middle;
}
.cont_lg .cont_larg h2,
.cont_med .cont_larg h2,
.cont_lg .cont_larg p,
.cont_med .cont_larg p {
  text-align: center;
}
.cont_lg .cont_larg h2,
.cont_med .cont_larg h2 {
  font-size: 3.5em;
}
.cont_lg .cont_larg p,
.cont_med .cont_larg p {
  padding: 0 25px;
  font-size: 25px;
}
.cont_lg .cont_mdn,
.cont_med .cont_mdn {
  margin-top: -50%;
  display: table-cell;
  vertical-align: middle;
  transform: translateY(50%);
}
.cont_lg .cont_mdn h2,
.cont_med .cont_mdn h2,
.cont_lg .cont_mdn p,
.cont_med .cont_mdn p {
  text-align: center;
}
.cont_lg .cont_mdn h2,
.cont_med .cont_mdn h2 {
  font-size: 2.6em;
}
.cont_lg .cont_mdn p,
.cont_med .cont_mdn p {
  padding: 0 15px;
  font-size: 1.3em;
}
.t_mobil {
  display: none;
}
.cont_taman {
  min-height: 120px;
  padding: 50px 20px;
}
.cont_taman .taman h2,
.cont_taman .taman p {
  text-align: center;
}
.cont_taman .taman h2 {
  margin-top: 0;
}
.cont_taman .taman p {
  font-size: 1.2em;
}
/*==PANEL==*/
.panel-group {
  margin-bottom: 0 !important;
}
.panel-primary {
  border-color: #ccc;
}
.panel-primary > .panel-heading {
  background-color: #fff;
  border-color: #ccc;
  color: #222;
}
h4.panel-title a {
  display: block !important;
  font-family: Arial, Helvetica;
  outline-style: none !important;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
}
h4.panel-title a .glyphicon {
  color: #0095d1;
  float: right;
  left: 275px;
  position: absolute;
  top: 6px;
}
h4.panel-title a:hover {
  text-decoration: none;
}
.panel-group .panel .panel-heading {
  border-radius: 0 !important;
}
.panel-heading {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.panel-body {
  padding: 0 !important;
}
.panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-body ul li {
  border-bottom: 1px solid #ccc;
  display: block;
  min-height: 82px;
  padding: 20px 35px;
}
.panel-body ul li i {
  color: #0095d1;
}
.bg_activo {
  background-color: #fff !important;
}
/*======FIN =DETALLE PRODUCTO =====*/
.error-404 {
  font-size: 100px;
}
.price {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
.price sup {
  top: -20px;
  left: 2px;
  font-size: 20px;
}
.period {
  display: block;
  font-style: italic;
}
@media (max-width: 1024px) {
  .cont_med .cont_mdn {
    padding: 0 30px;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .customer-img,
  .img-related {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .img-portfolio {
    margin-bottom: 0;
  }
  .banner-grid {
    display: none;
  }
  .navbar-default .navbar-toggle {
    background-color: #0095d1;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .navbar-default .navbar-brand img {
    margin-left: 20px;
  }
  .banner-grid_mobil {
    display: block;
    margin-top: 20px;
  }
  .banner-grid_mobil .main-slid .carousel {
    width: 100%;
    height: 100%;
  }
  .t_desk {
    display: none;
  }
  .t_mobil {
    display: block;
  }
  .cont_txt {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .cont_txt .tx_info {
    display: table-cell;
    vertical-align: middle;
  }
  .cont_txt .tx_info h2,
  .cont_txt .tx_info p {
    text-align: center;
  }
  .cont_txt .tx_info h2 {
    font-size: 2em;
  }
  .cont_txt .tx_info p {
    padding: 0 25px;
    font-size: 1.1em;
  }
  .conect {
    display: none;
  }
  .conect_mobil {
    display: block;
  }
  .cont_lg {
    width: 100%;
    padding: 20px 0;
    position: relative;
  }
  .cont_lg .cont_larg {
    display: table-cell;
    vertical-align: middle;
  }
  .cont_lg .cont_larg h2,
  .cont_lg .cont_larg p {
    text-align: center;
  }
  .cont_lg .cont_larg h2 {
    font-size: 2.5em;
  }
  .cont_lg .cont_larg p {
    padding: 0 25px;
    font-size: 1.2em;
  }
  .cont_med .cont_mdn {
    padding: 0 30px;
    transform: translateY(0);
  }
}
/*======FIN =DETALLE PRODUCTO =====*/
/*@media screen and (max-width: 480px)*/
