.hero-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/the-humble-co-cADflhZzgyo-unsplash.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/the-humble-co-cADflhZzgyo-unsplash.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-size: 2rem;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #2e77b4;
  text-align: center;
  border-radius: 5px;
  margin-top: 0.9em;
  cursor: pointer;
}

h4 {
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: center;
}

.texth4 {
  margin-top: 1.5em;
  margin-left: .5em;
  text-align: center;
}

h5 {
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: center;
}

.texth5 {
  margin-left: .5em;
  margin-top: 1.5em;
  text-align: center;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: #2e77b4;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

body {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f8f7f2;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  background: #316fa1;
  height: 100vh;
  width: 50%;
  z-index: 100;
  text-transform: uppercase;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .5sec ease-in-out;
  transition: -webkit-transform .5sec ease-in-out;
  transition: transform .5sec ease-in-out;
  transition: transform .5sec ease-in-out, -webkit-transform .5sec ease-in-out;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin-top: 8em;
}

nav ul a {
  color: black;
  text-decoration: none;
  font-size: 1.3rem;
  padding: .75em 2em;
  display: block;
}

nav ul a:hover {
  background: white;
}

nav .close {
  float: right;
  width: 2.5em;
  margin: 1.2em;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2e77b4;
  height: 4em;
}

header svg {
  width: 2.2em;
  margin-top: -.6em;
  margin-right: 1em;
  cursor: pointer;
}

.logo {
  list-style-type: none;
  text-decoration: none;
  color: white;
  margin-top: .6em;
  margin-left: 1em;
  font-size: 1.5rem;
}

.logo span {
  color: black;
}

.open-nav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1em;
  margin-top: 2em;
  width: 100%;
  background: #2e77b4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer p {
  color: white;
}

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul a {
  text-decoration: none;
  color: white;
  font-size: 2em;
  margin-left: .2em;
  margin-right: .2em;
  text-align: center;
}

footer ul a:hover {
  color: black;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row h2 {
  width: 100%;
  text-align: center;
  font-size: 2.1em;
  margin: 0.9em 0;
  font-weight: 600;
  color: #070024;
}

.column {
  padding: 1em;
}

.card {
  padding: 3.1em 1.25em;
  text-align: center;
  background: linear-gradient(0deg, #397ef6 10px, transparent 10px);
  background-repeat: no-repeat;
  background-position: 0 0.62em;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.card .icon {
  font-size: 2.5em;
  height: 2em;
  width: 2em;
  margin: auto;
  background-color: #397ef6;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
}

.icon:before {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  border: 0.12em solid #397ef6;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card h3 {
  font-size: 1.3em;
  margin: 1em 0 1.4em 0;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #070024;
}

.card p {
  line-height: 2em;
  color: #625a71;
}

.card:hover {
  background-position: 0;
}

.card:hover .icon:before {
  height: 2.25em;
  width: 2.25em;
}

@media screen and (min-width: 768px) {
  section {
    padding: 1em 7em;
  }
}

@media screen and (min-width: 992px) {
  section {
    padding: 1em;
  }
  .card {
    padding: 5em 2em;
  }
  .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1em;
  }
}

.hero-image-services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/services.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/services.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-services {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.hero-text-services h1 {
  font-size: 2rem;
}

.h2-services {
  text-align: center;
  font-size: 1.8em;
  margin-top: 1.5em;
}

.section2 {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  padding: 2rem;
  margin: 4rem auto 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
}

.section2 img {
  width: 30vw;
  height: 32.5vh;
}

.section2 h2 {
  padding: 0;
}

.section2 p {
  margin-right: 1rem;
}

.section3 {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  padding: 2rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
}

.section3 img {
  width: 30vw;
  height: 32.5vh;
}

.section3 h2 {
  padding: 0;
}

.section3 p {
  margin-right: 1rem;
}

.section4 {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  padding: 2rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
}

.section4 img {
  width: 30vw;
  height: 32.5vh;
}

.section4 h2 {
  padding: 0;
}

.section4 p {
  margin-right: 1rem;
}

.section5 {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 75%;
  padding: 2rem;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
}

.section5 img {
  width: 30vw;
  height: 32.5vh;
}

.section5 h2 {
  padding: 0;
}

.section5 p {
  margin-right: 1rem;
}

.hero-image-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 145, 145, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/Consultorio.jpg");
  background-image: linear-gradient(rgba(216, 145, 145, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Consultorio.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text-contact {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.hero-text-contact h1 {
  font-size: 2rem;
}

.h2-address {
  text-align: center;
  font-size: 1.8em;
  margin-top: 1.5em;
  margin-bottom: .8em;
}

.p-address {
  text-align: center;
  font-size: 1rem;
}

.contact-information {
  font-weight: 700;
}

.contact-information h2 {
  font-size: 1.5rem;
  text-align: center;
  margin: 2rem 0 3rem 0;
}

.contact-information p {
  font-size: 1.0rem;
  margin: 0.8em 0 1em 1.2em;
}

.contact-information ul {
  font-size: 1rem;
  margin: 0.8em 0 1em 1.3em;
  list-style-type: none;
  font-weight: 500;
}

.svg_doctor {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

@media screen and (min-width: 920px) {
  .menu {
    display: none;
  }
  nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: unset;
    display: block;
    width: auto;
    height: auto;
    background: none;
  }
  nav svg.close {
    display: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-right: 4em;
  }
  nav ul a {
    color: white;
  }
  nav ul a:hover {
    background: none;
    text-decoration: none;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-color: white;
            text-decoration-color: white;
  }
}

@media screen and (max-width: 720px) {
  .section2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section2 img {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .section3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section3 img {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .section4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section4 img {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .section5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section5 img {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */