@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body{
    background: none repeat scroll 0 0 #fff;
    font-size: 16px;
    font-family: "Open Sans",Arial,sans-serif;
    color: #444; 
}
header{
  width: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 700; /*
    margin: -0.5em 0 -0.5em 0;*/
}
h1{
  font-size: 32px;
}
h1.section-title {
    color: #848484;
    /* font-size: 2.8em; */
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 0 1.25em;
    text-align: center;
    text-transform: uppercase;
}
.row{
  max-width: 1170PX;
  margin: 0 auto;
}
.container{
  padding-right: 0px; 
  padding-left: 0px; 
}
#hero{
  display: block;
  position: relative;
  padding-top: 50px;
  background:url(http://markovations.com/media/images/fondo-hero.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#hero p {
  margin-top: 20px;
  color: #fff;
  text-align: justify;
}
#hero img{
  margin-top: 35px;
}
#category>.row{
  background-color: #eceff1;
  box-shadow: 2px 2px 5px #BDBDBD;
  margin-bottom: 5px;
}
#category h3{
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 25px;
}
#category p{
  font-size: 15px;
  text-align: justify;
}
.block-category{
  margin: 20px auto;
  padding: 10px 30px;
}
#category .btn-primary{
  width: 100%;
  margin-bottom:20px;
  color: #003a5d;
  background-color: transparent;
  border: solid 1px #003a5d;
  border-radius: 15px;
}
#category .btn-primary:hover{
  color: #fff;
  background-color: #003a5d;
  border: solid 1px #003a5d;

}
.img-category img{
  width: auto;
}
a.btn-category{
  color:#003a5d;
  font-weight: 400;
  border: solid 1px #003a5d;
  padding: 5px 25px;
  border-radius: 10px;
  margin-bottom:20px;
  width: 300px;
}
a.btn-category:hover{
  color: #fff;
  border: solid 1px #003a5d;
  background-color: #003a5d;
}
.btn-info{
  background-color: #92c500;
  border: solid 1px #92c500;
}
.btn-info:hover{
  background-color: #64DD17;
  border: solid 1px #64DD17;
  color: #000;
}
.navbar{
  position: fixed;
  top: 0px;
  width: 100%;
}
.navbar-inverse{
 background-color: #032A43;
 border-color: #032A43;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
  }
.navbar-inverse .navbar-nav>li>a:hover {
    color: #212121;
    background-color: #fff;
  }
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #00537F;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.btn-meganenu{
  background-color: #92c500;
  line-height: 70px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 3px 3px #ababab;
  margin-bottom: 20px;
}
.btn-meganenu:hover{
  background-color: #AED581;
}
.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;
}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.carousel-control.right, .carousel-control.left{
  background-image:none !important;
}
.carousel-control .fa{
  color: #101010;
  padding:5px;
  font-size: 25px;
}
.products02{
  display: none;
}
.link-productos{
    padding: 5px;
    background-color: #f44336;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #b71c1c;
}
.link-productos a{
  color: #fff !important;
}
.fa-facebook-square{
  color: #fff;
  font-size: 28px !important;
}
.navbar-inverse .navbar-right>li>a:hover {
     background: none;
 }
.navbar-inverse .navbar-right>li>a>.fa:hover{
  color: #00E5FF;
}
ul.nav.navbar-nav{
  max-height: 50px;
  font-size: 14px;
}
.s-12.m-6.l-6 p{
  color: #222;
}
a.our-work-container.lightbox.margin-bottom{
  text-decoration: none;  
}
a.tab-label, a.tab-label:link, a.tab-label:visited{
  text-decoration: none;
}
a.color-btn2:hover, form.customform2 button.color-btn2:hover{
  text-decoration: none;  
}
.hidden{
  display: inherit !important;
}
#partnerscont{
  background-color: #00537F;
  display: block;
  padding: 0px 30px;
  padding-top: 10px;

}
#partnerscont>h2{
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
iframe#JotFormIFrame-73246168337663{
  max-height: 1120px;
}
h2.nclientes{
   font-size: 32px !important;
   margin-top: 0px !important;
   font-weight: 700 !important;
}
#ventaja01{
  padding: 0px 30px;
  background-color: #F5F5F5;
  position: relative;
  display: -webkit-box;
}
#ventaja01 h3{
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 300;
    font-size: 45px;
}
#ventaja01 p{
  text-align: justify;
  margin: 20px 0px;
}

#ventaja02{
  padding: 0px 30px;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
}
#ventaja02 h3{
    margin-bottom: 10px;
    margin-top: 50px;
    font-weight: 300;
     font-size: 45px;
}
#ventaja02 p{
  text-align: justify;
  margin: 20px 0px;
}
.col-sm-12.col-md-6.beneficio01 {
    float: right;
}
.col-sm-12.col-md-6.beneficio02 {
    float: left;
}
#soporte01{
    padding: 20px 30px;
    background-color: #FFFFFF;
    position: relative;
    display: -webkit-box;
}
#soporte01 h3{
	color: #fff;
	font-weight: 300;
}
#soporte02{
    padding: 20px 30px;
    background-color: #FFFFFF;
    position: relative;
    display: -webkit-box;
}
#content-soporte h3{
margin: 0px;
}
.tecnico{
  margin: 0 auto;
  max-width: 500px;
  background-color: #1E88E5;
  padding: 15px;
  margin-bottom: 20px;
}
.capacitacion{
  margin: 0 auto;
  max-width: 500px;
  background-color: #9CCC65;
  padding: 15px;
  margin-bottom: 20px;	
}
.tecnico img{
  max-height: 160px;
}/*
.tecnico .btn-descarga a{
  color: #1E88E5;
}*/
.capacitacion img{
  max-height: 160px;
}/*
.capacitacion .btn-descarga a{
  color: #9CCC65;
}/*
#soporte01 h3{
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}/*
.btn-descarga{
  width: 200px;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
  margin-top: 40px;
  background-color: #fff
}*/
.btn-descarga a{
	color: #fff;
    padding: 5px 45px;
    border: solid 1px;
    border-radius: 35px;
    margin-top: 35px;
    position: relative;
    display: block;
}
.tecnico .btn-descarga a:hover{
color: #1E88E5;
background-color: #fff;
}
.capacitacion .btn-descarga a:hover{
color: #9CCC65;
background-color: #fff;
}
.btn-descarga a{
  text-align: center;
  text-decoration:none;
}
.form-contacto i{
	margin-right: 10px;
}
/*:::::::::::::::::::::::::::::::::::::::::
                SCROLL BOX
::::::::::::::::::::::::::::::::::::::::*/

/*/////////////////////////////////////////////ESTILOS DE CHAT///////////////////////////////////////////////-*/
small{
  position: relative;
  padding: 15px 0px;
  display: block;
}
@-webkit-keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
}
}
@-moz-keyframes 
badbounce {  0%, 100% {
 -moz-transform: translateY(0px);
}
 10% {
 -moz-transform: translateY(6px);
}
 30% {
 -moz-transform: translateY(-4px);
}
 70% {
 -moz-transform: translateY(3px);
}
 90% {
 -moz-transform: translateY(-2px);
}
}
@keyframes 
badbounce {  0%, 100% {
 -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px);
 -ms-transform: translateY(0px);
 -o-transform: translateY(0px);
 transform: translateY(0px);
}
 10% {
 -webkit-transform: translateY(6px);
 -moz-transform: translateY(6px);
 -ms-transform: translateY(6px);
 -o-transform: translateY(6px);
 transform: translateY(6px);
}
 30% {
 -webkit-transform: translateY(-4px);
 -moz-transform: translateY(-4px);
 -ms-transform: translateY(-4px);
 -o-transform: translateY(-4px);
 transform: translateY(-4px);
}
 70% {
 -webkit-transform: translateY(3px);
 -moz-transform: translateY(3px);
 -ms-transform: translateY(3px);
 -o-transform: translateY(3px);
 transform: translateY(3px);
}
 90% {
 -webkit-transform: translateY(-2px);
 -moz-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 -o-transform: translateY(-2px);
 transform: translateY(-2px);
}
}

.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.contenedormenu{
  position: relative;
}

#icono_menu a img{
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 30px;
}

#ss_menu {
  bottom: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 50;
}

#ss_menu > .menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#ss_menu > .menu .share {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

#ss_menu > .menu .share .circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}

#ss_menu > .menu .share .circle:after, #ss_menu > .menu .share .circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

#ss_menu > .menu .share .circle:after {
  left: 20.78461px;
  top: 12.0px;
}

#ss_menu > .menu .share .circle:before {
  left: 20.78461px;
  top: -12.0px;
}

#ss_menu > .menu .share .bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

#ss_menu > .menu .share .bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#ss_menu > .menu .share.close .circle { opacity: 0; }

#ss_menu > .menu .share.close .bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}

#ss_menu > .menu .share.close .bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}

#ss_menu > .menu.ss_active {
  background: #00537F;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

#ss_menu > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #00537F;
  border-radius: 50%;
  display: table;
}

#ss_menu > div i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#ss_menu > div a i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 15px;
}
#ss_menu > div:hover {
  background: #03A9F4;
  cursor: pointer;
}

#ss_menu div:nth-child(1) {
  top: 0px;
  left: -160px;
}

#ss_menu div:nth-child(2) {
  top: -80.0px;
  left: -138.56406px;
}

#ss_menu div:nth-child(3) {
  top: -138.56406px;
  left: -80.0px;
}

#ss_menu div:nth-child(4) {
  top: -160px;
  left: 0.0px;
}
.fa-comments{
  color: #fff;
  padding: 14px;
}
.mensajeenviado{
  margin: 0 auto;
}
.mensajeenviado img{
  max-width: 500px;
  margin: 0 auto;
}
/*////////////////////////////////////////////////////////////////////////////////// ACORDEON /////////////////////////////////////////////////////*/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
  }

  .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #005682;
    border-color: #005682;
  }

  .panel-title {
    font-size: 14px;
  }

  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }

  .more-less {
    float: right;
    color: #E3E65B;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
  }

/*////////////////////////////////////////////////////////////////////////////////// RESPONSIVE /////////////////////////////////////////////////////*/
@media (min-width: 1200px){
.container {
  width: 100%;
  }
}
@media (min-width: 768px){
.navbar {
  border-radius: 0px;
  }
 .container {
  width: 100%;
  } 
        .container-acordion{
          display: none;
        }
}
@media (max-width: 767px){
 /*
  .tabs{
      display: none;
    }*/
    a.our-work-container.lightbox.margin-bottom{
      margin:0px;
      padding: 0px;
      color: #424242;
    } 
    a.color-btn2, form.customform2 button.color-btn2{
      margin-bottom: 10px !important;
      margin-top: 10px !important;
      min-width: 220px;
     position: relative;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    }


  
  #partnerscont>h2{
  margin-bottom: 20px;
  }
  .collapse.in{
    min-height: 300px;
  }
  .pdestacados{
  display: none;
  }
.mega-dropdown-menu .dropdown-header{
    color: #fff;
  }
.mega-dropdown-menu > li > ul > li > a {
color: #fff;
  }
.col-sm-12.col-md-6.beneficio01 {
    float: left;
  }
.col-sm-12.col-md-6.beneficio02 {
    float: right;
  } 
  .navbar-right{
    display: none;
  }
}