/**
* Template Name: Arsha - v2.0.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700&display=swap');




/*--------------------------------------------------------------
# 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: 15px 0;
  /*background: #000000;*/
}

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

#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: 70px;
}
/*#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: "Montserrat", 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: none;
    border: 2px solid #fff;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}

.get-started-btn:hover {
	background: #209dd8;
	color:#ffffff;
    border: 2px solid #209dd8;
}
.get-started-btn2 {
    background: none;
    border: 2px solid #78be20;
    padding: 12px 34px;
    color: #78be20;
    transition: 0.4s;
    border-radius: 5px;
    text-transform: uppercase;
    width: 298px;
    display: block;
    margin: 0 auto;
}
.get-started-btn2:hover {
	background: #78be20;
	color:#ffffff;
    border: 2px solid #78be20;
}

@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;
  display:none
}

.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
--------------------------------------------------------------*/
.webp #hero {
  width: 100%;
  height: 600px;
  background:url("../img/header.webp") no-repeat;
  background-size: cover;
    background-position: center center;
}
.no-webp #hero {
  width: 100%;
  height: 600px;
  background:url("../img/header.jpg") no-repeat;
  background-size: cover;
}
.v45 {
  width: 100%;
  height: 600px;
  background:url("../img/background_header.png") no-repeat;
  background-size: cover;
  background-position: right top;
}
 #hero .container {
  padding-top: 72px;
}
#hero h1 {
    margin: 0 0 10px 0;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
#hero h1 span{
  font-weight: 700;
}

#hero h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 35px;
}

#hero p {
    font-size: 25px;
    padding-right: 20px;
    color: #fff;
}

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

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

@media (max-width: 991px) {
  #hero {
    height: 400px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #hero p span{
    font-size: 12px;
  }
.webp #about{
  background:#ffffff !important;
	padding: 40px 0px;
}
.no-webp #about{
  background:#ffffff !important;
	padding: 40px 0px;
}
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 52px;
    line-height: 1;
    margin-top: -40px;
    margin-left: -40px;
  }
  #hero h2 {
    font-size: 20px;
    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);
  }
}

/*--------------------------------------------------------------
# New Hero Section
--------------------------------------------------------------*/
#new-hero {
  width: 100%;
  height: 600px;
  background:linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("../img/header-vmware.jpg") no-repeat;
  background-size: cover;
  background-position: right center;
}

#new-hero .container {
  padding-top: -10px;
}

#new-hero h1 {
  margin: 0 0 10px 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#new-hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: none;
  border:4px solid #fff;
}

#new-hero .btn-get-started:hover {
  background: #4cbfba;
  border:4px solid #4cbfba;
  text-decoration: none;
}

#new-hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0 8px 40px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  position: relative;
}

#new-hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: 0.3s;
}

#new-hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#new-hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #new-hero {
    height: 100vh;
    text-align: center;
  }
  #new-hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #new-hero .hero-img {
    text-align: center;
  }
  #new-hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #new-hero {
    background-position: center center;
  }
  #new-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #new-hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  #new-hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #new-hero h1 {
    font-size: 48px;
    line-height: 50px;
  }
  #new-hero h2 {
    font-size: 25px;
    line-height: 25px;
  }
  #new-hero .hero-img img {
    width: 80%;
  }
  #new-hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #new-hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #new-hero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

@-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: "Montserrat", 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
--------------------------------------------------------------*/
.webp #about{
  background:url("../img/t3s_bg_1.webp") no-repeat;
  background-size: cover;
  background-position: center center;;
	padding: 60px 0px 40px;
}
.no-webp #about{
  background:url("../img/t3s_bg_1.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
	padding: 40px 0px;
}
.about .content p {
  text-align: justify;
  padding-right: 20px;
  color: #000;
  line-height: 1.8em;
}

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

.about .content h2 {
  font-weight: 300;
  color: #78be20;
}
.about .content h4 {
  font-weight: 300;
  font-size:1.2em;
}
.about .content p {
  font-weight: 300;
  line-height:1.2;
}
#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: #f7f7f7;
	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;
}
.productos_text{
  text-align: center;
  color: #243974;
}
.fa{
  font-size: 30px;
  color: #78be20;
}
i.fa.fa-envelope {
    text-align: center;
    display: block;
}
#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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
}

/*--------------------------------------------------------------
# Iconos
--------------------------------------------------------------*/
.icon-section{
  padding: 100px 0px 100px 0px;
  background: linear-gradient(45deg, rgba(36, 57, 116, 1), rgba(36, 57, 116, 0.5)),url("../img/header.jpg") center center fixed;
  background-size: cover;
}
.icon-section h2{
  color: #8ebe21;
  font-size: 73px;
}

.icon-section h6{
  color: #000;
  font-size: 25px;
}

.icon-section p{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.icon-section .title-category{
  text-align: center;
  padding-bottom: 20px;
}

.icon-section .title-category h2{
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

.icon-section .title-category h2 span{
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  display: block;
}

.icon-section .icon-box {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  width: 100%;
  cursor: pointer;
}

.icon-section .icon-box .icon {
  margin-bottom: 10px;
  text-align: center;
}
.icon-section .icon-box .icon img{
  width: 130px;
}

.icon-section .icon-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.icon-section .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.icon-section .icon-box p span{
  display: block;
}

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

.icon-section h3{
  font-size: 30px;
  font-family: 'Museo Sans 900';
  line-height: 40px;
  text-align: center;
  color: #000;
  padding: 15px 0px;
}
.icon-section h3 span{
  display: block;
  font-family: 'Museo Sans 100';
}

.icon-section .icon-box-premios {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

.icon-section .icon-box-premios .icon {
  margin-bottom: 10px;
  text-align: center;
}
.icon-section .icon-box-premios .icon img{
  width: 300px;
}

.icon-section .icon-box-premios h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.icon-section .icon-box-premios h4 span{
  display: block;
}

.icon-section .icon-box-premios p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.icon-section .icon-box-premios p span{
  font-family: 'Museo 700';
}

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

@media (max-width: 772px) {
  .icon-section h3{
    font-size: 24px;
    line-height: 30px;
  }
  .icon-section h2{
    color: #8ebe21;
    font-size: 40px;
  }
  .icon-section .title-category h2{
    text-align: center;
  }
  .icon-section .title-category h2 span{
    text-align: center;
    display: block;
  }
  .icon-section .icon-box {
    padding: 20px 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #232f3e;
  color: #727074;
  -webkit-box-shadow: 2px -15px 24px 2px rgba(0,0,0,0.09);
-moz-box-shadow: 2px -15px 24px 2px rgba(0,0,0,0.09);
box-shadow: 2px -15px 24px 2px rgba(0,0,0,0.09);
}



#footer a{
	color: #727074;
	font-size: 25px;
	padding: 8px;
	text-align: right;
}
#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: #727074;
  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: "Montserrat", 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 {
  float: left;
	color: #727074;
}

#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: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

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

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

#gana{
  background: url(../img/bg_promo.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0px 40px;
}

#topgun{
  background: #1f2b31;
  padding: 40px;
}
#topgun h2{
  color: #fff;
}
#topgun .card{
  border-radius: 0px;
  border:none;
  transition: all ease-in-out 0.4s;
  z-index: 996;
}

#topgun .card .card-body{
  min-height: 150px;
}

#topgun .card:hover {
  transform: scale(1.1);
  z-index: 999;
}

#topgun .card .card-img, .card-img-top{
  border-radius: 0px;
}

#topgun h3{
  font-size: 15px;
  font-weight: 700;
}

#topgun p{
  font-size: 13px;
  color: #6fbe2e;
}
@media (max-width: 768px) {
  #topgun h3{
    font-size: 11px;
  }

  #topgun p{
    font-size: 10px;
  }
}
#soluciones{
	/*padding:50px;*/
	overflow:hidden;
}
#soluciones .form-control {/*custon Erik
    display: block;
    width: 100%;
    height: 35px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #8bc34a;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
#soluciones label {
    margin-bottom: 0.2rem;
    font-weight: 600;
    font-size: 13px;
}
