:root {
  --primary-color: #096bfe;
  --background-color: #000000;
  --background-color-secondary: #061a2f;
}

.row-centered {
  /* text-align: center; */
}

.row-centered > div {
  /* float: none;
  display: inline-block;
  text-align: left; */
}

.row-centered .evento {
  width: 30% !important;
}

.section-divider {
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  margin: 2rem 0;
}

button[disabled] {
  background: #ccc;
}
button[disabled]:hover {
  background: #ccc;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),
    url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Delight Thin */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

/* Delight ExtraLight */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

/* Delight Light */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

/* Delight Regular */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Delight Medium */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

/* Delight SemiBold */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

/* Delight Bold */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* Delight ExtraBold */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

/* Delight Black */
@font-face {
  font-family: "Delight";
  src: url("../fonts/delight/Delight-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
  font-family: "Delight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #e1e1e1;
  background: #051d35;
  overflow-x: hidden;
}

#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #dc2f2f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #dc2f2f;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #fafafa;
  font-family: "Delight", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

::-webkit-selection {
  color: #fff;
  background: #dc2f2f;
}

::-moz-selection {
  color: #fff;
  background: #dc2f2f;
}

::selection {
  color: #fff;
  background: #33a8d7;
}

.trainer-img,
.classes-img,
.colorlib-video,
.intro-img,
.subs-img,
.figure-img,
.user-img,
.blog-img,
.colorlib-about-img,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.licencia-img {
  height: 100%;
  width: 100%;
  /* background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; */
}

.top-menu.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.top-menu,
.navbar-container {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}

#header {
  margin: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header {
    margin: 0;
  }
}
#header.navbar-fixed-top.fixed-theme {
  background-color: #061a2f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#header .top-menu {
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  #header .top-menu {
    padding: 28px 1em;
  }
}
#header .top-menu.fixed-theme {
  padding: 20px 15px;
}
#header .navbar-brand {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 900;
  height: auto;
  line-height: inherit;
}
#header .navbar-brand.sb-europe a {
  text-align: center;
  display: inline-block;
  line-height: 24px;
}
#header .navbar-brand.sb-europe span {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
}
#header .navbar-brand.sb-europe.fixed-theme a {
  line-height: 22px;
}
#header .navbar-brand.sb-europe.fixed-theme a span {
  font-size: 18px;
}
#header .navbar-brand.sb-europe-img a {
  width: 190px;
  height: 58px;
  display: inline-block;
  background-size: 190px 58px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
#header .navbar-brand.sb-europe-img.fixed-theme a {
  width: 145px;
  height: 42px;
  background-size: 145px 42px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
#header .navbar-brand a {
  position: relative;
  color: #33a8d7;
}
#header .navbar-brand.fixed-theme {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #header .menu-1 {
    display: none;
  }
}
#header ul {
  padding: 0;
  margin: 8px 0 0 0;
}
#header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 400;
}
#header ul li.has-dropdown {
  padding: 20px 6px;
}
#header ul li a.sbl-button {
  padding: 6px 16px;
  font-size: 12px;
}
#header ul li a.sbl-nav-item {
  position: relative !important;
  position: relative;
  font-size: 14px;
  margin: 0 6px;
  padding: 0px;
  color: #fafafa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#header ul li a.sbl-nav-item:hover {
  color: #fafafa;
}
#header ul li a.sbl-nav-item:hover:after {
  width: 100%;
  opacity: 1;
}
#header ul li a.sbl-nav-item:after {
  background: #fafafa;
  content: "";
  opacity: 0;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  position: absolute;
  -webkit-transition: opacity 0.4s ease, width 0.4s ease;
  -moz-transition: opacity 0.4s ease, width 0.4s ease;
  -ms-transition: opacity 0.4s ease, width 0.4s ease;
  -o-transition: opacity 0.4s ease, width 0.4s ease;
  transition: opacity 0.4s ease, width 0.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#header ul li.has-dropdown {
  position: relative;
}
#header ul li.has-dropdown a {
  font-size: 12px;
  text-transform: uppercase;
}
#header ul li.has-dropdown .dropdown {
  width: 80px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 45px;
  left: -27px;
  text-align: left;
  background: var(--primary-color);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#header ul li.has-dropdown .dropdown.ediciones-anteriores {
  width: 210px !important;
}
#header ul li.has-dropdown .dropdown.ediciones-anteriores:before {
  left: 105px;
}
#header ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: var(--primary-color);
  border-width: 8px;
  margin-left: -8px;
}
#header ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
#header ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
#header ul li.has-dropdown .dropdown li a {
  text-transform: uppercase;
  padding: 2px 0;
  display: block;
  color: #ffffff;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0;
}
#header ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
#header ul li.has-dropdown:hover a,
#header ul li.has-dropdown:focus a {
  color: #fafafa;
}
#header ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
#header ul li.btn-cta a span {
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 8px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
#header ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
#header ul li.active > a {
  color: #fafafa !important;
  position: relative;
}
#header ul li.active > a:after {
  width: 100%;
  opacity: 1;
  background: #fafafa;
}

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px;
}
.colorlib-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.colorlib-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #dc2f2f;
}
.colorlib-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.colorlib-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.colorlib-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#sec-home {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
}
#sec-home .btn {
  font-size: 24px;
}
#sec-home .btn.btn-primary {
  padding: 14px 30px !important;
}
#sec-home .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#sec-home .flexslider .slides {
  height: 700px;
  position: relative;
  overflow: hidden;
}
#sec-home .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#sec-home .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: #000;
}
#sec-home .flexslider .flex-control-nav {
  bottom: 3em;
  z-index: 1000;
  width: 0 auto;
}
#sec-home .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  cursor: pointer;
}
#sec-home .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: var(--primary-color);
}
#sec-home .flexslider .flex-direction-nav {
  display: none;
}
#sec-home .flexslider .slider-text {
  max-width: 100%;
  display: table;
  opacity: 0;
  height: 700px;
  z-index: 9;
}
#sec-home .slider-text-inner,
#sec-home .slider-text-inner-shared {
  display: table-cell;
  vertical-align: middle;
  height: 610px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #sec-home .slider-text-inner,
  #sec-home .slider-text-inner-shared {
    text-align: center;
  }
}
#sec-home .slider-text-inner span i,
#sec-home .slider-text-inner-shared span i {
  font-size: 24px;
  color: #f7af1d;
}
#sec-home .slider-text-inner h1,
#sec-home .slider-text-inner h2,
#sec-home .slider-text-inner-shared h1,
#sec-home .slider-text-inner-shared h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#sec-home .slider-text-inner h1,
#sec-home .slider-text-inner-shared h1 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #sec-home .slider-text-inner h1,
  #sec-home .slider-text-inner-shared h1 {
    font-size: 28px;
  }
}
#sec-home .slider-text-inner h2,
#sec-home .slider-text-inner-shared h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
#sec-home .slider-text-inner h2 a,
#sec-home .slider-text-inner-shared h2 a {
  color: #dc2f2f;
}
#sec-home .slider-text-inner .btn,
#sec-home .slider-text-inner-shared .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 20px 30px !important;
  border: none;
}
#sec-home .slider-text-inner .btn.btn-learn,
#sec-home .slider-text-inner-shared .btn.btn-learn {
  color: #fff;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
#sec-home .slider-text-inner .btn:hover,
#sec-home .slider-text-inner-shared .btn:hover {
  background: #000 !important;
}
@media screen and (max-width: 480px) {
  #sec-home .slider-text-inner .btn,
  #sec-home .slider-text-inner-shared .btn {
    width: 100%;
  }
}

.colorlib-trainers,
.colorlib-classes,
#colorlib-schedule,
#colorlib-about,
#sec-contacto,
#colorlib-inscribase,
#sec-nosotros,
#sec-agenda,
#sec-partners,
#sec-empresas,
#sec-programa,
#colorlib-contact,
#colorlib-testimony,
.colorlib-blog,
#colorlib-project,
#mod-subscribe {
  padding: 5em 0;
  clear: both;
}

#sec-nosotros,
#sec-eventos,
#sec-licencia,
#sec-contacto,
#mod-intro {
  background-color: var(--background-color);
}

#mod-subscribe.home {
  background-color: var(--background-color);
}

#mod-suscribe.evento {
  background-color: #051d35 !important;
}

.colorlib-event {
  padding-top: 5em;
}

#sec-agenda .colorlib-heading {
  margin-bottom: 0;
}
#sec-agenda .colorlib-heading h2 {
  line-height: 45px;
}
#sec-agenda .colorlib-heading h2:after {
  margin: 10px 0 20px 0;
}

@media screen and (max-width: 768px) {
  #sec-licencia {
    padding-top: 5em;
  }
}
#sec-licencia .img {
  position: relative;
}
#sec-licencia .img p {
  position: absolute;
  right: 40px;
  top: 30%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 30px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sec-licencia .img p {
    font-size: 16px;
    right: 20px;
  }
}

#mod-intro {
  clear: both;
}

.intro-wrap {
  margin-top: -5em;
  z-index: 1;
}

.intro-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.intro-flex .one-third {
  width: 33.33%;
  padding: 2em 2em 2em 2em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .intro-flex .one-third {
    width: 100%;
  }
}
.intro-flex .one-third:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  opacity: 0.2;
  z-index: -1;
}
.intro-flex .one-third .tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
.intro-flex .one-third .desc {
  z-index: 1;
}
.intro-flex .one-third h3 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin-top: 40px;
}
.intro-flex .one-third p {
  color: rgba(255, 255, 255, 0.8);
}
.intro-flex .one-third .price {
  display: block;
  position: absolute;
  bottom: 0;
  left: 2em;
  font-size: 14px;
  background: #dc2f2f;
  padding: 1.2em 1em 1em 1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.intro-flex .one-third .price small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.services-img {
  height: 320px;
  display: block;
}
@media screen and (max-width: 768px) {
  .services-img {
    margin-bottom: 20px;
  }
}

.services-desc {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .services-desc {
    padding: 0;
  }
}
.services-desc ul li {
  list-style: none;
  margin-bottom: 10px;
}

.services {
  margin-bottom: 30px;
  position: relative;
  background: #142d49;
  padding: 20px;
  z-index: 0;
  min-height: 420px;
}
.services .icon {
  position: relative;
}
.services .icon i {
  font-size: 90px;
  color: #000;
  z-index: 1;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.services .icon i:before {
  font-size: 90px;
}
.services .desc h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #75a6ba;
}

.schedule {
  display: block;
}
.schedule ul.week {
  margin: 0 0 40px 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .schedule ul.week {
    background: transparent;
    display: block;
  }
}
.schedule ul.week li {
  float: left;
  list-style: none;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .schedule ul.week li {
    display: block;
    float: none;
  }
}
.schedule ul.week li a {
  color: gray;
  display: block;
  padding: 7px 20px;
}
.schedule ul.week li.active a {
  color: #fff;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.schedule .schedule-flex {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.schedule .schedule-flex:last-child {
  border-bottom: none;
}
.schedule .schedule-flex .entry-forth {
  width: 25%;
  border-left: 1px solid #d9d9d9;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .schedule .schedule-flex .entry-forth {
    width: 100%;
    border-left: 0;
  }
}
.schedule .schedule-flex .entry-forth:first-child {
  border-left: none;
}
.schedule .schedule-flex .entry-forth p {
  margin-bottom: 10px;
}
.schedule .schedule-flex .entry-forth .icon i {
  font-size: 40px;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.schedule .schedule-flex .entry-forth .time {
  display: block;
}
.schedule .schedule-flex .entry-forth .time span {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.schedule .schedule-flex .entry-forth .trainer {
  font-size: 13px;
}
.schedule .schedule-flex .entry-forth h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.colorlib-trainers .row-participantes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.colorlib-trainers .row-participantes > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.trainers-entry .desc h3 i.flag {
  display: table-cell;
  width: 22px;
  height: 22px;
  background-size: 22px;
}

.classes:hover .classes-img {
  background-size: 130%;
}
.classes .classes-img {
  display: block;
  position: relative;
  height: 250px;
  background-size: 120%;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.classes .tag {
  left: 15px;
  top: 15px;
  position: absolute;
}
.classes .desc {
  padding: 1em;
  position: absolute;
  bottom: 20px;
}
.classes .desc h3 {
  font-size: 16px;
  font-weight: 500;
}
.classes .desc h3 a {
  color: ffffff;
}
.classes .desc p a.btn-learn {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.classes-img-single {
  height: 400px !important;
}

.classes-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.classes-desc ul {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
}
.classes-desc ul li {
  list-style: none;
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.classes-desc ul li i {
  color: #fff;
  margin-right: 8px;
  background: #dc2f2f;
  padding: 10px;
}

.review {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.review .user-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.review .desc {
  width: calc(100% - 100px);
  float: right;
}
.review .desc h4 {
  width: 100%;
  margin-bottom: 10px;
}
.review .desc h4 span {
  width: 49%;
  display: inline-block;
}
.review .desc h4 span:first-child {
  font-size: 16px;
}
.review .desc h4 span:last-child {
  font-size: 14px;
  color: #b3b3b3;
}
.review .desc .star {
  width: 100%;
}
.review .desc .star span {
  width: 100%;
  display: inline-block;
}
.review .desc .star .reply {
  padding: 2px 10px;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.review .desc .star .reply i {
  color: gray;
  font-size: 12px;
}

.side {
  background: #1e2022;
  padding: 2em;
  margin-bottom: 3em;
}
.side h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.side ul {
  padding: 0;
  margin-bottom: 40px;
}
.side ul li {
  font-size: 15px;
  list-style: none;
  margin-bottom: 10px;
}
.side ul li span:last-child {
  color: rgba(255, 255, 255, 0.8);
}
.side .trainers-entry .desc {
  padding: 10px 0 0 0;
  background: transparent;
}

.bg-primary-color {
  background: whitesmoke;
}

.aside-stretch {
  background: #dc2f2f;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: #dc2f2f;
}
@media screen and (max-width: 768px) {
  .aside-stretch {
    background: transparent;
  }
  .aside-stretch:after {
    background: transparent;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.testimony-img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.testimony-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  z-index: -1;
  opacity: 0.5;
}

#colorlib-testimony {
  z-index: 0;
}
#colorlib-testimony .colorlib-heading {
  margin-bottom: 3em;
}
#colorlib-testimony .colorlib-heading h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #colorlib-testimony .colorlib-heading h2 {
    font-size: 30px;
  }
}
#colorlib-testimony .colorlib-heading h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #dc2f2f;
}
#colorlib-testimony .owl-theme .owl-controls {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
#colorlib-testimony .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
#colorlib-testimony .owl-theme .owl-dots .owl-dot.active span,
#colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span {
  background: #dc2f2f;
}
#colorlib-testimony .testimony-slide {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  float: left;
}
#colorlib-testimony .testimony-slide span {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#colorlib-testimony .testimony-slide .figure-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#colorlib-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding: 0;
  color: #fff;
}
#colorlib-testimony .testimony-slide blockquote p {
  font-size: 20px;
  font-weight: 400;
}
#colorlib-testimony .testimony-wrap {
  padding: 0 3em;
  width: 100%;
  float: left;
}

.event-entry {
  padding: 1.3em;
  background: #f2f3f7;
  margin-bottom: 30px;
}
.event-entry .desc {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-left: 75px;
  position: relative;
}
.event-entry .desc .startenddate {
  font-size: 16px;
  margin-bottom: 10px;
}
.event-entry .desc .startenddate span:first-child {
  font-weight: 700;
  color: #dc2f2f;
}
.event-entry .desc .startenddate span:last-child {
  color: #000;
}
.event-entry .desc .meta {
  line-height: 1.3;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}
.event-entry .desc .meta span {
  display: block;
  font-weight: 700;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.event-entry .desc .meta .day {
  font-size: 36px;
}
.event-entry .desc .meta .month {
  font-size: 20px;
  font-weight: 600;
}
.event-entry .desc .organizer span:last-child {
  color: #000;
}
.event-entry .location {
  position: relative;
  padding-left: 45px;
}
.event-entry .location .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.event-entry .location .icon i {
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
.event-entry h2 {
  font-size: 24px;
  line-height: 1.4;
}
.event-entry h2 a {
  color: #000;
}

.article-entry .blog-img {
  height: 250px;
  display: block;
  position: relative;
}
.article-entry .blog-img .meta {
  line-height: 1.4;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 1em;
  text-align: center;
}
.article-entry .blog-img .meta span {
  display: block;
  color: #000;
  font-weight: 700;
}
.article-entry .blog-img .meta .day {
  font-size: 24px;
  position: relative;
  padding: 5px 10px;
  color: #fff;
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.article-entry .blog-img .meta .month {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  color: gray;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .article-entry .blog-img {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .article-entry .blog-img {
    height: 270px;
  }
}
.article-entry .desc {
  padding: 1.5em;
  margin-bottom: 20px;
  position: relative;
}
.article-entry .desc h2 {
  font-size: 22px;
}
.article-entry .desc h2 a {
  color: #000;
}
.article-entry .desc .admin {
  margin-bottom: 20px;
}
.article-entry .desc .admin span:last-child {
  color: #000;
}

.colorlib-heading-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2em;
}

.heading-2 {
  display: block;
  margin-bottom: 3em;
}
.heading-2 h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em;
}
.contact-info-wrap-flex .con-info {
  width: 24%;
  background: #fff;
  padding: 1.5em;
  margin-left: 10px;
  background: #f2f3f7;
}
.contact-info-wrap-flex .con-info:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-info-wrap-flex .con-info {
    width: 100%;
    margin: 4px !important;
  }
}
.contact-info-wrap-flex p {
  margin-bottom: 0;
  color: #000;
}
.contact-info-wrap-flex p span i {
  color: #dc2f2f;
}
.contact-info-wrap-flex p a {
  color: #000;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: #f2f3f7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus,
.form-control:active {
  background: #f2f3f7;
  box-shadow: none;
  border: 1px solid #cccccc;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form-group #fname {
    margin-bottom: 30px;
  }
}
.form-group label {
  font-weight: 400;
}
.form-group .btn-modify {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}

.colorlib-heading {
  margin-bottom: 3em;
}
.colorlib-heading h2 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .colorlib-heading h2 {
    font-size: 30px;
  }
}
/* .colorlib-heading h2:after {
  content: " ";
  height: 4px;
  width: 100px;
  background: var(--primary-color);
  display: block;
  margin: 10px auto 50px auto;
} */
.colorlib-heading h2.u-left:after {
  margin: 10px 0 50px 0;
}

.subs-img {
  background-attachment: fixed;
}

#mod-subscribe {
  padding: 5em 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#mod-subscribe .colorlib-heading {
  margin-bottom: 20px;
}

#mod-subscribe .colorlib-heading p {
  font-size: 18px;
  color: #fafafa;
}

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.qbstp-header-subscribe .col-three-forth {
  width: 70%;
}
.qbstp-header-subscribe .col-one-third {
  width: 30%;
}
.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
  display: table;
  height: 50px;
  float: left;
}
@media screen and (max-width: 768px) {
  .qbstp-header-subscribe .col-three-forth,
  .qbstp-header-subscribe .col-one-third {
    width: 50%;
  }
}
.qbstp-header-subscribe .form-control {
  background: transparent;
}
.qbstp-header-subscribe .form-group {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .qbstp-header-subscribe .form-group {
    width: 100%;
  }
}
.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.qbstp-header-subscribe .form-group input::-o-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.qbstp-header-subscribe .form-group input::input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.qbstp-header-subscribe #email {
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fafafa;
}
.qbstp-header-subscribe button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  display: block;
}

#sbl-footer {
  padding-top: 6em;
  background: #061a2f;
  color: rgba(255, 255, 255, 0.6) !important;
}
#sbl-footer p {
  font-size: 14px;
  line-height: 1.8;
}
#sbl-footer .f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}
#sbl-footer .f-blog .blog-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 60px;
  float: left;
}
#sbl-footer .f-blog .desc h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
#sbl-footer .f-blog .desc h2 a {
  color: #cccccc;
}
#sbl-footer .f-blog .desc .admin {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #sbl-footer .colorlib-widget {
    margin-bottom: 40px;
    width: 100%;
    float: left;
  }
}
#sbl-footer .sbl-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #sbl-footer .sbl-footer-links {
    margin-bottom: 30px;
  }
}
#sbl-footer .sbl-footer-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  font-size: 14px;
}

#sbl-footer .colorlib-social-icons li a {
  padding-left: 10px;
  padding-right: 10px;
}
#sbl-footer .colorlib-social-icons li a:first-child {
  padding-left: 0;
}
#sbl-footer h4 {
  margin-bottom: 30px;
  font-size: 13px;
  color: #e6e6e6;
  text-transform: uppercase;
  font-weight: 700;
}

#sbl-footer .footer-group-cols {
  display: flex;
  justify-content: space-around;
}

#sbl-footer .copy {
  padding: 1.2em 0;
}
#sbl-footer .copy p {
  margin-bottom: 0;
  color: #fff;
}
#sbl-footer .copy p small a {
  color: rgba(255, 255, 255, 0.7);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#colorlib-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: #051d35;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#colorlib-offcanvas a {
  text-transform: uppercase;
  color: #fafafa;
  font-size: 12px;
}
#colorlib-offcanvas a.sbl-button {
  margin-top: 10px;
  padding: 6px 16px;
  font-size: 12px;
}
#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}
#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}
#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #dc2f2f;
  padding-bottom: 5px;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #33a8d7;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.tickets-fixed {
  position: fixed;
  bottom: 20px;
  right: 80px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tickets-fixed.active {
  opacity: 1;
  visibility: visible;
}
.tickets-fixed a {
  background: #33a8d7;
  color: #fff;
}
.tickets-fixed a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.tickets-fixed a:hover,
.tickets-fixed a:active,
.tickets-fixed a:focus {
  text-decoration: none;
  outline: none;
}

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important;
}
.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #444;
}
.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #fff;
}
.colorlib-nav-toggle.colorlib-nav-white > i::before,
.colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #fff;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #dc2f2f;
  color: #fff;
  border: 2px solid #dc2f2f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #e04545 !important;
  border-color: #e04545 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #dc2f2f;
  border: 2px solid #dc2f2f;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #dc2f2f;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.row-pb-lg {
  padding-bottom: 7em !important;
}

.row-pb-md {
  padding-bottom: 5em !important;
}

.row-pb-sm {
  padding-bottom: 3em !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.tag {
  background: var(--primary-color);
  color: #ffffff !important;
  padding: 4px 10px;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
}

.colorize::before {
  background-color: rgba(0, 33, 137, 0.37);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.intro-img.colorize:hover:before {
  background-color: rgba(2, 20, 77, 0.37);
}

.cover-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover-video .sbl-button {
  margin-top: 40px;
}

.video-wrapper {
  position: relative;
}

.calendario {
  background: #fff;
  color: #333 !important;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.calendario .mes {
  display: block;
  background: var(--primary-color);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 10px;
  font-weight: bold;
}

.evento-item {
  margin: 15px 0;
}
.evento-item:hover .calendario .mes {
  background: var(--primary-color);
}
.evento-item:hover .tag {
  background: var(--primary-color);
}
.evento-item .calendario .ano,
.evento-item .calendario .dia {
  display: block;
}
.evento-item .calendario .ano {
  font-size: 11px;
}
.evento-item.realizado:hover .calendario .mes {
  background: #717171;
}
.evento-item.realizado:hover .tag {
  background: #717171;
}
.evento-item.realizado .calendario {
  background: #d3d3d3;
}
.evento-item.realizado .calendario .mes {
  background: #646464;
}
.evento-item.realizado .colorize:before {
  background-color: rgba(4, 16, 57, 0.55);
}
.evento-item.realizado .classes-img {
  height: 200px;
}
.evento-item.realizado .desc {
  bottom: 0;
}
.evento-item.realizado .calendario .ano,
.evento-item.realizado .calendario .dia {
  display: block;
  font-size: 12px;
}
.evento-item.realizado .calendario .ano {
  font-size: 11px;
}
.evento-item.realizado .tag {
  background: #646464;
  font-size: 12px;
}
.evento-item.realizado .desc h3 {
  font-size: 14px;
  font-weight: 500;
}

#eventos-destacados .one-third {
  min-height: 300px;
  cursor: pointer;
  position: relative;
  overflow: initial !important;
}
#eventos-destacados .one-third .desc {
  padding: 2em;
  position: relative;
}
#eventos-destacados .one-third .intro-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#eventos-destacados .one-third .calendario .ano {
  font-size: 11px;
}
#eventos-destacados .one-third:hover .wrapper-button {
  opacity: 1;
  margin-bottom: 0px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 1s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#eventos-destacados .one-third:hover .intro-img {
  top: -10px;
  min-height: 320px;
}
#eventos-destacados .wrapper-button {
  text-align: right;
  opacity: 0;
}

.sbl-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: var(--primary-color);
  color: #fafafa;
  border: none;
}
.sbl-button:hover {
  color: #fafafa;
  background: var(--primary-color);
}

#caracteristicas {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
#caracteristicas .wp {
  position: relative;
  display: block;
  width: 100%;
  background-color: #142d49;
  color: #414141;
  padding: 0 70px;
}
#caracteristicas .column {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  cursor: pointer;
}
#caracteristicas .column:hover {
  z-index: 1;
}
#caracteristicas .column .thumb {
  position: relative;
  display: block;
  margin: 0 auto 40px auto;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#caracteristicas .column .info {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100vw;
  width: 100%;
  min-height: 100%;
  background-color: #142d49;
  z-index: 1;
  box-shadow: 0 0 87px rgba(0, 0, 0, 0.25);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 50px;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  z-index: 1;
}
#caracteristicas .column img {
  margin-bottom: 15px;
}
#caracteristicas .column h4 {
  font-size: 17px;
  font-weight: normal;
}
#caracteristicas .column p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 30px;
  color: #fafafa;
  font-weight: normal;
}
#caracteristicas .column i {
  background: #33a8d7;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #33a8d7 0%, #75a6ba 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$marca-celeste', endColorstr='$marca-celeste-claro',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
#caracteristicas .column .thumb i {
  font-size: 90px;
}
#caracteristicas .column .thumb i:before {
  font-size: 90px;
  color: white;
  margin-left: 0;
}
#caracteristicas .column .thumb h4 {
  text-align: center;
}
#caracteristicas .column .info i {
  font-size: 60px;
}
#caracteristicas .column .info i:before {
  font-size: 60px;
  color: white;
}

#caracteristicas .column:not(.not-hover):hover .thumb {
  opacity: 0;
  transform: translateY(-30px);
}

#caracteristicas .column:not(.not-hover):hover .info {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.1s;
}

#social-lateral {
  position: fixed;
  top: 300px;
  right: 0;
  z-index: 10000;
  width: 45px;
}

#social-lateral ul {
  position: relative;
}

#social-lateral a {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  right: 0;
}

#social-lateral a:hover {
  width: 45px;
}

#social-lateral .tw {
  top: 0;
}

#social-lateral .fb {
  top: 40px;
}

#social-lateral .ln {
  top: 80px;
}

#social-lateral .ins {
  top: 120px;
}

#social-lateral .yt {
  top: 160px;
}

.tw {
  background: #00abf0;
}

.fb {
  background: #3c599f;
}

.ln {
  background: #007bb6;
}

.tw:hover {
  background: #45bced;
}

.fb:hover {
  background: #4a6ec9;
}

.ln:hover {
  background: #278bba;
}

.ins {
  background: #502079;
}

.ins:hover {
  background: #6c3b96;
}

.yt {
  background: #fa4545;
}

.yt:hover {
  background: #fc6a6a;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* modulo agenda */
#sec-programa .wrap-detalle {
  padding: 20px;
  position: relative;
}
#sec-programa .wrap-detalle .horario {
  margin-bottom: 3px;
  color: #051d35;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  #sec-programa .wrap-detalle .horario {
    font-size: 14px;
  }
}
#sec-programa .wrap-detalle h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #sec-programa .wrap-detalle h4 {
    font-size: 18px;
  }
}
#sec-programa .wrap-detalle .wrapper-sponsor-title {
  float: left;
  width: 90%;
}
#sec-programa .wrap-detalle .wrapper-sponsor-title img {
  height: auto;
  max-width: 100%;
  max-height: 70px;
  vertical-align: middle;
}
#sec-programa .wrap-detalle .wrapper-sponsor-title .wrapper-sponsor {
  float: left;
  background: #fff;
  height: 85px;
  width: 85px;
  margin-right: 20px;
  line-height: 80px;
  text-align: center;
  border-radius: 3px;
}
#sec-programa .wrap-detalle .hr {
  font-size: 18px;
}
#sec-programa .wrap-detalle .desc {
  font-size: 16px;
}
#sec-programa .action {
  width: 10%;
  float: right;
  text-align: right;
  color: #051d35;
}
#sec-programa .action i {
  cursor: pointer;
}
#sec-programa .action .fa-plus-circle {
  display: inline-block;
}
#sec-programa .action .fa-minus-circle {
  display: none;
}
#sec-programa .action.active .fa-plus-circle {
  display: none;
}
#sec-programa .action.active .fa-minus-circle {
  display: inline-block;
}
#sec-programa .info-extra {
  margin-top: 20px;
  display: none;
  color: #fafafa;
  background: var(--primary-color);
  padding: 20px;
}
#sec-programa .info-extra.active {
  display: block;
}
#sec-programa .fa-microphone,
#sec-programa .fa-clock-o {
  margin-right: 5px;
}
#sec-programa .dia {
  margin-bottom: 40px;
}
#sec-programa .speeches {
  border: 1px solid #192d45;
}
#sec-programa .speeches div:last-child {
  border-bottom: none;
}
#sec-programa .row-speech {
  border-bottom: 1px solid #192d45;
  background: var(--primary-color);
}
#sec-programa .fecha {
  padding: 20px;
  display: inline-block;
  font-size: 25px;
  margin: 32px 0 8px 0;
  position: relative;
  font-weight: 700;
}
#sec-programa .speech .lugar {
  font-weight: bold;
  font-size: 15px;
}

.wrapper-oradores-speech {
  font-size: 14px;
}

.orador-speech .detail,
.orador-speech .orador-speech-img {
  float: left;
}

.orador-speech .detail {
  padding-left: 10px;
  width: 100%;
}

.orador-speech .detail span {
  display: block;
}

.orador-speech .nombre {
  font-weight: 700;
  color: #051d35;
  margin-top: 9px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  cursor: pointer;
}

.orador-speech .cargo {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

.orador-speech-img {
  width: 60px;
  height: 60px;
  background-size: 60px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 4px 2px;
  margin-right: 10px;
  cursor: pointer;
}

#sec-agenda {
  padding: 3em 0 0 0;
}
#sec-agenda .wrapper-agenda-video {
  margin: 0 0 3em 0;
}
#sec-agenda .desc {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sec-agenda .desc {
    padding: 0 30px;
  }
}
#sec-agenda .wrapper-desc {
  font-family: "Open Sans", sans-serif !important;
}
#sec-agenda .img-ppal {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}
#sec-agenda .item {
  padding: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  height: 400px;
}
#sec-agenda .item:before {
  background-color: rgba(0, 33, 137, 0.5);
}
#sec-agenda .item h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
}
#sec-agenda .item p {
  font-weight: 400;
  color: #fff;
}
#sec-agenda .item .desc {
  position: relative;
  z-index: 1;
  display: table;
  height: 100%;
}
#sec-agenda .item .desc div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#sec-partners h4,
#sec-empresas h4 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1%;
  padding-left: 5px;
  color: #dee0e9;
}

#sec-partners .partner,
#sec-empresas .partner,
#sec-empresas-participantes .partner {
  width: 25%;
  padding: 10px 5px;
  float: left;
  text-align: center;
}

#sec-empresas-participantes .partner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sec-partners .partner,
  #sec-empresas .partner,
  #sec-empresas-participantes .partner {
    width: 100%;
  }
}
#sec-partners .partner .wrapper-img,
#sec-empresas .partner .wrapper-img,
#sec-empresas-participantes .partner .wrapper-img {
  padding: 12px;
  background: #fff;
  height: 164px;
  white-space: nowrap;
}
#sec-partners .partner .helper,
#sec-empresas .partner .helper,
#sec-empresas-participantes .partner .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#sec-partners .partner img,
#sec-empresas .partner img,
#sec-empresas-participantes .partner img {
  height: auto;
  max-width: 100%;
  max-height: 140px;
  vertical-align: middle;
}
#sec-partners .partners-cat,
#sec-empresas .partners-cat {
  margin-bottom: 30px;
}

#sec-partners .box-agrupador {
  display: flex;
  margin-bottom: 40px;
}

#sec-partners .box-agrupador__categoria h4 {
  margin-bottom: 4px;
}

#sec-partners .box-agrupador__contenedor-empresas {
  display: flex;
  flex-wrap: wrap;
}

#sec-partners .box-agrupador__contenedor-empresas .partner {
  width: 30vh;
}

@media screen and (max-width: 1200px) {
  #sec-partners .box-agrupador__contenedor-empresas .partner {
    width: 20vh;
  }
}

@media screen and (max-width: 992px) {
  #sec-partners .box-agrupador__contenedor-empresas .partner {
    width: 15vh;
  }
}

@media screen and (max-width: 768px) {
  #sec-partners .box-agrupador {
    display: block;
    margin-bottom: 0px;
  }

  #sec-partners .box-agrupador__contenedor-empresas .partner {
    width: 100%;
  }
}

#sec-sede {
  min-height: 600px;
}
#sec-sede .colorlib-heading {
  height: 60%;
  margin: 0;
  padding-top: 40px;
  padding-left: 30px;
}
#sec-sede .colorlib-heading h4 {
  margin: 0;
}
#sec-sede .map {
  width: 100%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#sec-sede .info {
  height: 600px;
  padding: 0;
}
#sec-sede .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 0;
  background: none;
}
#sec-sede .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: #000;
}
#sec-sede .slides {
  position: relative;
  overflow: hidden;
}
#sec-sede .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#sec-sede .slides li .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  background: #000;
}

#sec-home.evento {
  position: relative;
}
#sec-home.evento p.fecha {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
#sec-home.evento p.location {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #sec-home.evento p.location {
    font-size: 11px;
  }
}
#sec-home.evento p.location .wrapper {
  background: #051d35a3;
  padding: 12px 26px 16px 26px;
  border-radius: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sec-home.evento p.location .wrapper {
    padding: 10px 14px 12px 14px;
  }
}
#sec-home.evento p.location .f-mes {
  text-transform: uppercase;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #sec-home.evento p.location .f-mes {
    font-size: 10px;
  }
}
#sec-home.evento p.location i {
  width: 35px;
  height: 35px;
  background-size: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #sec-home.evento p.location i {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
#sec-home.evento .slider-text-inner-shared {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.countdown {
  margin: 10px 0 30px 0;
}
.countdown .wrapper-items {
  margin: 0 auto;
  width: auto;
  display: inline-block;
}
.countdown .item {
  float: left;
  padding: 0px 30px;
  font-family: "Open Sans Condensed", sans-serif;
}
@media screen and (max-width: 480px) {
  .countdown .item {
    padding: 0px 15px;
  }
}
.countdown .item.separador {
  border-right: 1px solid #737373;
}
.countdown .item span {
  display: block;
}
.countdown .item span.time {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .countdown .item span.time {
    font-size: 20px;
  }
}
.countdown .item span.label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .countdown .item span.label {
    font-size: 11px;
  }
}

#sec-contacto .sbl-button,
#colorlib-inscribase .sbl-button {
  margin-top: 40px;
}
#sec-contacto input,
#sec-contacto textarea,
#sec-contacto select,
#colorlib-inscribase input,
#colorlib-inscribase textarea,
#colorlib-inscribase select {
  background: transparent;
  border: none;
  color: #ffffff;
  background: #19446f;
}
#sec-contacto input::placeholder,
#sec-contacto textarea::placeholder,
#sec-contacto select::placeholder,
#colorlib-inscribase input::placeholder,
#colorlib-inscribase textarea::placeholder,
#colorlib-inscribase select::placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#sec-contacto input::-webkit-input-placeholder,
#sec-contacto textarea::-webkit-input-placeholder,
#sec-contacto select::-webkit-input-placeholder,
#colorlib-inscribase input::-webkit-input-placeholder,
#colorlib-inscribase textarea::-webkit-input-placeholder,
#colorlib-inscribase select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
#sec-contacto input::-moz-placeholder,
#sec-contacto textarea::-moz-placeholder,
#sec-contacto select::-moz-placeholder,
#colorlib-inscribase input::-moz-placeholder,
#colorlib-inscribase textarea::-moz-placeholder,
#colorlib-inscribase select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#sec-contacto input:-ms-input-placeholder,
#sec-contacto textarea:-ms-input-placeholder,
#sec-contacto select:-ms-input-placeholder,
#colorlib-inscribase input:-ms-input-placeholder,
#colorlib-inscribase textarea:-ms-input-placeholder,
#colorlib-inscribase select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
#sec-contacto input:-moz-placeholder,
#sec-contacto textarea:-moz-placeholder,
#sec-contacto select:-moz-placeholder,
#colorlib-inscribase input:-moz-placeholder,
#colorlib-inscribase textarea:-moz-placeholder,
#colorlib-inscribase select:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#sec-contacto input,
#sec-contacto select,
#colorlib-inscribase input,
#colorlib-inscribase select {
  height: 42px;
}
#sec-contacto textarea,
#colorlib-inscribase textarea {
  height: 330px;
}

a,
a:hover,
a:visited,
a:link,
a:active {
  color: #ffffff;
}

#sec-nosotros a {
  color: var(--primary-color);
}
#sec-nosotros a:hover,
#sec-nosotros a:visited,
#sec-nosotros a:link,
#sec-nosotros a:active {
  color: var(--primary-color);
}
#sec-nosotros a:hover {
  text-decoration: underline;
}

.flag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

#sec-contacto .has-error input,
#sec-contacto .has-error select,
#sec-contacto .has-error textarea,
#colorlib-inscribase .has-error input,
#colorlib-inscribase .has-error select,
#colorlib-inscribase .has-error textarea {
  background: #c76565 !important;
}
#sec-contacto .notificacion,
#colorlib-inscribase .notificacion {
  background: #32a8d7;
  padding: 20px;
  border-radius: 4px;
}
#sec-contacto .notificacion.ko,
#colorlib-inscribase .notificacion.ko {
  background: #c76565;
}

#politica-y-privacidad {
  margin: 120px auto 80px auto;
}

.l-text-padding {
  padding-left: 50px;
}

.r-text-padding {
  padding-right: 50px;
}

/* cookies poliity */
.cc-cookies {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.6em 5%;
  background: var(--background-color);
  opacity: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  z-index: 99999;
  text-align: center;
  color: #fff;
}

.cc-cookies .cc-cookie-accept {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: var(--primary-color);
  color: #fafafa;
  border: none;
  padding: 6px 16px;
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
}
.cc-cookies .cc-cookie-accept:hover {
  color: #fafafa;
  background: var(--primary-color);
}

.cc-cookies a:hover {
  text-decoration: none;
}

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}

.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #fff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept,
  .cc-cookies a.cc-cookie-decline,
  .cc-cookies a.cc-cookie-reset {
    display: block;
    margin: 1em 0;
  }
}
@media screen and (max-width: 480px) {
  .cc-cookies {
    position: relative;
    float: left;
  }
}

/*# sourceMappingURL=style.css.map */

/* INICIO CARD-PARTICIPANTE */
.card-participante {
  margin: 16px 0;
}

.card-participante__img {
  max-height: 260px !important;
  display: block;
  background-position: top center;
  background-size: cover;
  border-radius: 16px;
}

.card-participante__cover-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.card-participante__cover-img:hover {
  background: rgba(255, 255, 255, 0.2);
}

.card-participante__social {
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  text-align: center;

  background-color: #051d35 !important;
}

.card-participante__desc {
  padding: 8px 0;
}

.card-participante__nombre {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: -1%;
}

.card-participante__flag-nombre {
  margin-bottom: 4px;
}

.card-participante__profesion {
  display: block;
  line-height: 18px;
  color: #ffffff;
  font-size: 10px;
}

.card-participante__sociales {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.card-participante__empresa-wrapper-img {
  max-width: 60px;
  height: 40px;
  padding: 2px 4px;
  background: #fff;
  height: 32px;
  white-space: nowrap;
  border-radius: 6px;
  align-items: center;
  display: flex;
}

.card-participante__empresa-img {
  height: auto;
  max-width: 100%;
  max-height: 28px;
}

.sbl-modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sbl-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
/* FIN CARD-PARTICIPANTE */

/* INICIO SBL-MODAL */
.sbl-modal__dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.sbl-modal__content {
  background: #040e1a;
}

.sbl-modal__header,
.sbl-modal__footer {
  border: none;
}

.sbl-modal__cerrar-btn {
  color: #fff;
  background: #33a8d7;
}
/* FIN SBL-MODAL */

/* INICIO SECCION SEDE */
.sede {
}

.sede__info {
  padding: 24px;
}

.sede__nombre {
  font-size: 24px;
  text-transform: uppercase;
}

.sede__direccion {
  font-size: 18px;
}

.sede__tag-dias {
  display: inline-block;
  background: #33a8d7;
  border-radius: 18px;
  padding: 4px 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

/* FIN SECCION SEDE */

/* INICIO SECCION PROGRAMA */
.seccion-programa {
}

.programa-fechas {
}

.programa-fecha {
}

.programa-fecha__sede {
  font-size: 18px;
  margin-bottom: 8px;
}

.programa-fecha__sede a:hover {
  text-decoration: underline;
}

/* FIN SECCION PROGRAMA */

.sedes-evento-carousel__controls {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
}

.sedes-evento-carousel__control {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 10px;
  cursor: pointer;
}

.sedes-evento-carousel__control.active {
  background: #33a8d7;
  cursor: default;
}

#sec-sede .splide__slider {
  height: 600px;
}

@media screen and (max-width: 768px) {
  .splide__slider {
    height: auto;
  }
}

.testimonio {
  display: flex;
}

.testimonio__wrapper-img {
  width: 50%;
  height: 400px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonio__wrapper-img img {
  width: 60%;
}

.testimonio__wrapper-texto {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 0 42px;
}

.testimonio__comillas {
  font-size: 64px;
  margin-bottom: 18px;
  line-height: 0;
  font-style: italic;
  margin-left: -12px;
}

.testimonio__texto {
  font-style: italic;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .testimonio {
    flex-direction: column;
    align-items: center;
  }
  .testimonio__wrapper-img {
    width: 80%;
  }
  .testimonio__wrapper-texto {
    width: 80%;
    margin-top: 32px;
    padding: 16px 0 0 0;
  }
  .testimonio__texto {
    font-size: 18px;
  }
}

#highlights {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.highlight-item {
  background-color: var(--background-color-secondary);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.highlight-item__circle {
  width: 75px;
  height: 75px;
  background-color: var(--primary-color);
  border-radius: 100%;
  margin-bottom: 8px;
}

.highlight-item__title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.highlight-item__text {
  font-size: 14px;
  font-weight: 400;
}


@media (max-width: 768px) {
  #brand img {
    width: 160px;
  }
}

