body, html {
  background-color: #EEE;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
ul {
  list-style-type: none;
}

.adress
{
  color: #9e9e9e;
  font-style: italic;
}

a:link .adress{
  color: #9e9e9e;
  font-style: italic;
}

html, body {
  position: relative;
  height: 100%;
}
body {
  background:orange;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: orange;
  background-color: orange;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.card {

    background: linear-gradient(135deg, #149ED9 , #A6C944);
    width: 20em;
    height: 35em;
    border-radius: 0.625em;
    margin: auto;
    box-shadow: 0 0 1em 0.5em rgba(51, 51, 51, 0.2);
    text-align: center;
}

.card_inside {
  width: 100%;
}

  .logo {
    position: absolute;
    top: 150px;
  }

  .topo {
    width: 100%;
    background: #A6C944;
    height: 40px;
    text-align: center;
    margin-top: 0px;
    font-family: "Bree", serif;

  }

h2 {

    font-family: arial, italic;
    color: #ffffff;
    font-size: 15px;

  }

  h4 {

      font-family: helvetica;
      font-style: italic;
      color: #ffffff;
      font-size: 10px;

    }
  .card__inner {
  outline: 1;

    }

    .info {
      width: 100%;
      float: left;
    }

    .info_inter {
      width: 50%;
      float: left;
    }
 .card__heading {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    font: Serif;
    padding-top: 7px;
    margin-top: 0px;
  }

li {
     color: #ffffff;
     font-size: 18px;
     font-size: 1.125rem;
     font: Serif;
     font-family: "Bree", serif;
     font-weight: bold;
     text-align: left;
     margin: 4px;

   }
  .card__media {
    margin: auto;
    width: 100%;

  }
  .card__text {
    color: #999;
    margin-bottom: 2em;
  }

  .button {
    background: green;
    padding: 0.75em 2em 0.875em;
    text-decoration: none;
    border-radius: 1.5em;
    display: inline-block;
    color: #fff;
    margin-bottom: 2em;
  }
  .fa-whatsapp {
    color: white;
    background: green;
    padding: 0.75em 2em 0.875em;
    text-decoration: none;
    border-radius: 1.5em;
    display: inline-block;
    margin-bottom: 2em;
  }
  .fa-map-marker {
    color: white;
    background: green;
    padding: 0.75em 2em 0.875em;
    text-decoration: none;
    border-radius: 1.5em;
    display: inline-block;
    margin-bottom: 2em;
  }

  .map {
    padding-top: 10px;
  }

  .direction {
    padding-top: 10px;
  }

  .SALVE {
    color: white;
    text-decoration-color: white;
  }
