@font-face {
  font-family: 'Barbershop in Thailand';
  src: url('BarbershopinThailand/BarbershopinThailand.eot');
  src: url('BarbershopinThailand/BarbershopinThailand.eot?#iefix') format('embedded-opentype'),
      url('BarbershopinThailand/BarbershopinThailand.woff2') format('woff2'),
      url('BarbershopinThailand/BarbershopinThailand.woff') format('woff'),
      url('BarbershopinThailand/BarbershopinThailand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.navbar-invista-sinop {
  background-color: #141C25;
  padding-bottom: 15px;
  padding-top: 15px;
}

.navbar-invista-sinop .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbar-invista-sinop .nav-link {
  background-color: transparent;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s linear;
}

@media (max-width: 991px) {
  #navbar-invista-sinop .nav-link {
    text-align: center;
  }
}

#navbar-invista-sinop .nav-link:hover {
  background-color: rgba(255, 255, 255, .05);
}

.copyright {
  padding-bottom: 15px;
}

.copyright .item {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
}

/*.sticky-bottom {
  bottom: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
}

@media (max-width: 767px) {
  .sticky-bottom {
    display: block;
  }
}*/

.informations-fixed-bottom.active {
  box-shadow: 0 -4px 10px rgba(0,0,0,.4);
}

.informations-fixed-bottom .item {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.informations-fixed-bottom a {
  color: #ffffff;
  text-decoration: none;
}

.informations-fixed-bottom .icon {
  font-size: 25px;
}

.informations-fixed-bottom .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 10px;
}

.float-icons {
  bottom: 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15px;
}

.float-icons .icon-with-msg {
  align-items: center;
  display: flex;
}

.float-icons .icon-msg {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
  color: #595959;
  margin-right: 15px;
  margin-top: 15px;
  padding: 7px 12px;
  position: relative;
  text-decoration: none;
}

.float-icons .icon-msg::after {
  color: #ffffff;
  content: "\f0da";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 100%;
  line-height: 1;
  margin-left: -2px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  text-rendering: auto;
}

.float-icons .icon {
  align-items: center;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: flex;
  font-size: 20px;
  height: 50px;
  justify-content: center;
  margin-top: 15px;
  transition: all .1s linear;
  width: 50px;
}

.float-icons .icon .fa-whatsapp {
  font-size: 26px;
}

.float-icons .icon:hover {
  opacity: .8;
  text-decoration: none;
}

/*@media (max-width: 767px) {
  .float-icons {
    display: none;
  }
}*/

.embed-responsive-item {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.custom-form .form-group {
  position: relative;
}

.custom-form .form-control {
  background-color: transparent;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-form .form-control:focus {
  border-color: #E1CD8F;
  box-shadow: none;
  outline: none;
}

.custom-form label:not(.custom-control-label) {
  background-color: #141C25;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-left: 15px;
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 50%;
  transition: all .1s linear;
}

.custom-form .form-control:focus ~ label,
.custom-form .form-control.active ~ label {
  color: #E1CD8F;
  top: 0;
}

.custom-form .custom-control label {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-weight: 400;
}

.custom-form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #E1CD8F;
  border-color: #E1CD8F;
  color: #521616;
}

.custom-form .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23141C25' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.custom-form .custom-control label a {
  color: #E1CD8F;
}

.bg-blue {
  background-color: #1F2832;
}

.bg-dark-blue {
  background-color: #141C25;
}

.bg-degrade-blue {
  background: rgb(60,80,101);
  background: -moz-linear-gradient(0deg, rgba(60,80,101,1) 0%, rgba(20,28,37,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(60,80,101,1) 0%, rgba(20,28,37,1) 100%);
  background: linear-gradient(0deg, rgba(60,80,101,1) 0%, rgba(20,28,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c5065",endColorstr="#141c25",GradientType=1);
}

.bg-red {
  background-color: #762933;
}

.bg-dark-red {
  background-color: #521616;
}

.vinheta {
  color: #E1CD8F;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .vinheta.bg-dark-red {
    background-color: transparent;
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.subtitle {
  color: #E7E7E7;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.description {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.btn {
  align-items: center;
  background-color: #25D366;
  border-radius: 10px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  line-height: 16px;
  opacity: 1;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .1s linear;
  width: 100%;
}

.btn:hover {
  opacity: .8;
  text-decoration: none;
}

.modal.modal-alert .modal-body {
  padding: 0;
}

.modal.modal-alert .modal-content {
  overflow: hidden;
}

.modal.modal-alert .close {
  margin-right: 10px;
  margin-top: 5px;
}

.modal.modal-alert [class*=col-] {
  margin: -1px;
  position: relative;
}

.modal.modal-alert .item {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 30px 25px;
}

.modal.modal-alert .icon {
  color: #ffffff;
  font-size: 72px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.modal-alert.modal-success .icon {
  background-color: #64bc44;
}

.modal-alert.modal-danger .icon {
  background-color: #d9534f;
}

.modal-alert.modal-success .description {
  color: #64bc44;
}

.modal-alert.modal-danger .description {
  color: #d9534f;
}
@media (max-width:1430px) {
  .copy {
    padding-bottom: 30px;
  }
}