/*
	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: 20px;
  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);
}
h2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

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

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

/* 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 {
 /* Color de fondo al pasar el cursor */
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
  color: #ffffff !important;
  }

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

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

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: #e3173e ;
  border: 2.6px solid #e3173e ;
  color: #ffffff;
  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: #ffffff;
  color: #e3173e ;
  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;
}


.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);
}


/*==========================
      header area
===========================*/
.modal {
  color: #4C4C4C;
}

.header .navbar {
  padding: 25px 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: '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;

}

.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;
  background-color: #606060;
  max-width: 400px;
  color: #ffffff!important;
  font-family: "Roboto", sans-serif;
}
.pb_form_v1 h2 {
  color: #ffffff!important;
  font-weight: bold;
  text-align: center!important;
  font-size: 1.4rem;
}

.pb_form_v1 .form-control {
  background-color: #606060;
  color: #ffffff !important;
  border: 2px solid #e3173e;
  border-radius: 18px;
  font-family: "Roboto", sans-serif;
}

.pb_form_v1 ::-webkit-input-placeholder {
  color: #ffffff!important;
}

.pb_form_v1 :-ms-input-placeholder {
  color: #ffffff!important;
}

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

.pb_form_v1 ::placeholder {
  color: #FFFFFF;
}

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

.pb_form_v1 a {
  color: #ffffff;
  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: 16.7px !important;
}

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

.section-especialidades {
  background-image: url(../images/bg-beneficios.jpg);
  background-size: cover;
}

.section-especialidades .box-text {
  background-color: #ffffff;
  color:#4c4c4c;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  border-top-right-radius: 0;
  min-height: 86px;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 320px;
  margin: auto;
}
.section-especialidades .box-text .divIcon {
  background-color: #e3173e;
  padding: 10px;
  border-radius: 200px;
}
.section-especialidades .box-text .divIcon img {
  width: 35px;
}

.section-especialidades .box-text h3{
 margin-bottom: 0;
 line-height: 1;
 font-size: 13.5px;
 width: 100%;
 font-weight: normal
}
/*SECTION EXPOSITORA*/
.sectionBeneficios {
  padding: 0;
  background-image: url(../images/bg-beneficios.jpg);
}
.sectionBeneficios a {
  color: #FFFFFF;
  background-color: #e3173e;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: bold;
}
.sectionBeneficios ul {
  list-style: none;
  text-align: left;
}
.sectionBeneficios ul li {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.sectionBeneficios ul img {
  width: 70px;
}
.sectionBeneficios .bgExpositora {
  background-image: url(../images/expositora.jpg);
  background-size: cover;
  min-height: 420px;
}
/*SECTION ELIGE*/
.section-elige {
  background-color: #FFFFFF
}
.section-elige h2 {
  font-size: 1.55rem
}
.section-elige h2 span {
  font-size: 15px!important;
}
.section-elige .bgExpositora {
  background-image: url(../images/expositora.jpg);
  background-size: cover;
  min-height: 420px;
}
.section-elige img{
  max-width: 430px;
  width: 100%;
  
}
/*RAKINGS*/
.section-ranking {
  background-color: #FFFFFF;
  padding: 50px 0;
}
.section-ranking .carousel-inner {
  max-width: 750px;
  margin: auto;
}
.section-ranking .carousel-control-prev-icon,
.section-ranking .carousel-control-next-icon {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(100%) contrast(100%);
}
.section-ranking img{
  max-width: 200px;
  width: 100%;
}
.section-ranking h2 {
  color: #000000;
}
/*ASESORAS*/
.asesoras-new {
  background-color: #2c2c2c;
  color: #FFFFFF;
  padding: 50px 0;
  background-image: url(https://www.esan.edu.pe/images/quick-learning/banner/bg-01.jpg);
  background-size: cover;
}
.asesoras-new .text-line {
 border-right: 3px solid #e3173e;
}

.asesoras-new h2,
.asesoras-new h3,
.asesoras-new ul {
  color: #FFFFFF;
  list-style: none;
}
.asesoras-new ul li {
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1;
}

@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: 768px) {
  .asesoras-new ul,
  .asesoras-new h3 {
    text-align: center;
  }
  .asesoras-new .text-line {
    border-right: none;
  }
  .sectionBeneficios ul img {
    width: 40px
  }
  .sectionBeneficios ul li {
    font-size: 1.1rem;
    line-height: 1;
  }
  .sectionBeneficios {
    padding-top: 30px;
  }
}
@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
}

.hero-area .banner-item {
  margin: 10px 50px 0;
  min-height: auto;
  background-position: top center;
}
.hero-area .banner-item .infoBloque {
  padding: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  border-top-left-radius: 0;
  max-width: max-content;
  width: 100%;
}
.hero-area .banner-item .infoCupos {
  color: #FFFFFF;
  padding:  6px 20px 5px;
  background-color: #e3173e;
  max-width: max-content;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}
.hero-area .banner-item h2 {
  color: #FFFFFF;
  text-align: left;
}
.hero-area .banner-item .d-flex h3 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.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: 1.5rem;
  line-height: 1.2;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0;
}

.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 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: #5f0023;
  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 */