/* ==========================================================================
   typography.css (subconjunto en uso)
   Generado a partir de css/typography.css conservando UNICAMENTE las reglas cuyos
   selectores existen realmente en index.html (verificado contra el DOM
   renderizado en 320/375/768/1024/1366/1920 px). Se preserva el texto
   original de las declaraciones, el orden de cascada y el anidamiento de
   @media.  El archivo original completo queda en el respaldo del proyecto
   por si se agrega markup nuevo del template Webster.
   ========================================================================== */

body {
  font-family: 'Open+Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus {
  text-decoration: none !important;
}
a:focus {
  color: #ffffff;
  text-decoration: none !important;
}
a:hover {
  /* Antes #B78B1E (dorado del template Webster): desentonaba con la
     identidad de la pagina y sobre el boton verde de WhatsApp se veia mal.
     Se usa el naranja de marca. */
  color: #E6420F;
  text-decoration: none !important;
}
a,
button {
  outline: medium none !important;
  /* Antes #B78B1E (dorado del template) */
  color: #E6420F;
}
h2,
h3,
h4 {
  font-family: 'Open+Sans', sans-serif;
  font-weight: normal;
  color: #363636;
  margin-top: 0px;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}
*::-moz-selection {
  /* Antes #B78B1E (dorado del template) */
  background: #E6420F;
  color: #fff;
  text-shadow: none;
}
.page-section-pt {
  padding: 80px 0 0;
}
.text-white {
  color: #fff;
}
section {
  background: #ffffff;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
