/* CSS Document */
* {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  --coloraz: #1B6A99;
  --colorazh: #0F4D72;
  --colorb: #020202
}
body {
  min-width: 360px;
  line-height: 2.15em;
  color: var(--colorb)
}
nav li a, .langnav .nav-link {
  color: #FFFFFF !important;
  font-weight: 400 !important
}
.nav-item .active {
  text-shadow: 0px 0px 3px white;
}
.langnav .nav-link {
  font-size: .85rem
}
.langnav .active {
  text-shadow: 0px 0px 3px white !important
}
.bgazul {
  background-color: var(--coloraz);
}
.bgazul .bg-body-tertiary {
  background-color: transparent !important
}
.tblack * {
  color: var(--colorb)
}
.tws * {
  color: whitesmoke
}
.titulosec {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 2em 0 2.5em;
  text-transform: uppercase
}
.subt {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1em 0 1.25em;
  text-transform: uppercase
}
.ssubt {
  font-size: 1.15em;
  text-transform: initial
}
.tystn {
  color: var(--coloraz)
}
.nodecor {
  text-decoration: none
}
footer {
  background-color: black;
  line-height: 1.5em
}
footer .row {
  padding: 2em 6em .5rem;
  margin: 0;
  max-width: 100vw
}
.ftitle {
  font-size: .9rem;
  font-weight: 600
}
.txtf {
  font-size: .85rem
}
.links {
  padding-top: 1rem
}
.links a {
  color: white;
  text-decoration: none;
  font-size: .85rem;
  padding: 0 4px
}
.legal * {
  font-size: .9rem;
  line-height: 1.4rem
}
.map iframe {
  width: 100%;
  height: 25rem;
}
.map {
  padding: 2rem 0rem
}
#rows a {
  margin: .5em 0em 1em 0em;
  text-decoration: none;
  color: var(--coloraz)
}
.h1 {
  font-size: 2em
}
.h2 {
  font-size: 1.5em
}
.h3 {
  font-size: 1.3em
}
.lih-1 .h1 {
  line-height: 2.25em
}
.lih-1 .h2 {
  line-height: 1.5em
}
.btn.btn-pmassuet {
  background-color: #CCCCCC;
  color: var(--colorb)
}
.btn-pmassuet:hover {
  background-color: var(--colorazh);
  color: whitesmoke
}
.inters {
  background-color: slategray;
  color: #2A2A2A
}
.bgws {
  background-color: whitesmoke
}
@media(max-width: 767.98px) {
  footer .row {
    padding: 2em 3em .5rem
  }
}
@media(max-width:575.98px) {
  footer .row {
    padding: 2em 2em .5rem
  }
  footer .row .col-12 {
    padding: 8px 0px
  }
}
.wa-chat-box-poweredby {
  display: none
}