:root {
  --ss-primary-color: #052675;
  --ss-secondary-color: #ffcb4f;
  --ss-secondary-light-color: #ffdb81;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--ss-primary-color);
  font-size: 16px;
  height: 100dvh;
  overflow: hidden;
}

.container.text-center.mb-5 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}

h4 {
  font-weight: 300;
  font-size: 1.2rem;
}

h4 b {
  font-weight: 700;
}

.franja {
  background: url("images/franja.jpg") repeat-x;
  width: 100%;
  height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
}

hr {
  border-top: 1px dashed #8c8b8b;
  width: 60%;
}

p {
  text-transform: uppercase;
  color: #0095cf;
  text-decoration: none;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 20px 0;
  font-size: 1rem;
}

.sec-websites {
  max-width: 70%;
  margin: 0 auto 1rem auto;
  padding: 2rem 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-websites .col-md-6 {
  margin-bottom: 2rem;
}
.sec-websites .sec-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.sec-websites hr {
  margin-bottom: 1.5rem;
}

.button {
  width: 100%;
  background: var(--ss-secondary-color);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.086);
  border: 0;
  border-radius: 6px;
  color: var(--ss-primary-color);
  padding: 0.9rem 5rem 0.9rem 2rem;
  font-size: 1rem;
  white-space: normal;
  line-height: 1;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  font-weight: bold;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button::after {
  content: "";
  background: var(--ss-secondary-light-color) url(https://salud.grupotriples.com/wp-content/themes/triples-salud/assets/images/508/arrow-right-blue.svg) no-repeat center center;
  background-size: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.086);
  color: var(--ss-primary-color);
  width: 53px;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
}
.button:hover {
  background-color: var(--ss-secondary-light-color);
  color: var(--ss-primary-color) !important;
  text-decoration: none;
}
.button:active {
  background-color: #ffc230;
}

@media (max-width: 768px) {
  .sec-websites .row .col-md-4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .sec-websites .row .col-md-4:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  body {
    height: 100%;
    overflow: initial;
  }

  .container.text-center.mb-5 {
    overflow: initial;
  }
}

/*# sourceMappingURL=styles.css.map */
