/*==========================
tab rotate 
===========================*/
@media (min-width: 1201px) and (max-width: 1500px) {
  .hero-area.content-left .banner-item {
    margin: 0;
    min-height: auto;
  }
  .ts-title {
    font-size: 25px;
    line-height: 28px;
  }
  .ts-intro.event-intro .single-intro-text {
    padding: 20px 18px 20px;
  }
  .ts-intro.event-intro .single-intro-text img {
    width: 105px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .features-icons p{
    font-size: 23px;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  .hero-area .banner-item {
    margin: 0;
    min-height: auto;
  }
  .hero-area .banner-content-wrap {
    padding: 120px 0px !important;
  }
  .hero-area .banner-title {
    font-size: 35px !important;
    line-height: 42px !important;
    font-weight: bold !important;
  }
  .header ul.navbar-nav > li > a {
    padding: 0 10px;
    font-size: 13px;
  }
  .banner-item .banner-content-wrap .banner-title {
    font-size: 54px;
    line-height: 53px;
    font-weight: bold;
  }
  .hero-area {
    margin: 0px;
    height: auto;
  }
}

/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-width: 160px;
  }
  .features-icons p{
    font-size: 22px;
  }
  .ts-title {
    font-size: 27px;
    line-height: 27px;
  }
  .dropdown-menu.show {
    display: block;
  }
  .section-title {
    margin-bottom: 50px;
    font-size: 31px;
  }
  .pl-0 {
    padding-left: 15px !important;
  }
  .ts-speakers,
  section {
    padding: 60px 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .header .navbar-light .navbar-toggler {
    background: #a9a9a9;
    color: #fff;
    border-color: #a9a9a9;
  }
  .header ul.navbar-nav > li > a {
    line-height: 28px !important;
  }
  .header ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-classic {
    padding: 10px 0;
  }
  .header-transparent .navbar-toggler {
    background: #a9a9a9;
    color: #fff;
  }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0;
  }
  .header-transparent .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
  }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0;
  }
  .banner-img {
    display: none;
  }
  .banner-item {
    min-height: 700px;
  }
  .banner-item .banner-content-wrap .banner-title {
    font-size: 48px;
    line-height: 56px;
  }
  /*---- main slider-----*/
  .main-slider .banner-item .banner-content-wrap p.banner-title {
    margin-bottom: 25px;
  }
  .main-slider .owl-dots {
    bottom: 170px;
  }
  .hero-area {
    margin: 0;
    height: auto !important;
  }
  .hero-area .banner-item {
    margin: 50px 0px 0px;
  }
  .hero-area .banner-item .banner-content-wrap {
    padding: 55px 0 40px;
  }
  .ts-intro-item {
    padding: 60px 0 40px;
  }
  .mb-70,
  .intro-left-content {
    margin-bottom: 50px;
  }
  .ts-intro.event-intro {
    padding-top: 80px;
  }
  .ts-intro.event-intro h4 {
    line-height: 30px;
    font-size: 21px;
  }
  .ts-speakers {
    padding-bottom: 40px;
  }
  .speaker-classic .ts-speaker {
    margin-bottom: 40px;
  }
  .post .post-body .entry-header .entry-title {
    font-size: 24px;
    line-height: 28px;
  }
  .about-intro-text {
    text-align: center !important;
    max-width: 500px;
    margin: auto auto 30px;
  }
  .intro-content-text {
    margin-bottom: 40px;
  }
  .map-left .ts-map {
    margin-bottom: 40px;
  }
  .header .navbar-collapse {
    max-height: 320px;
    max-width: none;
    overflow: auto;
    float: none !important;
    width: 100% !important;
    padding: 0px;
    border: 0;
  }
  .header .navbar-nav {
    position: static;
    margin: 0px;
  }
}

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  h1{
    font-size: 38px;
    line-height: 40px;
  }
  .hero-area .banner-item .banner-content-wrap .banner-info p {
    font-size: 20px;
    line-height: 22px;
  }
  .features-icons p{
    font-size: 21px;
  }
  .icon-ia{
    max-width: 440px!important;
  }
  .section-events .big-subtitle {
    font-size: 33px;
  }
  .section-events .features-icons-item h3 {
    font-size: 26px;
  }
  .ts-schedule {
    background-attachment: scroll;
  }
  .dropdown-menu.show {
    display: block;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }
  .header.header-transparent.nav-border .navbar {
    padding: 10px 0;
  }
  .header .navbar-light .navbar-toggler {
    background: #a9a9a9;
    color: #fff;
    border-color: #a9a9a9;
  }
  .header ul.navbar-nav > li > a {
    line-height: 23px !important;
    font-size: 17px;
  }
  .header ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header ul.navbar-nav > li .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a {
    color: #fff;
    text-align: left;
  }
  .header.h-transparent2 .navbar.navbar-light ul.navbar-nav > li > a i {
    float: right;
    padding-top: 12px;
  }
  .header-classic {
    padding: 10px 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .navbar-toggler {
    padding: 8px;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .header .navbar-brand {
    padding: 0;
  }
  .header .navbar-brand img {
    max-width: 160px;
  }
  .header-transparent .navbar-toggler {
    background: #e7015e;
    color: #fff;
  }
  .header-transparent .navbar-nav {
    background: #222;
    padding: 20px 0;
  }
  .header-transparent .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 10px 25px;
  }
  .header-transparent .dropdown-menu li a {
    color: #fff !important;
  }
  .header ul.navbar-nav > li.header-ticket {
    padding: 0 15px;
  }
  .header ul.navbar-nav > li.header-ticket .ticket-btn {
    margin-left: 0;
  }
  .banner-img {
    display: none;
  }
  .hero-area {
    background-image: url("../images/banner/01-KvBrochure-B2B_web.jpg");
    padding: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
  .hero-area .banner-item {
    min-height: 550px;
    margin: 65px 0px 0px;
  }
  .hero-area .banner-item .banner-content-wrap {
    padding: 20px 0 20px;
  }
  .hero-area .banner-item .banner-content-wrap p.banner-info {
    font-size: 18px;
  }
  .hero-area .banner-item .banner-content-wrap .banner-title {
    font-size: 28px;
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 40px;
    font-weight: bold;
  }
  .footer-menu ul li a {
    display: inline-block;
    margin: 5px 20px;
  }
  .header .navbar-nav {
    position: static;
    margin: 0px;
  }
  .pb_form_v1 {
    padding: 50px 30px;
  }
  .pb_form_v1 h2 {
    font-size: 25px;
  }
  .ts-title {
    font-size: 25px;
    line-height: 28px;
  }
  .ts-intro.event-intro .single-intro-text {
    padding: 20px 35px 20px;
  }
  .ts-intro.event-intro .single-intro-text img {
    width: 105px;
    margin-bottom: 0px;
  }
  .features-icons h3 {
    font-size: 28px;
    line-height: 29px;
  }
}

@media (max-width: 480px) {
  h1{
    font-size: 31px;
    line-height: 33px;
  }
  h2 {
    font-size: 1.45rem;
  }
  .section-especialidades .box-text h3 {
    font-size: 1rem;
  }
  .section-especialidades .box-text {
    padding: 15px 7px;
  }
  .pb_form_v1 {
    margin-top: 20px;
  }
  .pb_form_v1 h2 {
    font-size: 21px;
    
  }
  .features-icons h3 {
    font-size: 27px;
    line-height: 27px;
  }
  h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .features-icons p{
    font-size: 17px;
    line-height: 25px;
  }

  .features-icons p .price{
    font-size: 20px!important;
  }
  .features-icons ul{
    font-size: 16px;
    padding-left: 15px;
  }
  .speakers {
   
      background-size: 45%;
    }

  .icon-ia{
    max-width: 350px!important;
  }
  .hero-area .banner-item .banner-content-wrap .banner-info p{
    line-height: 17px;
    font-size: 16px;
  }
  .features-icons .media-body blockquote {
    font-size: 23px;
    line-height: 32px;
  }
  .section-events {
    padding-top: 90px;
  }
  .section-events .big-subtitle {
    font-size: 29px;
  }
  .section-events .features-icons-item {
    max-width: 180px;
    width: 100%;
  }
  .section-events .features-icons-item h3 {
    font-size: 16.3px;
  }
  .header .navbar {
    padding: 30px 0px 0px;
  }
  .hero-area{
    min-height: auto;
    background-position: center;
  }
  .hero-area .banner-item {
    margin: 50px 0px 0px;
  }
  .hero-area .banner-item .banner-content-wrap {
    padding: 0px;
  }
  .hero-area .banner-item .banner-content-wrap .banner-title {
    font-size: 30px;
    line-height: 32px;
  }
  .header .navbar-brand {
    padding: 0;
  }
  .logo-menu {
    max-width: 142px!important;
  }
  .text-title {
    font-size: 20px;
    line-height: 30px;
  }
  .ts-title {
    font-size: 25px;
    line-height: 26px;
  }
  .ts-intro.event-intro .single-intro-text {
    padding: 20px 35px 20px;
  }
  .ts-intro.event-intro .single-intro-text img {
    width: 95px;
    margin-bottom: 0px;
  }
  .section-title {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .features-icons h3 {
    font-size: 25px;
    line-height: 26px;
  }
  .section-contact .pb_pricing_v1 {
    border-radius: 40px;
    padding: 15px 2px;
  }
  .features-icons {
    padding-top: 70px;
    padding-bottom: 60px!important;
  }
  .pb_form_v1 {
    padding: 30px;
  }
  .btn-flotante {
    display: none;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .ts-title {
    font-size: 24px;
    line-height: 26px;
  }
  .pb_form_v1 {
    padding: 32px 20px;
  }
  .section-contact .pb_pricing_v1 .price{
    font-size: 15px;
  }
  .section-contact .pb_pricing_v1 p {
    font-size: 16px;
  }
}

@media (max-width: 368px) {
  .ts-title {
    font-size: 24px;
    line-height: 26px;
  }
  .hero-area .banner-item .banner-content-wrap .banner-title {
    font-size: 24px;
    line-height: 26px;
  }
  .logo-menu {
    max-width: 150px!important;
  }
  .hero-area .banner-item .d-flex h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  h3 {
    line-height: 1.1;
    font-size: 18px;
  }
  .btn {
    font-size: 17px;
  }
  .btn-wsp {
    font-size: 14px;
  }
  .text-title {
    font-size: 17px;
    line-height: 27px;
  }
  .ts-title {
    font-size: 21px;
    line-height: 24px;
  }
  .ts-intro.event-intro .single-intro-text {
    padding: 20px 18px 20px;
  }
  .ts-intro.event-intro .single-intro-text img {
    width: 95px;
    margin-bottom: 0px;
  }
}

@media (max-width: 300px) {
  .ts-schedule-white p {
    font-size: 23px;
  }
}
/*# sourceMappingURL=responsive.css.map */