body {
    /*font-family: Arial, sans-serif;*/
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.scroll-top {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: auto;
  right: 30px;
  width: 60px;
  height: 60px;
  font-size: 27px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s,visibility 0.3s,opacity 0.3s;
  color: #222;
  transform: translateY(40px);
  border-radius: 3px;
  z-index: 999;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  line-height: 60px;
  /* background-color: #fff; */
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

header h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    margin-bottom: 1em;
}

/* header a {
    text-decoration: none;
    color: #000;
}

header a:hover {
    opacity: 0.5;
} */

/* Botton Link*/
.btnLnk{
    background: #B8F5FF !important;
    color: white;
    padding: 10px;
    border-radius: 9px;
}

.btnLnk:hover{
    color: white;
    opacity: 0.8;
}

/* Encabezado */

header {
    /*background-color: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  padding: 5px;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
    width: 250px;
}

nav {
    float: right;
}

nav {
    background-color: #fff;
    /*border-bottom: 1px solid #ccc;*/
    margin: 0;
    padding: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

nav ul li {
    display: inline-block;
    margin-right: 1em;
    font-weight: bolder;
}

nav ul li a {
    padding: 1em;
    text-decoration: none;
    color: #000;
}

nav ul li a:hover {
    /* color: #333; */
    opacity: 0.5;
}

/* Banner */

.banner {
    background-color: #f0f0f0;
    padding: 2em;
}

.banner h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.banner p {
    margin-bottom: 1em;
}

.banner a {
    background-color: #000;
    color: #fff;
    padding: 1em;
    text-align: center;
}

/* Footer */

footer {
  border-top: 1rem solid #2E7441;
  background-color: #333333;
  padding: 2em 0;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.footer-section {
  width: 25%;
  padding: 1em;
}

.footer-section h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: white;
}

.footer-section p {
  line-height: 1.5;
}

.footer-section.acerca-de p {
  text-align: justify;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 0.5em;
}

.footer-section.servicios a {
  text-decoration: none;
  color: #999999;
}

.footer-section.servicios a:hover {
  opacity: 0.5;
}

.footer .copyright {
  margin-top: 1em;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
}


.whatsapp-link {
  color: white;
  text-decoration: none;
}

.whatsapp-link:hover {
  color: #ADD8E6;
}


.email-link {
  color: white;
  text-decoration: none;
}
.email-link:hover {
  color: #ADD8E6;
}
