/*
	Template Name: exhibz
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Exhibz conference html template. 
  Version: 1.1

=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   header nav
4.   hero area
5    intro area
6.   ts speakers area
7.   experiyence area
8.   schedule area 
9.   pricing area 
10.  blog area 
11.  sponsros area 
12.  map direction area 
13.  newsletter area 
14.  footer area 
15.  funfact area 
16.  contact area 
17.  blog details area 
18.  about area 
19.  faq area 
20.  404  
*/
/*
	Template Name: Exhibit -  Conference & Event HTML Template
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Eventor -  Conference & Event HTML Template
	Version: 1.0
*/
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@font-face {
  font-family: 'GT Pressura';
  src: url("../fonts/GT Pressura/gt-pressura-regular-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-regular-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GT Pressura-light-italic';
  src: url("../fonts/GT Pressura/gt-pressura-light-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-light-italic-web-webfont.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-regular-italic';
  src: url("../fonts/GT Pressura/gt-pressura-regular-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-regular-italic-web-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-bold-italic';
  src: url("../fonts/GT Pressura/gt-pressura-bold-italic-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-bold-italic-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'GT Pressura-bold';
  src: url("../fonts/GT Pressura/gt-pressura-bold-web-webfont.ttf");
  src: url("../fonts/GT Pressura/gt-pressura-bold-web-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Quincy';
  src: url("../fonts/QuincyCF-Black.otf");
  src: url("../fonts/QuincyCF-Black.otf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/din-alternate-bold.ttf");
  src: url("../fonts/din-alternate-bold.ttf") format("truetype");
}

/* ============================== */
/* Typography
================================================== */
body,
p {
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  font-size: 18.5px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #1F2121;
  font-weight: bold;
}

h1 {
  font-size: 38px;
  line-height: 28px;
  font-weight: bold;
  color: #1F2121;
  padding-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.read-more {
  font-weight: 700;
}

.body-color {
  background: #FFFFFF;
  color: #4C4C4C
}

section,
.section-padding {
  padding: 60px 0;
  position: relative;
}

.section-bg {
  background: #f9fafc;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.media>.pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-red {
  background-color: #AC44FF !important;
  font-size: 18px !important;
  color: #FFFFFF;
  border-radius: 0px !important;
  transition:  0.3s;
  text-transform: inherit!important
}
.btn-red:hover {
  background-color: #ffffff!important; /* Color de fondo del botón al hacer hover */
 border: 3.5px solid #AC44FF;
 color: #AC44FF
}

.icon-container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; /* Espacio entre el texto del botón y el icono */
}
.icon-hover {
  display: none; /* Muestra el icono de hover al hacer hover */
}

.icon-container img {
  width: 30px; /* Ajusta el tamaño del icono según sea necesario */
  height: 30px;
  transition: fill 0.3s; /* Transición para el cambio de color del icono */
}
.btn-red:hover .icon-hover {
  display: inline-block; /* Muestra el icono de hover al hacer hover */
}
.btn-red:hover .icon-normal {
  display: none; /* Oculta el icono normal al hacer hover */
}


.box-tbs {
  display: flex;
  line-height: 12px;
}

.box-tbs img {
  width: 34px;
  margin-top: 0;
  padding-top: 0;
}

.box-tbs p {
  font-size: 18px;
  line-height: 18.2px;
  margin-bottom: 0;
}

.d-icon-m {
  display: none;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #101010;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background: #b9babd;
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #b9babd;
  border-color: #b9babd;
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.section-title,
.column-title {
  font-size: 37px;
  font-weight: bold;
  color: #101010;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 60px;
  text-align: left;
  text-transform: uppercase;
  line-height: 42px;
}

.section-title.sub,
.column-title.sub {
  margin-bottom: 10px;
  padding-top: 50px;
}

.section-title span,
.column-title span {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-title.white,
.column-title.white {
  color: #fff;
}

.section-title.white:after,
.column-title.white:after {
  background-image: url(../images/shap/title-white.png);
}

.section-title.white span,
.column-title.white span {
  color: #fff;
}

.column-title {
  margin-bottom: 35px;
  line-height: 42px;
  text-align: left;
}

.column-title span {
  margin-top: 0;
}

.column-title:after {
  right: auto;
}

.ts-title {
  font-size: 31px;
  line-height: 33px;
  font-family: 'Roboto', sans-serif;
  font-weight: 650 !important;
}

.hidden-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gradient {
  position: relative;
}

.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.902;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

/* Pagination */
.pages {
  margin-bottom: -5px;
  text-align: center;
}

.pages .pagination {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pages .pagination li:first-child a,
.pages .pagination li:last-child a {
  border-radius: 50%;
}

.pages .pagination li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
  color: #fff;
  background: #ff0763;
  border: 1px solid transparent;
}

.color-primary {
  color: #ff057c !important;
}

/*  */
/*==========================
      header area
===========================*/
.logo-banner{
  max-width: 390px;  
  width: 100%; 
  margin-bottom: 35px;
}
.modal {
  color: #797979;
}

.header .navbar {
  padding: 40px 0 10px;
}

.header .navbar-toggler {
  padding: 8px 12px;
}

.header .navbar-toggler .navbar-toggler-icon i {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.header .navbar-brand {
  padding: 0 30px 0 0;
}

.header ul.navbar-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header ul.navbar-nav>li>a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 18px;
  display: block;
  color: #3f3f3f;
}

.header ul.navbar-nav>li>a:hover {
  color: #101010;
}

.header ul.navbar-nav>li.header-ticket {
  margin-top: 15px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  background: #00c1c1;
  margin-left: 30px;
}

.header ul.navbar-nav>li.header-ticket .ticket-btn:hover {
  background: #101010;
}

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.header ul.navbar-nav li .dropdown-menu li a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  display: block;
  color: #222;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: #101010;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto;
  color: #c9c9c9;
}

.header.header-transparent .navbar-brand {
  padding: 0;
}

.header.header-transparent .navbar-brand img {
  vertical-align: top;
}

.header.header-transparent ul.navbar-nav {
  position: relative;
  top: 5px;
}

.header.header-transparent ul.navbar-nav>li>a {
  color: #c9c9c9;
  line-height: 72px;
}

.header.h-transparent2 {
  padding: 30px 0;
}

.header.h-transparent2 .navbar.navbar-light ul.navbar-nav>li>a {
  color: #3b1d82;
}

.header.h-transparent2 button.navbar-toggler {
  position: absolute;
  right: 0;
  top: -50px;
  padding: 8px 12px;
  font-size: 22px;
}

.header.h-transparent2 .ticket-btn.btn {
  border-radius: 36px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #3b1d82;
  font-size: 14px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.header.h-transparent2 .ticket-btn.btn:hover {
  background: #ff007a;
  color: #fff;
}

.header.h-transparent2.sticky {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.02);
}

.header.h-transparent2.sticky .navbar img {
  width: 15px;
}

.header.header-classic .navbar {
  padding: 0;
}

.header.header-classic ul.navbar-nav {
  margin-top: 5px;
}

.header.header-classic ul.navbar-nav>li>a {
  color: #222222;
  line-height: 74px;
}

.header.header-classic ul.navbar-nav>li>a:hover {
  color: #101010;
}

.header.header-classic ul.navbar-nav>li.active>a {
  color: #101010;
}

.header .sticky-none {
  display: block;
}

.header .sticky-block {
  display: none;
}

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #808080;
  padding: 15px 0;
}

.header.sticky .navbar-brand img {
  width: 160px;
}

.header.sticky a {
  color: #FFFFFF !important;
  line-height: 74px;
}

.header.sticky .navbar {
  padding: 0;
}

.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header.sticky.header-classic {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}

.dropdown-menu.show {
  display: none;
}

.line-color0 {
  width: 100%;
  color: #101010;
  border: 4px solid;
  margin-bottom: 35px;
}

.text-title {
  line-height: 35px;
  font-size: 25px;
  font-weight: 400;
  color: #3f3f3f;
}

.form-content {
  color: #FFFFFF !important;
}

.form-group {
  margin-bottom: 0.4rem;
}

.pb_form_v1 {
  padding: 20px 0px;
  background-color: #FFFFFF;
  max-width: 550px;
  color: #4C4C4C !important;
  font-family: "Roboto", sans-serif;
}

.pb_form_v1 label {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.pb_form_v1 .form-control {
  background-color: #F2F2F2;
  color: #4C4C4C !important;
  border-radius: 5px;
  border: none !important;
  font-family: "Roboto", sans-serif;
}

.pb_form_v1 ::-webkit-input-placeholder {
  color: #1f2121;
}

.pb_form_v1 :-ms-input-placeholder {
  color: #1f2121;
}

.pb_form_v1 ::-ms-input-placeholder {
  color: #1f2121;
}

.pb_form_v1 ::placeholder {
  color: #1f2121;
}

.pb_form_v1 .input2 {
  color: aqua !important;
}

.pb_form_v1 a {
  color: #101010;
}

.pb_form_v1 .btn {
  width: 100%;
  border-radius: 0px !important;
  color: #FFFFFF;
  background-color: #1F2121;
}

.pb_form_v1 .form-check {
  line-height: 11.7px !important;
  font-size: 11px;
}

.foot-area {
  background-color: black;
}

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover>.dropdown-menu {
    display: block;
    border: none;
  }
}

/*==========================
      hero area
===========================*/
.hero-area {
  background-image: url("https://www.esan.edu.pe/mba/eventos/encuentro-latam-reputacion/assets/images/jumbotron-45.jpg");
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 85%;
  min-height: 620px;
  height: fit-content;
}

.hero-area .banner-item {
  margin: 0px 50px 0;
  min-height: auto;
  background-position: top center;
  min-height: inherit;
  background-image: url(../images/banner/bg-central.jpg); 
  background-position: center; 
  background-size: cover; 
  background-repeat: 
  no-repeat;
}

.hero-area .banner-item .banner-content-wrap {
  font-family: 'Roboto', sans-serif;
}

.hero-area .banner-item .banner-content-wrap .title-shap-img {
  margin-bottom: 200px;
  max-width: 70px;
}

.hero-area .banner-item .banner-content-wrap .banner-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 42px;
  line-height: 54px;
}

.hero-area .banner-item .banner-content-wrap .banner-info {
  margin-bottom: 35px;
}

.hero-area .banner-item .banner-content-wrap .banner-info p {
  font-size: 25px;
  line-height: 42px;
  color: #4C4C4C;
  font-weight: bold;
}

.hero-area .banner-item .banner-content-wrap .banner-p {
  font-size: 20px !important;
  text-align: center;
  color: #fff;
}

@media (min-width: 1400px) {
  .hero-area.content-left .banner-item {
    margin-left: auto;
    margin-right: auto;
  }
}

.features-icons {
  padding-bottom: 110px !important;
}

.features-icons h3 {
  font-family: 'Roboto', sans-serif;
  color: #1F2121;
  font-size: 48px;
  font-weight: 550;
}

.features-icons p {
  color: #1F2121;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.features-icons .media-body {
  padding: 18px 28px;
  position: relative;
  margin: 80px auto 5px;
  z-index: 0;
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  max-width: 430px;
  width: 100%;
}

.features-icons .media-body::before {
  content: url("../images/iconos/blockq1.png");
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: -2;
}

.features-icons .media-body::after {
  content: url("../images/iconos/blockq2.png");
  position: absolute;
  bottom: -19px;
  right: -25px;
  z-index: -3;
}

.section-events {
  padding-top: 90px;
/*   background-color: #F2F2F2;
 */}
 .features-icons .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%; /* Ancho deseado para tu barra lateral */
  background-color: #f0f0f0; /* Solo para propósitos de visualización */
  height: 250px;
  z-index: -1;
}
.features-icons .sidebar2 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30%; /* Ancho deseado para tu barra lateral */
  background-color: #f0f0f0; /* Solo para propósitos de visualización */
  height: 20px;
}

.section-events .features-icons-item {
  text-align: center;
  border: 6px solid #101010;
  padding: 18px;
  border-radius: 130px;
  max-width: 260px;
}

.section-events .features-icons-item img {
  margin-bottom: 35px;
  max-width: 150px;
  width: 100%;
  padding-top: 10px;
}

.section-events .features-icons-item h3 {
  font-size: 25px;
  color: #797979;
  padding-bottom: 10px;
}

.section-events .big-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  color: #1F2121;
}

.section-events .schedule-card {
  margin-bottom: 15px;
  background-color: #EDEDEE;
}

.section-events .schedule-card .card-identity {
  background-color: #222;
  padding: 30px;
  color: #FFFFFF;
  text-align: center;
}

.section-events .schedule-card .card-identity .name-exp {
  color: #FFFFFF;
}

.section-events .schedule-card .card-identity .speaker {
  border-radius: 200px;
}

.section-events .schedule-card .schedule-content {
  text-align: center;
  padding: 30px;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.section-contact {
  border-top: 15px solid #101010;
  background-color: #565656;
}

.section-contact .pb_pricing_v1 {
  border: 7.5px solid #FFFFFF;
  border-radius: 200px;
  padding: 20px 50px;
  font-weight: 500;
}

.section-contact .pb_pricing_v1 .price {
  color: #101010;
  font-weight: bold;
  font-size: 19px;
}

.section-contact .pb_pricing_v1 p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.section-contact .pb_pricing_v1 strong {
  font-size: 29px;
}

.section-contact .pb_pricing_v1 a {
  color: #FFFFFF !important;
  font-weight: bold;
}

.section-contact .btn {
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
}

/* Carrusel */

.your-class2 h3 {
  color: #020202;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.your-class2 p {
  font-size: 15px;
  line-height: 20px;
}

.your-class2 .btn {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  border-radius: 0px;
  letter-spacing: 0.1rem;
}

/*==========================
      Speakers
===========================*/
.speakers {
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-repeat: no-repeat;
}
.speakers .container-fluid {
  max-width: 92%;
}

.speakers .big-subtitle {
  text-align: center;
  font-size: 47px;
  margin-bottom: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #1F2121;
}

.speakers .big-subtitle-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #797979;
}

.speakers .schedule-card {
  background-color: #2e2f21;
  color: #FFFFFF;
  display: inline-block;
  margin: 0px auto;
  border-radius: 200px;
  padding: 20px 20px 40px;
  max-width: 310px;
  width: 100%;
  max-height: 760px;
  height: 100%;
  margin-bottom: 15px;
  text-align: center !important;
}

.speakers .schedule-card .name-exp {
  padding-top: 10px;
  color: #8CC63F !important;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.speakers .schedule-card .date-exp {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.speakers .schedule-card .position-exp {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
}

.speakers .schedule-card .card-identity {
  width: 100%;
}

.speakers .schedule-card .card-identity .speaker {
  border-radius: 200px;
  border: 2px solid #FFFFFF;
}

.speakers .schedule-card .description-expo {
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.speakers .schedule-card .description-expo-2 {
  font-size: 12px;
  line-height: 17px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

/* section banner */

.section-banner {
  background-image: url('../images/banner/bg-central.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  
}
.section-banner .div-logo-w {
  padding-top: 150px;
}

/* tabla */
.table-sc {
  margin: auto;
  max-width: 1350px;
  padding: 0;
}

.table-sc .col {
  padding: 0;
}

.table-sc .box-tb {
  margin: 1.8px;
  background-color: #FFFFFF;
  text-align: left;
  display: flex;
  justify-content: space-between;
  min-height: 115px;
  padding-left: 15px;
}

.table-sc .box-tb p {
  font-size: 22px;
}

.table-sc .box-tb ul {
  margin-left: 20px;
  font-size: 14px;
  line-height: 17px;

}

.table-sc .box-tb .text {
  vertical-align: middle;
  margin: auto auto auto 0
}

.table-sc .box-tb .img img {
  max-height: 115px;
}

/*==========================
      footer area
===========================*/
.pb_footer {
  background-color: #F2F2F2;
  padding: 75px 0 45px;
}

.pb_footer .list-inline {
  margin-bottom: 10px;
}

.pb_footer .list-inline .list-inline-item {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  border: 2px solid #fff;
}

.pb_footer .list-inline .list-inline-item a {
  color: #fff;
  font-size: 22px;
  line-height: 48px;
}

.pb_footer small {
  font-size: 35px;
  font-weight: bold;
  font-family: 'DIN';
  padding-top: 20px;
}

/*------------back to top-------------*/
.BackTo {
  background: #101010 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}
/* MODAL EXPOSITORES */
.modal-header {
  background-color: #AC44FF !important;
  
}
.modal-title {
  color: #FFFFFF;
  font-size: 24px;
}
.modal-header .close {
  color: #FFFFFF;
  font-size: 27px;
}
.speakers-image2 img{
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
/*==========================
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) {
  .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) {
  .table-sc .box-tb p {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .table-sc .box-tb .img img {
    max-height: 85px;
  }
  .table-sc .box-tb {
    min-height: 85px;
  }
  .section-events .big-subtitle {
    font-size: 40px;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  .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: 115px 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) {
  h4 {
    font-size: 19px;
    line-height: 21px;
    padding-top: 5px;
  }
  section {
    padding: 40px 0;
  }
  .table-sc .box-tb p {
    font-size: 12.8px;
    line-height: 13px;
    margin-bottom: 0px;
  }
  .table-sc .box-tb .img img {
    max-height: 85px;
  }
  .table-sc .box-tb {
    min-height: 85px;
  }
  .section-events .big-subtitle {
    font-size: 31px;
  }
  .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 85%;
  }
  .hero-area .banner-item {
    min-height: 390px;
    margin: 65px 0px 0px;
  }
  .hero-area .banner-item .banner-content-wrap {
    padding: 90px 0 50px;
  }
  .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 15px;
  }
  .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;
  }
  .img-mb-none{
    display: none!important;
  }
}

@media (max-width: 480px) {
  .table-sc .box-tb {
    padding-left: 0;
  }
  .table-sc .box-tb p {
    padding-left: 5px;
  }
  .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;
  }
  .hero-area .banner-item {
    margin: 20px 0px 0px;
  }
  .hero-area .banner-item .banner-content-wrap {
    padding: 20px 0 25px;
  }
  .hero-area .banner-item .banner-content-wrap .banner-title {
    font-size: 30px;
    line-height: 32px;
  }
  .header .navbar-brand {
    padding: 0;
  }
  .header .navbar-brand img {
    max-width: 160px;
  }
  .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;
  }
}

@media (max-width: 600px) {
  .table-sc .col {
    display: block;
  }
  .table-sc .col-none {
    display: block;
  }
  .box-none {
    display: none!important;
  }
  .d-icon-d {
    display: none!important;
  }
  .d-icon-m {
    display: block!important;
  }
  .hero-area {
    min-height: min-content;
  }
  .hero-area  .banner-item{
    background-image: url(../images/banner/bg-mobile-s.jpg); 
  background-position: center; 
  background-size: cover; 
  background-repeat: 
  no-repeat;
  }
  
}
@media (max-width: 498px) {
  
  .logo-banner{
    max-width: 260px;  
    width: 100%; 
    margin-bottom: 35px;
  }
  .box-tbs {
    display: block
  }
  .box-tbs table{
    margin-bottom: 15px;
  }
  
  .table-sc .box-tb{
    flex-direction: row-reverse;
  }
  .table-sc .box-tb .img img {
    max-height: 40px;
  }
  .section-banner {
    min-height: 290px; 
    background-position: 27%;
  }
  
  .table-sc .box-tb{
    min-height: 37px;
  }
  
}

@media (max-width: 375px) {
  h1 {
    font-size: 20px;
    line-height: 21px;
  }
  p{
    font-size: 15px;
    line-height: 20px;
  }
  .features-icons h3 {
    font-size: 34px;
  }
  .ts-title {
    font-size: 24px;
    line-height: 26px;
  }
  
}

@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;
  }
}

@media (max-width: 320px) {
  .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 */