body, html {
  background-color: #EEE;
  font-family: "Montserrat", 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: #ffffff;
  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: 38em;
    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 {
    width: 50%;
    position: relative;
    bottom: 10px;
    align-content: center;
  }

  .topo {
    width: 100%;
    background: #000000;
    height: 40px;
    text-align: center;
    margin-top: 0px;
    font-family: "Montserrat";

  }

h2 {

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

  }

  h4 {

      font-family: "Montserrat";
      font-style: italic;
      color: #000000;
      font-size: 13px;

    }



  .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;
    padding-top: 7px;
    margin-top: 0px;
  }

li {
     color: #000000;
     font-size: 18px;
     font-size: 1.125rem;
     font-family: "Montserrat";
     font-weight: bold;
     text-align: left;
     margin: 0px;

   }
  .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 {
    background: #07381F;
    color: white;
  }

  .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;
  }

  .fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }


  .fa-phone {
    background: #07381F;
    color: white;
  }

  .map {
    padding-top: 10px;
  }

  .direction {
    padding-top: 10px;
  }

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