.dropdown-item-sub-title {
  color: #fff;
  font-weight: 600;
  padding-left: 30px
}
.iso {
  display: flex;
}
/*.data{
 font-family: 'Great Vibes', cursive;
font-size: 25px;
	font-weight: 500;
	
}*/
@media (max-width: 991px) {
  #header .header-logo {
    width: 200px;
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
  }
}
@media(max-width:767px) {
  .iso {
    display: block;
  }
  .text-9 {
    font-size: 1.5em !important
  }
  .text-8 {
    font-size: 1.8em !important;
  }
  .text-12 {
    font-size: 2em !important
  }
  .text-7 {
    font-size: 1.4em !important
  }
  .h1 {
    font-size: 2em !important
  }
  #header .header-logo {
    width: 200px;
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
  }
  .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev {
    left: 5px;
  }
  .owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
    right: 5px;
  }
}
@media(max-width: 390px) {
  .text-1 {
    font-size: .7em !important
  }
  .text-4 {
    font-size: .8em !important
  }
}