/* CSS Document */


/********** BUTTONS ***********/

.btn {
  display: inline-block;
  /*min-width:50%;
  padding: 10px;*/
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0px;
  text-align: center;
  border: 1px solid transparent;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
.btn-primary {
  color: #ffb159;
  background-color: transparent;
  border-color: #ffb159;
}
.btn-blue {
  color: #fff;
  background-color:  #0091A2;
  border-color:  #0091A2;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus i, .btn-primary:hover i {
  color: #fff;
  background-color: #dfa13b;
  border-color: #dfa13b;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
  background-color:  #0091A2;
  border-color:  #0091A2;
}
.btn-blue-reverse {
  color: #fff;
  background-color: #da4949;
  border-color: #da4949;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 30px;
  font-size: 2em;
}
.btn-blue-reverse:hover, .btn-blue-reverse:focus {
  color: #fff;
  background-color: #488dd2;
  border-color: #488dd2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  padding: 16px 30px;
  font-size: 2em;
}

.btn-yellow{
  color: #fff;
  background-color:#ffb159;
  border-color: #ffb159;
}
.btn-yellow:hover, .btn-yellow:focus {
  color: #fff;
  background-color:#ffb159;
  border-color: #ffb159;
}
.btn-main{
  color: #000;
  background-color:#fff;
  border-color: #000;
}
.btn-main:hover, .btn-main:focus {
  color: #fff;
  background-color:#000;
  border-color: #000;
}
.btn-red {
  background:  #fff;
  border-bottom: 1px solid  #333;
  color: #333;


}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  color: #333;
  background:  #eee;
}
.btn-white {
  border-bottom: 2px solid #0091A2;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 2px;
}
.btn-white i{
  color: 2px solid #0091A2;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: 2px solid #333;
}
.btn-black{
  color: #fff;
  background-color:#000;
  border-color: #000;

}
.btn-black:hover, .btn-black:focus {
  color: #000;
  background-color:#fff;
  border-color: #000;
}
@media (max-width: 460px) {
  .btn-blue, .btn-blue-reverse, .btn-blue:hover, .btn-blue:focus, .btn-blue-reverse:hover, .btn-blue-reverse:focus {
    font-size: 1.4em;
  }
}
btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-sm {
  width: 50px;
  height: 50px;
  padding: 5px 8px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 100px;
  height: 100px;
  padding: 10px 16px;
  font-size: 30px;
  line-height: 1.33;
  border-radius: 50px;
}
.btn-circle.btn-xl.gold:hover, .btn-circle.btn-xl:focus {
  background: #F87407;
  color: #fff;
  cursor: text;
  outline: transparent;
  box-shadow: none;
}
.btn-circle.blue:hover, .btn-circle.blue:focus {
  cursor: default;
}
/*/// instagram button ///*/
.img-instagram{
  max-width: 50px;
}
.decoration-line::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}
.link-instagram{
  font-size: 0.7rem;
}
.social-instagram{
  z-index: 10;
  border: none;
}
.dropdown-lang{
  border-radius: 0;
  border: solid 1px #000;
}
