
body {
  background: #ffffff;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.descrip{
  color: #000000 !important;
}

.bank {
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  padding: 0 10px;
}

.solution-content{
  display: flex;
}

.title-bank{
  font-weight: bold; 
  font-size: 24px; 
  color: #f07739;
  margin: 0;
  text-align: center;
}

::selection {
  background: #f7a92c;
  color: #ffffff;
}

::-moz-selection {
  background: #f7a92c;
  color: #ffffff;
}


h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: -15px;
}

.icon-menu {
  display: none;
}

.img-header2 {
  display: none;
}

.header-secc {
  font-size: 60px;
  line-height: 54px;
  margin-top: 35px;
  color: black;
  text-align: center;
}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav .icon {
  display: none;
}

.ssoluciones {
  background: #ededed !important;
}

#videoPlayer {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 380px;
  width: 100%;
  margin: 1em auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#videoPlayer:after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-height: 100px;
  text-align: left;
  padding: 1em;
  font-size: 1.2em;
  color: #fff;
  transition: opacity 0.7s ease-in-out;
}
#videoPlayer:hover:after {
  opacity: 0;
}
#videoPlayer .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
}
#videoPlayer .thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#videoPlayer .play {
  filter: alpha(opacity=90);
  opacity: 0.9;
  height: 97px;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  width: 136px;
  background: url("https://msrit.com.mx/img/TxzC70f.png");
  background-repeat: no-repeat;
}
#videoPlayer.loaded:after {
  display: none;
}

li {
  list-style: none;
}

.header-text{
  font-size: 64px;
  line-height: 64px;
  color: black;
  margin-top: -60px;
  text-align: center;
  margin-bottom: 60px;
}

.text-sub {
  font-size: 24px !important;
  height: 55px;
  color: #a5a5a5;
  margin-top: 40px;
  text-align: center;
}

.text-sub-secc {
  font-size: 30px !important;
  line-height: 30px;
  color: #a5a5a5;
  margin-top: 10px;
  text-align: left;
}

.dropdown-menu {
  margin-top: 5px !important;
  position: sticky !important;
  left: 150px !important;
}

.nav > li.dropdown.open .dropdown-menu {
  width: 150px !important;
  text-align: left !important;
}

.nav > li.dropdown.open {
  position: static;
}
.nav > li.dropdown.open .dropdown-menu {
  display: table;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.dropdown-menu > li {
  display: table-cell;
}

.reset-margin {
  margin-left: 0;
  margin-right: 0;
}
.iconito {
  background: #edae5c;

  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.transparente {
  z-index: 999;
  text-align: center;
  color: #ffffff;
  margin-top: -80px;
  padding: 10px;
  font-size: 28px;

  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.mitad {
  margin-right: -35px;
  margin-left: -35px;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}
.op-frm .form-control {
  /*border: 1px solid #ccc !important;*/
}

.form-control {
  border-radius: 20px;
  background-color: #ededed;
  color: #000000;
  font-weight: lighter;
  border: none !important;
  box-shadow: none;
}

.form-control::placeholder {
  color: #000000;
  font-weight: lighter;
}

a {
  color: #f07739 !important;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p {
  margin: 10px 0 20px;
}
.all {
}
#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 1234;
  display: none;
}
#preload .preloading {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
#header {
  color: #fff;
  height: 300px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header a {
  color: #000 !important;
}

.header-subtitle {
  color: #f07739;
  font-size: 35px;
  line-height: normal;
  font-weight: lighter !important;
}

.img-header{
  opacity: 0.4;
  width: 100%;
  height: 800px;
}
/*-----------------------------------------------------------------------------------*/
/*	LOGO
/*-----------------------------------------------------------------------------------*/
.site {
  font-size: 50px;
  font-family: "Maven Pro", sans-serif;
  line-height: 116px;
  margin: 0;
  position: relative;
  z-index: 778;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site strong {
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	INICIO
/*-----------------------------------------------------------------------------------*/
#nav ul {
  position: relative;
  z-index: 789;
  mmargin-top: 40px !important;
}
#nav ul li {
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}
#nav ul li a {
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #006eb0 !important;
  font-weight:lighter;
}

#nav ul li a:hover {
  color: #006eb0 !important;
  font-weight: bold;
}
#nav ul li a:hover,
#nav ul li a:focus {
  background: none;
}
#nav ul li.active a {
  border-bottom: 2px solid #fff;
  color: #006eb0 !important;
  font-weight: bold;
}
#nav .menu-left {
  float: left;
}
#nav .menu-left li:first-child {
  padding-left: 0;
}
#nav .menu-right {
  float: right;
}
#nav .menu-right li:last-child {
  padding-right: 0;
}

h3 {
  font-family: "Maven Pro", sans-serif !important;
  font-size: 38px;
}

.subtitulos {
  font-size: 24px;
  line-height: 24px;
}

#header #nav {
  margin-top: -120px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header #nav ul {
  margin-top: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header #nav ul li {
  line-height: 35px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*-----------------------------------------------------------------------------------*/
/*	HEADER 
/*-----------------------------------------------------------------------------------*/
.logo-gin {
  width: 230px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#header.fixed {
  height: 90px;

  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #e2e2e2;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#header.fixed .logo-gin {
  width: 180px;
  margin-top: -15px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#header.fixed .site {
  line-height: 84px;
  font-size: 37px;
}

#header.fixed #nav {
  margin-top: -90px;
}
#header.fixed #nav ul {
  margin-top: 30px;
}
#header #nav ul li {
  line-height: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	MENU 
/*-----------------------------------------------------------------------------------*/
#vnav {
  height: 100%;
  background: #000;
  color: #000;
  width: 64px;
  z-index: 1111;
  position: fixed;
  left: 0;
  top: 0;
}
#vnav a {
  color: #ccc;
}
#vnav ul {
  margin: 0;
  padding: 0;
}
#vnav ul li {
  line-height: 64px;
  text-align: center;
  font-size: 24px;
}
#vnav ul li a {
  display: block;
  border-bottom: 1px solid #1a1a1a;
}
#vnav ul li.active a,
#vnav ul.nav li.active a,
#vnav ul.nav li.active a:hover {
  background: #2b87e2;
  color: #fff;
}
#vnav ul.nav li a {
  padding: 0;
}
#vnav ul.nav li a:hover {
  background: #2b87e2;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDE
/*-----------------------------------------------------------------------------------*/
.section-slider img {
  max-width: 100%;
}

.slide-image-background {
  position: relative;
  /*background-color: #333132;*/
  background-position: 0 50%;
  background-repeat: no-repeat;
  /* Add background image to apply Parallax Effect */
  /*
	background-image:url(../img/slide-bg.jpg);
	*/
  background-size: cover;
}
.slide-image-background .gtext {
  width: 100%;
  position: absolute;
  left: 0;
  top: 25%;
  color: #fff;
  text-align: center;
}
.slide-image-background .gtext .title {
  font-size: 25px;
  line-height: 1.4;
  margin: 0;
  margin-top: 30px;
}
.slide-image-background .gtext .small-title {
  font-size: 23px;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.slide-image-background .icon-scroll-down {
  position: absolute;
  width: 500px;
  height: 44px;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
  left: 50%;
  margin-left: -22px;
  bottom: 60px;
  color: #fff;
  cursor: pointer;
}
.slide-image-background .icon-scroll-down:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* Carpousel Fade */
.carousel-fade .item {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carousel-fade .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}
.carousel-fade .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	sectionES
/*-----------------------------------------------------------------------------------*/
.section {
  padding: 50px 0;
}

.img-incons {
  width: 100%;
}

.section .section-header {
  position: relative;
  padding-left: 75px;
  margin: 40px 0 50px;
}
.section .section-header .section-icon {
  border: 0px solid #f7a92c;

  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #f7a92c;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
}
.section .section-header .section-title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  margin-left: -10px;
  line-height: 43px;
}
.section .section-header .section-title span {
  color: #f7a92c;
}
.section .section-header .section-desc {
  color: #a3a3a3;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}

.sheader-nav {
  float: right;
  padding-top: 50px;
}
.sheader-nav .icon {
  background: #d4d4d4;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.sheader-nav .icon:hover {
  background: #aeaeae;
}

.inconsis

.img-solucion{
  width: 90%;
}
/*-----------------------------------------------------------------------------------*/
/*	WIDGET 
/*-----------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 40px;
}

.widget-header {
  position: relative;
  margin: 20px 0;
}
.widget-header .widget-title {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
  line-height: 35px;
}
.widget-header .widget-title span {
  color: #f7a92c;
}
/*-----------------------------------------------------------------------------------*/
/*	YO 
/*-----------------------------------------------------------------------------------*/
.section-about {
  background-color: #f4f4f4;
}

.profile-image {
  text-align: center;
  margin-bottom: 30px;
}
.profile-image img {
  max-width: 100%;
}

.deldf {
  text-align: left;
  margin-bottom: 30px;
}
.deldf img {
  max-width: 105%;
  margin-right: -35%;
}

.bio {
  margin-bottom: 30px;
  margin-top: -30px;
}
.bio .header {
  border-bottom: 1px solid #dad8d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 74px;
  position: relative;
}
.bio .header .title {
  font-size: 25px;
  line-height: 29px;
  margin: 0;
  font-weight: bold;
}

.bio .header .sub-title {
  margin: 0;
  line-height: 25px;
  color: #a3a3a3;
  font-size: 14px;
}
.bio .header .avatar {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-readmore {
  border-radius: 1px;
  background: #fff;
  color: #0379a0;
  text-transform: uppercase;
  padding: 6px 15px;
}
.btn-readmore:hover {
  background-color: #0379a0;
  color: #fff;
}

.basic-infomation {
  margin-bottom: 30px;
  margin-top: 30px;
}
.basic-infomation .list {
  padding: 0;
  margin: 0 0 10px;
}
.basic-infomation .list li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-top: 1px solid #c2c1c2;
  position: relative;
}
.basic-infomation .list li:first-child {
}
.basic-infomation .list li label {
  display: block;
  font-size: 12px;
  color: #a3a3a3;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.basic-infomation .list li .icon-s {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
  color: #a3a3a3;
}
.basic-infomation .list li .big-text {
  font-size: 18px;
}

.btn-status {
  background: #489e1d;
  color: #fff;
  border-radius: 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.btn-status:hover,
.btn-status:focus {
  color: #fff;
  background: #388312;
}
/*-----------------------------------------------------------------------------------*/
/*	HAB
/*-----------------------------------------------------------------------------------*/
.section-resume {
  padding: 80px 0 60px;
  background: url(../bg-proceso3.png) 0 0 repeat-x;
  background-color: #fff;
}
.section-resume .widget-header {
  border-bottom: 1px solid #c1c1c1;
  padding: 15px 0;
  margin: 0 0 20px;
}
.section-resume .widget-header .widget-title {
  font-size: 23px;
  line-height: 23px;
  margin: 0;
}

.skills-graph label {
  color: #6f6f6f;
  font-weight: normal;
}
.skills-graph .progress {
  border-radius: 10px;
  margin-bottom: 10px;
  background: #dfdfdf;
}
label {
  font-weight: bold !important;
}
.skills-graph .language {
  text-transform: uppercase;
  color: #7e7e7e;
}

.op-accordion {
  margin: 10px 0 20px;
}
.op-accordion .panel-heading {
  background: #ededed;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
}
.op-accordion .panel-heading .collapse-icon {
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 16px;
}
.op-accordion .panel-heading .panel-title {
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  padding-right: 20px;
}

.op-accordion .panel-heading.active {
  font-weight: bold !important;
}
.op-accordion .panel {
  box-shadow: none;
  background: none;
}
.op-accordion.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
  padding: 10px 0;
}

.timeline {
  padding: 0;
  margin: 0;
  background: url(../img/dot-op10.png) 32px 0 repeat-y;
}
.timeline .note {
  padding: 15px 0 15px 64px;
  margin: 0;
  border-bottom: 1px solid #c2c1c2;
  position: relative;
}
.timeline .note .icon {
  position: absolute;
  left: 21px;
  top: 22px;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  color: #666;
  line-height: 24px;
}
.timeline .note:hover .icon,
.timeline .note.hover .icon {
  color: #ff5400;
}
.timeline .note:last-child {
  border-bottom: 0;
}
.note .note-header {
  margin-bottom: 10px;
}
.note .note-header .time {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.note .note-header .title {
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
/*-----------------------------------------------------------------------------------*/
/*	section CV 
/*-----------------------------------------------------------------------------------*/
.section-cv {
  background: #e0d9cf;
  font-size: 35px;
  color: #9d9489;
  font-weight: bold;
}
.section-cv .gcv {
  padding: 40px 0;
  background-color: #0379a0;
}
.section-cv .btn-down-resume {
  border: 2px solid #9d9489;
  padding: 10px 25px;
  color: #9d9489;
  background: #f0ece7;
}
.section-cv .btn-down-resume:hover {
  background: #f1f1f1;
}
/*-----------------------------------------------------------------------------------*/
/*	SERV
/*-----------------------------------------------------------------------------------*/
.section-services {
  background: url(../bg-proceso3.png) 0 0 repeat-x;
  background-color: #fff;
}

.section-work {
  background: url(../bg-proceso4.png) 0 0 repeat-x;
  background-color: #fff;
}

.section-services .service-item {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  border-right: 1px dotted #ccc;
}

.boton-c {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.boton-c:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #2e6da4;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.section-services .service-item.hover {
  background: #fff;
  border: 1px solid #a9a9a9;
  padding: 19px;
  border-radius: 3px;
  cursor: move;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.service-item .icon {
  font-size: 128px;
  line-height: 128px;
  color: #acacac;
}
.section-services .service-item.hover .icon {
  color: #f7a92c;
}
.service-item .title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
}
.service-item .desc {
  margin: 10px 0 20px;
}

.call-to-action {
  border-top: 1px solid #cfcdce;
  padding: 30px 0 20px;
  font-size: 21px;
  color: #656565;
}
.call-to-action .btn {
  float: right;
}
.btn-lg-gray {
  padding: 12px 25px;
  background: #7c7c7c;
  color: #fff;
  font-size: 17px;
  border-radius: 0;
}
.btn-lg-gray:hover,
.btn-lg-gray:focus {
  color: #fff;
  background: #525252;
}

/*-----------------------------------------------------------------------------------*/
/*	X 
/*-----------------------------------------------------------------------------------*/
.section-facts {
  background-color: #282828;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 1px 34px 5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 1px 34px 5px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 1px 34px 5px rgba(0, 0, 0, 0.38);
  background-color: #2b5575;
  color: #fff;
  background-size: cover;
  border-top: 10px solid #27506d;
}
.section-facts .section-header {
  padding-left: 0;
}
.fact {
  text-align: center;
  padding: -20px 0;
}
.fact .number {
  font-size: 100px;
  line-height: 1;
  color: #f7a92c;
  display: block;
}
.fact .title {
  font-size: 23px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	 PORTAFOLIO
/*-----------------------------------------------------------------------------------*/
.list-filters {
  padding: 0;
  margin: 0;
}
.list-filters li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  color: #7a7a7a;
  text-transform: uppercase;
  line-height: 30px;
  cursor: pointer;
}
.list-filters li.active {
  color: #f7a92c;
  border-bottom: 2px solid #f7a92c;
}
.list-filters li:last-child {
  margin-right: 0;
}
.list-filters li:first-child {
  margin-left: 0;
}
.section-header .list-filters {
  text-align: right;
  padding-top: 30px;
}
.grid-potfolio {
  padding: 0;
  margin: 0;
  width: 100%;
}
.grid-potfolio .mix {
  opacity: 0;
  display: none;
}
.grid-potfolio li {
  width: 33.3333%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-potfolio .project-item {
  background: #fff;
  padding: 1px;
  position: relative;
}
.grid-potfolio .project-item img {
  width: 100%;
}
.project-item .project-info {
  width: 99.5%;
  color: #3399ff;
  padding: 10px 40px 10px 10px;
  position: absolute;
  bottom: -65px;
  font-size: 48px;
  left: 1;
  z-index: 788;
  display: none;
  margin-top: 100px;
  background: rgba(0, 0, 0, 1);
}

.project-item .project-info .arrow {
  color: #f2ebe2;
  font-size: 50px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  text-align: center;
}
.project-item .project-info .likes {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #666;
}
.project-item .likes .fa-heart-o {
  color: #f0930f;
}
.project-info .project-title {
  font-size: 20px;
  margin: 0;
  padding: 0 15px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #3399ff;
  text-shadow: 1px 1px #000;
}
.project-info .project-categories {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding: 0 15px;
}
.project-item .img-thumb {
  position: relative;
  overflow: hidden;
}
.project-item .mask {
  width: 100%;
  height: 100%;
  background: rgba(37, 129, 198, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
}
.project-item .mask .icon {
  color: #fff;
  display: block;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;

  font-weight: bold;
  text-shadow: 1px 1px #000;
}
.project-item .mask .icon:hover {
  background: #fff;
  color: #000;
  text-shadow: 0px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.project-item .mask .icon-quickview {
  position: absolute;
  left: 33%;
  top: -20%;
}
.project-item .mask .icon-details {
  position: absolute;
  left: 50%;
  top: 120%;
  margin-left: 2px;
  margin-top: -19px;
}
.page-nav {
  padding: 20px 0;
}
.loadmore {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #959595;
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*	X
/*-----------------------------------------------------------------------------------*/
.section-testimonials {
  -webkit-box-shadow: 0px 1px 36px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 36px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 36px 8px rgba(0, 0, 0, 0.4);
  background-color: #2b5575;
  z-index: 999999;

  color: #fff;
  height: 200px;
  border-top: 10px solid #27506d;
}
.section-testimonials .icon-nav {
  width: 64px;
  height: 64px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  z-index: 300;
}
.section-testimonials .icon-nav:hover {
  color: #fff;
}
.section-testimonials .icon-nav.prev {
  left: 0;
}
.section-testimonials .icon-nav.next {
  right: 0;
}
.customer-testimonial {
  text-align: center;
  border: 0;
  padding: 0 60px;
  cursor: move;
}
.customer-testimonial .logo {
  padding: 15px 0;
}
.customer-testimonial .logo img {
  max-width: 100%;
}
.customer-testimonial .line {
  height: 2px;
  background: #fff;
  margin: 0 47%;
}
.customer-testimonial p {
  font-size: 25px;
  margin: 15px 0;
}
.customer-testimonial .author {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bdbdbd;
}

/*-----------------------------------------------------------------------------------*/
/*	 TWITTER 
/*-----------------------------------------------------------------------------------*/
.section-twitter {
  height: 200px;
  border-top: 10px solid #27506d;

  background-color: #2b5575;
}
.twitter-wrap {
  position: relative;
}
.twitter-wrap .icon {
  background: #d4d4d4;
  color: #fff;
  font-size: 14px;
  display: block;
  border-radius: 2px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  z-index: 650;
}
.twitter-wrap .icon:hover {
  background: #aeaeae;
}
.twitter-wrap .icon.prev {
  left: 0;
}
.twitter-wrap .icon.next {
  right: 0;
}
.list-tweets {
  margin: 0;
  padding: 0 40px;
}
.list-tweets li {
  text-align: center;
  list-style: none;
  font-size: 18px;
  line-height: 32px;
}
.list-tweets .fa-twitter {
  color: #59c7e3;
}
.video-c {
  width: 200;
  height: 80;
  margin-top: 180px !important;
}
.linea {
  width: 60px;
  height: 5px !important;
  border-bottom: dotted 8px #edae5c;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
}
.tit {
  font-size: 18px;
}
.car {
  font-size: 18px;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center !important;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.carr {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
  text-align: center !important;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 25px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.naranja {
  color: #f07739 !important;
}

.carr-secc {
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
  text-align: left !important;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 25px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.numerar {
  font-size: 24px;
  text-align: center;
  color: #edae5c;
}

.imgs {
  background: url(../analisis-nomina0.jpg) no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	 CONTACTO
/*-----------------------------------------------------------------------------------*/
.section-contact {
  background-color: #efefef !important;
  color: #4f4f4f;
  position: relative;
  margin-bottom: -10px;
}

.section-contact2 {
  background-color: #ffffff !important;
  color: #4f4f4f;
  position: relative;
  margin-bottom: -10px;
}
.g-contact-info {
  border-top: 1px solid #b1b1b1;
  padding: 20px 0;
}
.g-contact-info dl {
  padding: 0;
  margin: 0;
}
.g-contact-info dl dt {
  font-size: 12px;
  color: #9e9e9e;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.social-networks {
  float: left;
  margin-top: 5px;
  margin-left: 5px;
}
.social-networks .social-icon {
  width: 28px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  border: 1px solid #474747;
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.social-icon:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.social-icon.facebook:hover {
  background: #3b5998;
}
.social-icon.twitter:hover {
  background: #55acee;
}
.social-icon.gplus:hover {
  background: #c84732;
}
.social-icon.rss:hover {
  background: #f7a92c;
}

.op-frm .form-group {
  margin-bottom: 25px;
}
.op-frm .form-contrdol {
  border: 1px solid #7eb7d3;
  border-radius: 5;
}
.op-frm .form-cdontrol:focus {
  border-color: #969696;
  box-shadow: none;
}
.op-frm .btn {
  box-shadow: none;
  border-radius: 0;
}
.op-frm .btn-send {
  background: #f7a92c;
  color: #fff;
}

.op-frm .btn-send:hover {
  background: #000;
  color: #fff;
}
#map-collapse {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  display: block;
  background: #bfbfbf;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}
.section-contact #map-collapse {
  position: absolute;
  bottom: 0;
  left: 0;
}
#full-map {
  width: 100%;
  height: 0;
  margin-top: 40px;
  overflow: hidden;
}
#full-map iframe {
  width: 100% !important;
  border: 0 !important;
}
.section #full-map {
  margin-bottom: -30px;
}

.img-solucion{
  width: 90%;
}

.img-controlm{
  width: 100%;
}

.content-imgContact {
  padding: 250px 0;
}

.img-contact{
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER 
/*-----------------------------------------------------------------------------------*/
.section-copyright {
  background: #333132;
  color: #7e7e7e;
  padding: 25px 0;
}
footer {
}

.minilinks {
  background: #211f1f;
  height: 20px;
  color: white;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
}
.copyright-text {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.copyright-text .site-text {
  font-size: 31px;
  line-height: 32px;
  color: #fff;
  margin-right: 30px;
  text-transform: lowercase;
  letter-spacing: 0;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#back-top a {
  width: 55px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ccc;
  background: #333;
  border-radius: 3px;
  margin-bottom: 100px;

  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #fff;
}

.logo-f {
  float: left;
  width: 180px;
  height: 30px;
}

.fa-star {
  color: #3797ba;
}

.recetas {
  font-size: 80px;
  padding: 10px;
  color: #f7a92c;
}

.mar-top{
  margin-top: 110px;
}

.solution-title{
  font-size: 40px; 
  font-weight: bold; 
  line-height: normal;
}

#contactos {
  padding-top: 50px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	 RESPONSIVE 
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-status {
    font-size: 11px;
  }
}

@media (max-width: 1100px) and (min-width: 991px) {
  body {
    font-size: 13px;
  }
  .img-slide {
    width: 400px !important;
  }
  .logo {
    font-size: 26px;
    margin-left: 40px !important;
  }

  .customer-testimonial {
    padding: 0 30px;
  }
  .section-testimonials .icon-nav {
    font-size: 24px;
  }
  .customer-testimonial p {
    font-size: 18px;
  }
  .twitter-wrap .icon {
    display: none;
  }
  .list-tweets {
    padding: 0;
  }
  .list-tweets .fa-twitter {
    display: block;
    margin-bottom: 10px;
  }
  .copyright-text {
    text-align: center;
  }
  .copyright-text .site-text {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .all {
  }

  #header {
    margin-left: 32px;
    height: 90px;
  }
  #header .site {
    line-height: 90px;
    font-size: 37px;
  }
  .slide-image-background .gtext {
    top: 35%;
  }
  .slide-image-background .gtext .title {
    font-size: 35px;
  }
  .slide-image-background .gtext .small-title {
    font-size: 17px;
  }
  .section {
    padding: 30px 0;
  }
  .section .section-header {
    width: 100%;
  }
  .skills-graph .language {
    border-bottom: 1px solid #dad8d9;
    padding-bottom: 10px;
  }
  .sheader-nav {
    display: none;
  }
  .section-header .list-filters {
    text-align: left;
  }
  .call-to-action {
    text-align: center;
  }
  .call-to-action .btn {
    float: none;
    margin: 20px auto;
  }
  .grid-potfolio li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  #header {
    margin-left: 0;
    position: relative;
  }

  #header {
  }

  .section .section-header {
    padding-left: 0;
  }
  .section .section-header .section-icon {
    text-align: center !important;
  }

  .grid-potfolio li {
    width: 100%;
  }
  .customer-testimonial {
    padding: 0 30px;
  }
  .section-testimonials .icon-nav {
    font-size: 24px;
  }
  .customer-testimonial p {
    font-size: 18px;
  }
  .twitter-wrap .icon {
    display: none;
  }
  .list-tweets {
    padding: 0;
  }
  .list-tweets .fa-twitter {
    display: block;
    margin-bottom: 10px;
  }
  .copyright-text {
    text-align: center;
  }
  .copyright-text .site-text {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-delphix {
		margin-top: 0;
	}

  .img-solucion{
    width: 70%;
  }

  .img-content{
    text-align: center;
  }

  .solution-content{
    display: block;
  }

  .img-controlm{
    width: 60%;
  }

  .controlm-content{
    text-align: center;
  }

  .content-imgContact {
    padding: 40px 0;
    text-align: center;
  }
  
  .img-contact{
    width: 60%;
  }

  .incons-content{
    text-align: center;
  }

  .solution-title{
    font-size: 40px; 
    font-weight: bold; 
    line-height: normal;
  }

  .img-incons{
    width: 80%;
  }

  h3 {
    font-size: 25px;
  }

  .header-text {
    font-size: 40px;
    line-height: normal;
    margin-top: -110px;
    text-align: center;
  }

  .header-subtitle {
    color: #f07739;
    font-size: 25px;
    line-height: normal;
    font-weight: lighter !important;
  }

	.logo-delphix, .delphix-storage, .solution{
		width: 75%;
	}

	.solution-section{
		padding-top: 0 !important;
	}

	.security-delphix{
		width: 50%;
		padding-top: 0 !important;
	}

  .mar-top{
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .solution-content{
    display: block;
  }

  .content-imgContact {
    padding: 25px 0;
    text-align: center;
  }

  .img-content{
    text-align: center;
  }

  .mar-top{
    margin-top: 0;
  }

  #header.fixed .logo-gin {
    width: 140px;
    margin-top: -15px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }

  .all {
  }
  .cada {
    text-align: center !important;
  }

  .header-secc {
    font-size: 48px;
    line-height: 44px;
    margin-top: 90px;
    color: black;
    text-align: center;
  }

  .icon-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 999999;
    width: 30px;
    height: 30px;
  }

  .section-slider {
    background: #ccc !important;
  }

  .logo-m {
    text-align: center !important;
  }

  .img-header{
    height: 600px;
  }

  .header-text {
    font-size: 25px;
    line-height: normal;
    margin-top: -80px;
    text-align: center;
  }

  .header-subtitle {
    font-size: 18px;
    line-height: normal;
    font-weight: lighter !important;
  }

  .text-sub {
    text-align: center;
  }

  .ssoluciones {
    margin-top: 0px !important;
    padding-top: 70px;
  }

  .ad-nom-m2 {
    margin-top: -30px;
  }

  #nosotros {
    padding-top: 70px !important;
  }

  #contactos {
    padding-top: 0 !important;
  }

  #commvault {
    padding-bottom: 80px !important;
  }
  #delphix {
    /* padding-bottom: 80px !important; */
  }

  #exagrid {
    padding-bottom: 80px !important;
  }

  .numerar {
    display: none;
  }

  .carr {
    margin-top: -30px !important;
  }
  .delphix-storage, .agility-delphix, .solution{
	width: 100%;
  }
  .solution-section{
	padding-top: 0 !important;
}
  .logo-gin {
    width: 130px;
    margin-top: -25px;
  }

  .security-delphix{
	width: 75%;
	padding-top: 0 !important;
  }

  .texto-m {
    text-align: center !important;
    margin-top: 40px;
  }
  .gtext {
    margin-top: 50px;
  }

  .tel-m {
    display: none;
  }

  .mitad {
    margin-top: 30px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  /*     .section-icon {
        display !important;
    } */
  .video-c {
    margin-top: 25px !important;
  }
  h3 {
    margin-left: 3px !important;
    font-size: 26px;
    line-height: 24px;
  }

  .solution-title{
    font-size: 30px; 
  }

  .subtitulos {
    font-size: 22px;
    line-height: 22px;
  }

  .formulariop {
    margin-top: -20px;
  }

  .logo-f {
    text-align: center;
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
  }

  .logo-f img {
    width: 50%;
  }
  .section .section-header .section-title {
    text-align: center !important;
    font-size: 28px !important;
  }

  #header {
    background: none !important;

    position: fixed !important;

    z-index: 9999 !important;
  }
  .slide-image-background {
    margin-top: -90px !important;
    background: #ccc !important;
  }

  .section .section-header .section-icon {
    display: none;
    text-align: center !important;
  }
  .section-copyright {
    height: 150px;
  }
}