@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/AmazonEmber-Light.woff2') format('woff2'),
        url('../fonts/AmazonEmber-Light.woff') format('woff'),
        url('../fonts/AmazonEmber-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/AmazonEmber-Regular.woff2') format('woff2'),
        url('../fonts/AmazonEmber-Regular.woff') format('woff'),
        url('../fonts/AmazonEmber-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/AmazonEmber-Bold.woff2') format('woff2'),
        url('../fonts/AmazonEmber-Bold.woff') format('woff'),
        url('../fonts/AmazonEmber-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: "Amazon Ember", sans-serif;
  color: #444444;
}

a {
  color: #242F3E;
  text-decoration: underline;
}

a:hover {
  color: #242F3E;
  text-decoration: underline;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #47b2e4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Fixed Button
--------------------------------------------------------------*/
.btn-bottom {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #30beac;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
}
.btn-bottom:hover {
  background: #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 26px 0;
  background:transparent;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #131921;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 45px;
}
/*#about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%);
}*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Amazon Ember", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #99f1ff;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #47b2e4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
	background: #708ffc;
    padding: 5px 24px;
    color: #ffffff;
    transition: 0.4s;
    border-radius: 0;
	font-size: 16px;
	border:none;
	text-decoration: none;
}

.get-started-btn:hover {
	background: #5a7efb;
	text-decoration: none;
}

/*@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}*/

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: rgba(10,11,34,0.8);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero{
    position: relative;
    height: 550px;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-position: 50% 50%;*/
    background-position: top;
}
 #hero .container {
  padding-top: 72px;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
#hero h1 span{
  font-weight: 700;
}

#hero h4 {
  color: #ffffff;
}

#hero p {
    font-size: 15px;
    padding-right: 20px;
    color: #ffffff;
}

#hero p span{
  color: #37517e;
  font-size: 18px;
}

#hero .img-small-hidden{
  max-width: 30%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #hero {
    position: relative;
    height: 450px;
    /*background-image: url("../img/header_mobile.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 30% 50%;
  }
  #hero .container {
    padding-top: 45px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #hero p span{
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section.short {
  padding: 10px 0 30px;
  overflow: hidden;
}

.webp .section-bg {
  background: url("../img/synnex_bg_web-01.webp") fixed center center;
  background-size: cover;
  width: 100%;
}
.no-webp .section-bg {
  background: url("../img/synnex_bg_web-01.jpg") fixed center center;
  background-size: cover;
  width: 100%;
}
.section-bg-color {
  background-color: #f3f5fa;
}
.section-bg-video {
  background-color: #0b72b1;
}

.section-title, .section-title-thanks {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2, .section-title-thanks h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2{
  color: #000;
}

.section-title-thanks h2{
  color: #fff;
}

.section-title h2 span{
  display: block;
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  color: #209dd8;
}
.section-title-thanks h2 span{
  display: block;
  font-size: 22px;
  font-weight: 100;
  text-transform: none;
  color: #fff;
}

.section-title-thanks h2 span{
  padding-top: 20px;
}

.section-title h2::before, .section-title-thanks h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #015aa7;;
  bottom: 1px;
  left: calc(50% - (120px / 2)) !important;
}

.section-title h3{
  font-size: 21px;
  font-family: "Amazon Ember", sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h3 span{
  display: block;
  font-size: 20px;
  font-weight: 100;
  text-transform: none;
  color: #209dd8;
}

.section-title p {
  margin-bottom: 0;
  color: #000;
  font-size: 20px;
  font-weight: 100;
}
.icon:before{
    color: #005aa7;
    font-size: 80px;
    text-align: center !important;
}
.azure:before{
    color: #fff;
    font-size: 60px;
    text-align: center !important;
}
.carrusel {
    background: #005aa7;
    padding: 25px;
    border-radius: 0px;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carrusel  p{
    font-size: 15px;
    color: #fff7f7;
    text-align: justify;
}
.carrusel h2::after{
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    margin-top: 10px;
}
.carrusel h2{
    color: #fff;
    font-size: 25px;
}
.carousel-item .col-md-4 {
    padding: 0 30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 20px;
}


.carousel-indicators li {
    background-color: #47b2e4;
}
.carousel-indicators {
    margin-bottom: -20px;
}
.carousel-control-next, .carousel-control-prev {
    color: #47b2e4 !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2347b2e4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2347b2e4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
  background: #f4f4f4;
	padding: 60px 0px 40px;
}
.about .content p {
  text-align: left;
  padding-right: 20px;
  color: #242F3E;
  line-height: 1.2em;
  font-weight: normal;
}
.about .content label {
  text-align: justify;
  padding-right: 20px;
  color: #242F3E;
  line-height: 1.2em;
  font-weight: normal;
}
.about .content span{
  color: #708efc;
  line-height: 1.2em;
  font-weight: bold;
}
.about .content h4 {
  font-weight: bold;
  font-size:1.3em;
  color: #242F3E;
}

/*-----------------
#Challenges
-----------------*/
#challenges{
  background: #f4f4f4;
	padding: 60px 0px 40px;
}
.challenge  p {
  text-align: justify;
  padding-right: 20px;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: normal;
}
.challenges .content label {
  text-align: justify;
  padding-right: 20px;
  color: #242F3E;
  line-height: 1.2em;
  font-weight: normal;
}
.challenges .content span{
  color: #232f3e;
  line-height: 1.2em;
  font-weight: bold;
}

.challenge h4 {
  font-weight: bold;
  font-size:1.3em;
  color: #ffffff;
}
.challenge {
    background: #81d1ea;
    height: 100%;
}
/*-----------------
#speakers
-----------------*/
#speakers{
  background: #f4f4f4;
	padding: 0px 0px 40px;
}
.speaker  p {
  text-align: justify;
  padding-right: 20px;
  color: #232f3e;
  line-height: 1.2em;
  font-weight: normal;
}
.speakers .content label {
  text-align: justify;
  padding-right: 20px;
  color: #242F3E;
  line-height: 1.2em;
  font-weight: normal;
}
.speakers .content span{
  color: #708efc;
  line-height: 1.2em;
  font-weight: bold;
}

.speaker h4 {
  font-weight: bold;
  font-size:1.3em;
  color: #232f3e;
}
.speaker {
    background: #f4f4f4;
    height: 100%;
}
#speakers img {
    width: 90px;

    margin-bottom: 10px;
}
/*-----------------
#faqs
-----------------*/
#faqs{
  background: #f4f4f4;
	padding: 60px 0px 40px;
}
.faqs  p {
  text-align: justify;
  padding-right: 20px;
  color: #ffffff;
  line-height: 1.2em;
  font-weight: normal;
}
.faqs .content label {
  text-align: justify;
  padding-right: 20px;
  color: #242F3E;
  line-height: 1.2em;
  font-weight: normal;
}
.faqs .content span{
  color: #232f3e;
  line-height: 1.2em;
  font-weight: bold;
}

.faqs h4 {
  font-weight: bold;
  font-size:1.3em;
  color: #ffffff;
}
.faqs {
    background: #81d1ea;
    height: 100%;
}

.btn-link {
    font-weight: 700;
    color: #232f3e;
    text-decoration: none;
}

.btn-link:hover {
    font-weight: 700;
    color: #81d1ea;
}
#video{
	padding: 0 0 60px;
}
#registro {
    /* background: url(../img/t3s_form_bg.webp) no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
    padding: 40px 30px;
/*    display: block;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;*/
    background: rgba(0,0,0,0.75);
    z-index: 999;
	overflow: auto;
}
.registro .content p {
  text-align: justify;
  padding-right: 20px;
  color: #000;
  line-height: 1.8em;
}

.registro .content p span{
  color: #060073;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.registro .content h2 {
  font-weight: 300;
  color: #FFFFFF;
}
.registro .content h4 {
  font-weight: 300;
  color: #FFFFFF;
  font-size:1.2em;
}
.registro .content p {
  font-weight: 300;
  line-height:1.2;
}
.registro .hero-form{
  background: #78be20;
  padding: 20px;
  border-radius: 10px;
}

.registro .hero-form .php-email-form {
  width: 100%;
  padding: 10px;
}

.registro .hero-form .php-email-form .form-group {
  padding-bottom: 8px;
}

.registro .hero-form .php-email-form .validate {
  display: none;
  color: yellow;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.registro .hero-form .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.registro .hero-form .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.registro .hero-form .php-email-form .loading {
  display: none;
  background: none;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.registro .hero-form .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.registro .hero-form .php-email-form input, .registro .hero-form .php-email-form textarea {
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.registro .hero-form .php-email-form input:focus, .registro .hero-form .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.registro .hero-form .php-email-form label, .registro .hero-form .php-email-form i {
  color: #fff;
}

.registro .hero-form .php-email-form input[type="text"] {
  height: 35px;
}

.registro .hero-form .php-email-form input[type="checkbox"] {
  height: 19px;
}

.registro .hero-form .php-email-form textarea {
  padding: 10px 12px;
}

.registro .hero-form .php-email-form button[type="submit"] {
  background: none;
  border: 2px solid #fff;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
}

.registro .hero-form .php-email-form button[type="submit"]:hover {
  background: #209dd8;
  border: 2px solid #209dd8;
}

#experiencia{
    background: #78be20;
	padding: 40px 0px;
}
.experiencia .content p {
  text-align: justify;
  padding-right: 20px;
  color: #000;
  line-height: 1.8em;
}

.experiencia .content p span{
  color: #060073;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.experiencia h2 {
  font-weight: 300;
  color: #ffffff;
}
.experiencia .content h4 {
  font-weight: 300;
  font-size:1.2em;
  color: #ffffff;
}
#workspace{
    background: #1f2b31;
	padding: 40px 0px;
}
.workspace p {
/*  text-align: justify;*/
  color: #ffffff;
}

.workspace .content p span{
  color: #060073;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.workspace h2 {
  font-weight: 300;
  color: #ffffff;
}
.workspace .content h4 {
  font-weight: 300;
  font-size:1.2em;
  color:#ffffff;
}
#promos:after {
    content: "";
    position: absolute;
    margin-top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right,#6fbe2e 19%,#00bbd6 43%,#0f61a9 57%,#5a39a0 81%);
}
#productos{
    background: #ffffff;
	padding: 40px 0px;
}
.productos .content p {
/*  text-align: justify;*/
  color: #565656;
  line-height: 1.2em;
}

.productos .content p span{
  color: #565656;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.productos .content h2 {
  font-weight: 300;
  color: #78be20;
}
.productos .content h4 {
  font-weight: 300;
  font-size:1.2em;
  color:#565656;
}
#alianza{
    background: #0c1a32;
	padding: 40px 0px;
}
.alianza .content p {
  text-align: justify;
  padding-right: 20px;
  color: #000;
  line-height: 1.8em;
}

.alianza .content p span{
  color: #060073;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 100;
}

.alianza .content h2 {
  font-weight: 300;
  color: #ffffff;
}
.alianza .content h4 {
  font-weight: 300;
  font-size:1.2em;
  color: #ffffff;
}
@media (max-width: 992px) {
  .about .content p {
    padding-right: 0px;
  }
}

.about .date-time{
  text-align: center;
  border:1px solid #ddd;
  padding: 15px;
  border-radius: 15px;
}
.about .date-time h3{
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-family: "Amazon Ember", sans-serif;
}
.about .date-time h3 span{
  font-size: 17px;
  color: #209dd8;
  font-weight: 100;
  display: block;
}

/*--------------------------------------------------------------
# Agenda Section
--------------------------------------------------------------*/
.agenda{
  padding: 40px 0px;
}

.agenda .schedule {
  border-top: 1px solid #f3f5fa;
  padding: 0px 0 60px 0;
}

.agenda .schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

.agenda .schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

.agenda .schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #f3f5fa;
  color: #000;
  padding: 10px 100px;
}

@media (max-width: 991px) {
  .agenda .schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  .agenda .schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  .agenda .schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

.agenda .schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

.agenda .schedule .sub-heading {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin: 0px 0px 20px;
}

@media (min-width: 991px) {
  .agenda .schedule .sub-heading {
    width: 75%;
  }
}

.agenda .schedule .tab-pane {
  transition: ease-in-out .2s;
}

.agenda .schedule .schedule-item {
  border-bottom: 1px solid #f3f5fa;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

.agenda .schedule .schedule-item:hover {
  background-color: #f3f5fa;
}

.agenda .schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  color: #000;
}

.agenda .schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.agenda .schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.agenda .schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.agenda .schedule .schedule-item h4 span {
  font-style: italic;
  color: #209dd8;
  font-weight: normal;
  font-size: 16px;
}

.agenda .schedule .schedule-item p {
  color: #209dd8;
  margin-bottom: 0;
  font-weight: 100;
}

/*--------------------------------------------------------------
# Programa
--------------------------------------------------------------*/
.programa .item{
  background: #fff;
  padding: 25px;
  border-radius: 0px;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.programa .subtitle{
  width: 100%;
}
.programa .subtitle h3{
  font-size: 30px;
  color: #209dd8;
  padding: 20px 20px 20px 0px;
}

.programa .item h2{
  font-size: 40px;
  color: #209dd8;
  text-transform: uppercase;
}
.programa .item h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  margin-top: 10px;
}
.programa .item h3{
  font-size: 18px;
  color: #209dd8;
}
.programa .item p{
  font-size: 15px;
  color: #000;
  text-align: justify;
}
.programa .item p span{
  display: block;
}
.programa .item p em{
  font-weight: 700;
}
.programa .item ul{
  list-style: none;
  padding-left: 0px;
  font-size: 15px;
  color: #000;
}
.programa .item ul li{
  padding-bottom: 10px;
}
.programa .item ul i{
  color: #209dd8;
}
.programa .item .cta-btn{
  background: none;
  border: 2px solid #209dd8;
  padding: 12px 34px;
  color: #209dd8;
  transition: 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
}

.programa .item .cta-btn:hover {
  background: #209dd8;
  border: 2px solid #209dd8;
  color: #fff;
}

.programa .item-aditional{
  background: #262626;
  padding: 30px 40px 20px;
  border-radius: 10px;
  width: 100%;
}

.programa .item-aditional h2{
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.programa .item-aditional p{
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.programa .content ul {
  list-style: none;
  padding: 0;
}

.programa .content ul li {
  padding-left: 28px;
  position: relative;
  text-align: justify;
  font-size: 15px;
  color: #000;
}

.programa .content ul li + li {
  margin-top: 10px;
}

.programa .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

#contacto {
    background: #209dd8;
    padding: 30px 0;
    color: #fff}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon img {
  width: 100%;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  font-family: "Amazon Ember", sans-serif;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}
.cta-btn {
    background: #78be20;
    border: 1px solid #78be20;
    padding: 7px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 20px 0px;
	font-size:15px
}
.cta-btn:hover {
    background: #ffffff;
    border: 1px solid #78be20;
    color: #78be20;
}
#barra .cta-btn {
    background: none;
    border: 2px solid #fff;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 20px 0px;
}
.services .cta-btn{
  background: none;
  border: 2px solid #209dd8;
  padding: 12px 34px;
  color: #209dd8;
  transition: 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 20px 0px;
}

.services .cta-btn:hover {
  background: #209dd8;
  border: 2px solid #209dd8;
  color: #fff;
}
.services h4{
  font-size: 23px;
  color: #209dd8;
  padding: 15px 0px;
}

/*--------------------------------------------------------------
# Programa
--------------------------------------------------------------*/
.conoce p{
  color: #000;
  text-align: justify;
}
.conoce h3{
  font-size: 28px;
  color: #209dd8;
  text-align: left;
}
.conoce .column-chart {
  position: relative;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 550px;
  margin-top: 40px;
  margin-left: -50%;
  background: #f1f1f1;
}
.column-chart:before,
.column-chart:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: calc(100% + 30px);
  height: 25%;
  margin-left: -15px;
  border-top: 1px dashed #b4b4b5;
  border-bottom: 1px dashed #b4b4b5;
}
.conoce .column-chart > .chart {
  position: relative;
  z-index: 20;
  bottom: 0;
  left: 50%;
  width: 98%;
  height: 100%;
  margin-left: -49%;
}
.conoce .column-chart > .chart > .item {
  position: relative;
  float: left;
  height: 100%;
  width: 25%;
}
.conoce .column-chart > .chart > .item:before {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% + 15px);
  border-right: 1px dashed #b4b4b5;
}

.conoce .column-chart > .chart > .item > .bar {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 94%;
  height: 100%;
}

.conoce .column-chart > .chart > .item > .bar > .item-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  color: #fff;
  background: #005aa7;
  font-size: 10px;
  padding: 20px;
  overflow:auto;
}

.conoce .column-chart > .chart > .item > .bar > .item-progress h2{
  font-size: 20px;
}
.conoce .column-chart > .chart > .item > .bar > .item-progress p{
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.conoce .column-chart > .chart > .item > .bar > .item-progress ul{
  font-size: 12px;
  list-style: none;
  padding-left: 0px;
}

@media (max-width: 575px) {
  .conoce .column-chart > .chart > .item > .bar > .item-progress h2{
    font-size: 12px;
  }
  .conoce .column-chart > .chart > .item > .bar > .item-progress p{
    font-size: 10px;
    line-height: 14px;
  }
  .conoce .column-chart > .chart > .item > .bar > .item-progress ul{
    font-size: 10px;
  }
  .conoce .column-chart > .chart > .item > .bar > .item-progress ul span,
  .conoce .column-chart > .chart > .item > .bar > .item-progress ul i{
    display: none;
  }
  .fa-ul{
    margin-left: 0px;
  }
}

.conoce .item-aditional{
  background: #262626;
  padding: 25px;
  border-radius: 0px;
  width: 100%;
}

.conoce .item-aditional h2{
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.conoce .item-aditional p{
  font-size: 15px;
  color: #fff;
  text-align: left;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(45deg, rgba(189, 45, 241, 0.5), rgba(40, 58, 90, 0.9)), url("../img/re-writing_and_powering.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Amazon Ember", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.synnex {
  background: #fff;
  background-size: cover;
  padding: 80px 0;
}
.synnex p{
  color: #000;
}
.synnex h2{
  font-size: 25px;
  color: #060073;
}
.synnex i{
  color: #47b2e4;
}
.synnex .cta-btn{
  background: none;
  border: 2px solid #209dd8;
  padding: 12px 34px;
  color: #209dd8;
  transition: 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 20px 0px;
}

.synnex .cta-btn:hover {
  background: #209dd8;
  border: 2px solid #209dd8;
  color: #fff;
}

/*--------------------------------------------------------------
# Thanks Section
--------------------------------------------------------------*/
.thanks {
  width: 100%;
  height: 91vh;
  background: linear-gradient(45deg, rgba(189, 45, 241, 0.5), rgba(0, 0, 0, 0.8)), url("../img/re-writing_and_powering.jpg") no-repeat;
  background-size: cover;
}
.thanks .img-small-hidden{
  max-width: 30%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #131A22;
  color: #ffffff;
}
#footer2 {
  font-size: 14px;
  background: #232F3E;
  color: #ffffff;
  padding: 20px;
}

#footer a{
	color: #dddddd;
	padding: 8px;
	text-align: right;
	text-decoration: none;
}
#footer .footer-newsletter {
  padding: 30px 0;
  background: linear-gradient(rgba(41, 33, 193,0.9), rgba(32, 157, 216,0.9)), url("../img/tech_sales_westcon.jpg") top center;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter img {
  max-width: 120px;
  display: inline-block;
  margin: 0px 10px;
}

#footer .footer-newsletter h4 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
	color: #727074;
  text-transform: uppercase;
}

#footer .footer-newsletter p {
	color: #ffffff;
  font-size: 20px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-newsletter .cta-btn{
  background: none;
  border: 2px solid #fff;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 20px 0px;
}

#footer .footer-newsletter .cta-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Amazon Ember", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
	color: #dddddd;
	font-size: 12px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center !important;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
.row-gray.active {
    background: #f4f4f4;
    box-shadow: 1px 6px 10px 0px #c5c5c5;
}
.row-gray:hover{
  background:#f4f4f4;
  cursor: pointer;
}
.row-gray span {
    color: #78be20;
    font-size: 12px;
    font-weight: 600;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}

.php-email-form .error-message {
  display: none;
  color: #242F3E;
  background: #F79092;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #242F3E;
  background: #58cbbf;
  text-align: center;
  padding: 15px;
  font-weight: normal;
}

.php-email-form .loading {
  display: none;
  background: none;
  color: #242F3E;
  text-align: center;
  padding: 15px;
}
