/*
	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: 'Raleway';
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}
.list-premios {
  font-size: 19px;
  color:#FFFFFF; 
  line-height: 23px;
}
.header-subtitulo {
  margin-top: 100px;
}

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

h5 {
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
}

.tooltip,
.bs-tooltip-top .tooltip-inner{
  max-width: 445px!important;
  font-size: 10.1px!important;
  line-height: 11px!important;
}
.tooltip {
  top: 0px!important;
}
.tooltip-inner {
  padding: 0.2rem;
}


/* 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.read-more {
  font-weight: 700;
}

.btn-flotante {
  font-size: 16px; /* Cambiar el tamaño de la tipografia */
  text-transform: uppercase; /* Texto en mayusculas */
  font-weight: bold; /* Fuente en negrita o bold */
  color: #ffffff; /* Color del texto */
  border-radius: 5px; /* Borde del boton */
  letter-spacing: 2px; /* Espacio entre letras */
  background-color: #333333; /* Color de fondo */
  padding: 18px 30px; /* Relleno del boton */
  position: fixed;
  top: 150px;
  right: 20px;
  transition: all 300ms ease 0ms;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  }
  .btn-flotante:hover {
  background-color: #aad500; /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
  color: #ffffff !important;
  }
  @media only screen and (max-width: 600px) {
  .btn-flotante {
  font-size: 14px;
  padding: 12px 20px;
  right: 20px;
  }
  }

.body-color {
  background: #FFFFFF;
  color: #000000;
}

section,
.section-padding {
  padding: 135px 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;
}

/* 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: 400;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 2.6px solid #EC111B;
  color: #EC111B;
  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: #EC111B;
  color: #FFFFFF;
  font-weight: bold;
}

.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: #aad500;
  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: 'Raleway';
  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
===========================*/
.modal {
  color: #4C4C4C;
}

.header .navbar {
  padding: 25px 0 0px;
}

.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: 'GT Pressura';
  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: #CF2E2E;
}

.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: #aad500;
}

.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: #CF2E2E;
}

.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: #CF2E2E;
}

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

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

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

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #333333;
  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: #CF2E2E;
  border: 4px solid;
  margin-bottom: 35px;
}

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

.form-content {
  color: #FFFFFF !important;
}
.schedule-date{
  text-align: left;
  margin-bottom: 5px;
}
.pb_form_v1 {
  padding: 35px 25px;
  background-color: #FFFFFF;
  max-width: 520px;
  color: #4C4C4C !important;
  font-family: "Roboto", sans-serif;
  border: 6px solid #4C4C4C;
  border-radius: 20px!important;
  margin: auto;
}
.pb_form_v1 h2 {
  color: #E3173E;
  font-weight: bold;
  text-align: center;
  font-size: 23.5px;
}

.pb_form_v1 .form-control {
  background-color: #FFFFFF;
  color: #4C4C4C !important;
  border: 2px solid #bdbdbd;
  border-radius: 18px;
  font-family: "Roboto", sans-serif;
}

.pb_form_v1 ::-webkit-input-placeholder {
  color: #4C4C4C;
}

.pb_form_v1 :-ms-input-placeholder {
  color: #4C4C4C;
}

.pb_form_v1 ::-ms-input-placeholder {
  color: #4C4C4C;
}

.pb_form_v1 ::placeholder {
  color: #4C4C4C;
}

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

.pb_form_v1 a {
  color: #4C4C4C;
  text-decoration: underline;
}
.div-schedule {
  margin: auto;
  max-width: 223px;
  width: 100%;
}

.pb_form_v1 .btn {
  width: 100%;
  letter-spacing: 0.25rem;
}

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

.foot-area {
  background-color: black;
}
.flag-fecha {
  width: 1020px; 
  margin-bottom: 10px; 
  position: relative; 
  left: -300px;
}

@media (max-width: 1096px) {
  .flag-fecha {
    width: 775px; 
    margin-bottom: 10px; 
    left: -30px;
  }
}
@media (max-width: 900px) {
  .flag-fecha {
    width: 700px; 
    margin-bottom: 10px; 
    left: -70px;
  }
}
@media (max-width: 600px) {
  .flag-fecha {
    width: 670px; 
    margin-bottom: 10px; 
    left: -120px;
  }
}
@media (max-width: 450px) {
  .flag-fecha {
    width: 360px; 
    margin-bottom: 10px; 
    left: -28px;
  }
}
@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
}

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

/*==========================
      hero area
===========================*/
.hero-area {
  background-image: url('./images/kv.jpg');
  padding: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 85%;
  min-height: 670px;
}
.banner-item .form-group {
  margin-bottom: 0.7rem!important;
}


.hero-area .banner-item {
  margin: 0px 50px 0;
  min-height: auto;
  background-position: top center;
}

.hero-area .banner-item .banner-content-wrap {
  font-family: "Raleway", 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: 23px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: bold;
}

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

.img-gana {
  max-width: 520px; 
  top: 0px; 
  position: relative; 
  right: -60px;
  left: auto;
}

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

.features-icons {
  padding-bottom: 110px !important;
}
.features-icons ul{
  font-size: 20px;
  color: #4C4C4C;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.features-icons ul li{
  margin-bottom: 10px;
}

.features-icons h3 {
  font-family: "Raleway", sans-serif;
  color: #343E49;
  font-size: 35px;
  font-weight: 550;
}
.features-icons h3 {
  font-family: "Raleway", sans-serif;
  color: #EC111B;
  font-size: 35px;
  font-weight: bold;
}

.features-icons p {
  color: #4C4C4C;
  font-family: 'Montserrat';
  font-size: 21px;
  line-height: 27px;
}

.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: 'Quincy';
  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: 140px;
}

.section-events .features-icons-item {
  text-align: center;
  border: 6px solid #CF2E2E;
  padding: 18px;
  border-radius: 15px;
  max-width: 330px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: #343E49;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.section-events .big-subtitle {
  text-align: center;
  font-weight: 450;
  font-size: 47px;
  margin-bottom: 35px;
  font-family: "Raleway", sans-serif;
  color: #242424;
}

.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 #FAFAFA;
  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: #FFFFFF;
  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: "Raleway", sans-serif;
}
.section-inscripcion ol {
  font-size: 19px;
  padding-left: 20px;
  
}
/*==========================
      Speakers
===========================*/
.speakers {
  background-image: url("../images/shap/shap2.png"), url("../images/shap/shap1.png");
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.speakers .big-subtitle {
  text-align: center;
  font-size: 47px;
  margin-bottom: 35px;
  font-family: 'Raleway';
  font-weight: 600;
  color: #4C4C4C;
}

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

.speakers .schedule-card {
  background-color: #272727;
  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: #FFFFFF !important;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  font-size: 25px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

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

.speakers .schedule-card .position-exp {
  font-family: 'Raleway', 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;
}

/*==========================
      footer area
===========================*/
.pb_footer {
  background-color: #292929;
  padding: 75px 0 45px;
}
.pb_font-14{
  color: #FFFFFF;
}
.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;
  color: #FFFFFF;
}

/*------------back to top-------------*/
.BackTo {
  background: #CF2E2E 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;
}
/*# 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) {
  .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: 0px 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) {
  .img-gana {
    max-width: 400px; 
    width: 100%;
    top: 0px; 
    position: relative; 
    left: 0px;
  }
  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: 0px 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;
  }
  .header-subtitulo {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  h1{
    font-size: 31px;
    line-height: 33px;
  }
  .list-premios {
    font-size: 17px;
  }
  .pb_form_v1 h2 {
    font-size: 19px;
  }
  .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: 0px 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;
  }
 
  .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: 165px!important;
  }
}

@media (max-width: 320px) {
  h3 {
    line-height: 21px;
    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 */