body {
    font-family: 'Poppins', sans-serif;
  padding-top: 20px;
}
h1.title{
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 28px;;
  font-weight: 200;
  margin-top: 10px;
}
p.description {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  color: #746a6a;
  font-weight: 200;
  padding-bottom: 30px;
  text-align: justify;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.store_btn {
  background-color: #388E3C;
  border: none;
  color: white;
  padding: 12px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3pt;
  margin-right: 10px;
  font-weight: 100;
  text-decoration: none;
  outline:none;
}

.store_btn:hover {
  background-color: #4CAF50;
}

.store_btn i {
  font-size: 18px;
  margin-right: 5px;
}

a.support{
  font-size: 12px;
  color: #BDBDBD;
  text-decoration: none;
}
a.support:hover{
  color: #746767;
}

.container{
  width: 550px;
  margin: auto;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .container{
    width: 100%;
  }
}

td {
  vertical-align: top;
}

.logo{
  width: 90px;
}

.social {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}


.phone_frame {
  width: 100%;
  text-align: center;
}
.phone_frame .frame_btn {
  border: none;
  color: white;
  width: 45px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  background: #81C784;
  border-radius: 3px;
  outline:none;
}
.phone_frame .frame_btn.active, .phone_frame .frame_btn:hover {
  background: #388E3C;
}


.facebook,
.youtube{
  position: absolute;
  top: 5px;
  right: 5px;
  color: #388E3C;
  text-decoration: none;
}
.facebook:hover,
.youtube:hover{
  color: #81C784;
}

.youtube{
  right: 40px;
  font-size: larger;
}




#lang {
  position: absolute;
  top: 2px;
  left: 1px;
  display: inline-block;
  cursor: pointer;
}
#lang .dropbtn {
  color: #2E7D32;
  font-size: 16px;
  border: none;
}
#lang .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#lang .dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px;
}

#lang .dropdown-content a:hover {background-color: #2E7D32; color: white;}
#lang:hover .dropdown-content {display: block;}






#slider {
  margin: 50px auto;
  text-align: center;
}
#slider .slider_container {
  text-align: left;
  margin-top: 90px;
}
#slider .slider_container .carousel {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}
#slider .slider_container .carousel img {
    position: absolute;
}

#slider *, #slider *::after, #slider , #slider *::before {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
    cursor: default;
}