* {
  font-family: "Lato", sans-serif !important;
}

.textLight {
  font-weight: 100;
}

.textRegular {
  font-weight: 400;
}

.textBold {
  font-weight: 700;
}

.contenCargaInfo {
  background-color: rgba(255, 144, 0, 0.35);
  margin-top: 2rem;
  width: 90% !important;
  max-width: 1140px !important;
  padding: 1rem;
}

h1.tituloSeccion {
  color: #ffffff;
  padding: 6px;
  text-align: center;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.75);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
}

h2.tituloSeccion {
  color: #ffffff;
  padding: 6px;
  text-align: center;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.75);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 28px;
}

h3.subtituloSeccion{
  color: #ffffff;
  padding: 10px;
      text-decoration: underline;
  text-align: center;
  /*text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.75);*/
  font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: 700;

	
}

nav#indice-letras {
  height: auto;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
}

ul#lista-letras {
  height: auto;
  line-height: 24px;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-left: 0 !important;

  padding: 0.8rem 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  font-size: 1.2rem;
}

ul#lista-letras a:hover{
	text-decoration: none !important;


	}

li.letra {
  color: #ffffff;
  display: inline;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
  text-shadow: 0px 0px 5px #000000;
}

li.letra:hover {
  color: #fd9026;
  text-decoration: none !important;
}

.cardEmpresa {
  background-color: rgba(255, 255, 255, 0.65) !important;
  height: 100% !important;
}

.cardEmpresa .card-body h6 {
  font-weight: 700;
  color: #383838;
}

.card-text {
  margin: 0 1rem 1rem 1rem;
}

.btn.card-link.btnCard {
  background-color: #fd9026 !important;
  color: #ffffff;
}

.btn.card-link.btnCard span {
  font-weight: 700;
}

.cardEmpresa .card-body img.logoEmpresa {
  max-height: 116px;
  max-width: 190px;
  width: auto;
}

.card-text .iconoTelefono {
  height: auto !important;
  margin-right: 0.5em;
  max-width: 25px !important;
}

.contenFooter {
  margin-top: 1.5rem;
  position: sticky;
  bottom: 0;
  margin-top: 150px;
}

.card.cardDetalleEmpresa {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.card.cardDetalleEmpresa h5 {
  font-size: 1.8rem;
}

.card.cardProducto {
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-left-color: rgba(253, 144, 38, 0.75);
  /* border: 1px solid #FD9026 !important; */
  border-left-width: 0.25rem !important;
}

.cardDetalleEmpresa .row .col-md-2 img {
  max-height: 150px;
  max-width: 150px;
  width: auto;
}

.cardProducto .card-text {
  margin: 0 0.5rem 0.5rem 0.5rem;
  color: #444545;
}

.cardProducto .card-text a {
  color: #212529;
  font-weight: 700;
  text-decoration: underline;
}

/* ================================================================
                    ESTILOS IPPA
================================================================ */

.cardProductoDetalle {
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.container.contenCargaInfo .row .text-center img.img-fluid {
  width: auto;
  min-height: 200px !important;
}

.container.contenCargaInfo .row .info-ipp-pricipal {
  margin: 1.2rem 0;
}

.container.contenCargaInfo .row h5 {
  color: #212529;
  font-weight: 700;
}

.container.contenCargaInfo .row p {
  color: #444545;
}

.container .accordion {
  padding-bottom: 1rem;
  margin: 0 auto;
  width: 90%;
}

.container.contenCargaInfo .row .accordion div.card {
  border: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.65) !important;
}

.accordion .card-header {
  border-bottom: 1.5px solid #fd9026;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "-";
  float: left;
  color: #212529;
  margin: 0 1rem 0 0;
  width: 0.65rem;
  font-size: 1rem;
}

.accordion .card-header.collapsed:after {
  font-family: "FontAwesome";
  content: "+";
  color: #cf6700;
  margin: 0 1rem 0 0;
  width: 0.65rem;
  font-size: 1rem;
}

.container .row .accordion .card .card-header a {
  color: #212529;
  cursor: pointer;
}

.container .row .accordion .card .card-body {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.container .row .accordion .card .card-body p.text-rubro {
  color: #444545;
  margin-bottom: 0;
  padding: 0 1.5rem;
  text-align: left;
}

@media (max-width: 767px) and (min-width: 300px) {
  .container.contenCargaInfo .row .text-center img.img-fluid {
    width: 100px !important;
    height: auto;
  }

  .container .accordion .card {
    width: 100%;
  }

  .container .row .accordion .card .card-body {
    /*padding: 0.7rem 0;*/
  }

  .container .accordion .card .card-body p.text-rubro {
    padding: 0 0.8rem;
  }

  .container.contenCargaInfo .row .text-center img.img-fluid {
    max-width: 250px;
    width: 100%;
  }

  .container.contenCargaInfo .row .col-md-12.col-lg-9 div.row {
    width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .container.contenCargaInfo .row .text-center img.img-fluid {
    max-width: 250px;
    width: 90%;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .container.contenCargaInfo .row .text-center img.img-fluid {
    max-width: 250px;
    width: 90%;
  }
}
