html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  background-color: #fff
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:focus, a:hover {
  color: #00c8ff;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

a.selected {
  border-bottom: 2px solid #00c8ff;
}

@media (min-width:768px) {
  a.selected {}
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eee
}

hr.special {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #00c8ff
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h3, h3 {
  font-size: 19px
}

@media (min-width: 768px) {
  .h3, h3 {
    font-size: 24px
  }
}

p {
  margin: 15px 0 10px;
  text-align: justify;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width:768px) {
  .lead {
    font-size: 16px
  }
}

.small-line {
  color: #555;
  font-size: 16px;
  position: relative;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.small-line::after {
  top: 13px;
  content: '';
  height: 2px;
  width: 80px;
  right: -90px;
  position: absolute;
  background-color: #00c8ff;
}


span, small, strong {
  display: inline-block;
}

/*SECTIONS*/

section {
  padding: 70px 0;
  position: relative;
}

@media (min-width:768px) {
  section {
    padding: 50px 0;
  }
}

#intro {
  /*height: 100%;*/
}

#empresa {
  /*height: 100%;*/
}

#data, #data-op, #data-full {
  /*height: 100%;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

#data .container {
  max-width: 700px;
}

#data-op .container {
  max-width: 880px;
}

.prop-item {
  background-color: #fff;
  padding: 10px 15px 0;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.bg-gray {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid rgba(235, 235, 235, 1);
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

/*SITE SPECIAL*/

.site-special {
  /*padding: 45px 0 0 0;*/
}

.site-special ol, ul {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
  list-style: none;
}

.site-special li {
  padding-left: 1em;
  text-indent: -.7em;
}

.site-special li::before {
  content: "• ";
  color: #00c8ff;
}

.title {
  padding: 40px 0;
  font-size: 22px;
  text-transform: uppercase;
}

.title-section {
  /*padding: 40px 0;*/
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2em
}

.title-mtop {
  margin-top: 50px;
}

.pad-container {
  padding: 30px 0px 30px 0px
}

@media (min-width: 768px) {
  .title {
    font-size: 46px;
  }
  .title-section {
    font-size: 26px;
  }
}

.red {
  color: #00c8ff
}
#gmbslide .legend {
    /*background-color: rgba(80, 80, 80, 0.7);*/
    background-color: rgba(0, 200, 255, .95);
    font-size: 13px;
}
.legend {
  background-color: #00c8ff;
  padding: 1px 6px;
  color: #fff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.legend-big {
  font-size: 16px;
  background-color: rgba(30, 30, 30, 0.7);
  padding: 1px 8px;
  color: #fff;
  line-height: 1.4em;
}

@media (min-width: 767px) {
  #gmbslide .legend {
      font-size: 15px;
  }
  .legend {
    padding: 1px 6px;
  }

  .legend-big {
    font-size: 18px;
    line-height: 1.7em
  }
}

.featured-lead {
  background: #111;
  margin: 0;
  padding: 55px 0;
  color: #666;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 300px;
}

.nice-content {
  padding-top: 100px;
  min-height: 300px;
  color: #efefef
}

.featured-lead-section {
  background: #111;
  margin: 0;
  padding: 55px 30px;
  color: #666;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 300px;
}

.nice-content-section {
  padding-top: 100px;
  min-height: 300px;
  color: #efefef
}

.bg-lifestyle {
  background-image: url(../img/bg.jpg);
  background-position: center center !important;
}

.bg-management {
  background-image: url(../img/e_h-management.jpg);
  background-position: center center !important;
}

.bg-representations {
  background-image: url(../img/e_h-representation3.jpg);
  background-position: center center !important;
}

.bg-casos {
  background-image: url(../img/e_casos-de-estudio.jpg);
  background-position: center center !important;
}

.bg-acciones {
  background-image: url(../img/bg.jpg);
  background-position: center center !important;
}

@media (min-width:768px) {
  .featured-lead {
    min-height: 350px;
  }
  .nice-content {
    padding-top: 160px;
    min-height: 350px;
  }
  .featured-lead-section {
    min-height: 300px;
  }
  .nice-content-section {
    padding-top: 90px;
    min-height: 300px;
  }
  .bg-lifestyle {
    background-position: center center !important;
  }
  .bg-management {
    background-position: center center !important;
  }
  .bg-representations {
    background-position: center center !important;
  }
  .bg-casos {
    background-position: center -200px !important;
  }
}

.btn {
  border-radius: 0;
  font-weight: 300
}

.btn-circle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100% !important;
  width: 45px;
  height: 45px;
  font-size: 15px;
  padding-top: 12px;
  position: absolute;
  left: 47%;
  bottom: 30px;
}

.btn-circle-static {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100% !important;
  width: 45px;
  height: 45px;
  font-size: 15px;
  padding-top: 12px;
}

.btn-circle-static:hover, .btn-circle-static:focus, .btn-circle-static.focus, .btn-circle-static:active, .btn-circle-static.active {
  color: #fff;
  background-color: rgba(0, 200, 255, 0.9);
}

@media (min-width:768px) {
  .btn-circle {
    left: 48%;
  }
}

.btn-circle:hover, .btn-circle:focus, .btn-circle.focus, .btn-circle:active, .btn-circle.active {
  color: #fff;
  background-color: rgba(0, 200, 255, 0.9);
}

.btn-xl, .btn-xl-outline, .btn-xl-outline-op {
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  padding: 10px;
}

.btn-xl-outline {
  color: #555;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 25px
}

.btn-xl-outline:hover, .btn-xl-outline:focus, .btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  color: #00c8ff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #00c8ff;
}

.btn-xl-outline:active, .btn-xl-outline.active, .open .dropdown-toggle.btn-xl-outline {
  background-image: none
}

.btn-xl-outline-op {
  color: #00c8ff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #00c8ff;
  margin-top: 25px
}

.btn-xl-outline-op:hover, .btn-xl-outline-op:focus, .btn-xl-outline-op:active, .btn-xl-outline-op.active, .open.dropdown-toggle.btn-xl-outline-op  {

  border-color: #999;
  color: #555;
  background-color: rgba(255, 255, 255, 0);
}

.btn-xl-outline-op:active, .btn-xl-outline-op.active, .open .dropdown-toggle.btn-xl-outline-op {
  background-image: none
}

.alpha {
  transition: all 0.3s ease;
}

.alpha:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.disclaimer {
  position: fixed;
  width: 100%;
  padding: 4px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  color: #fff;
  z-index: 10000;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.thumb {
  float: left;
  display: block;
  width: 20%;
  margin: 0;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.thumb-no {
  float: left;
  display: block;
  width: 20%;
  margin: 0;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  display: none;
}

.thumb:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

/*SOCIAL ICONS */

/*Change icons size here*/

.social-icons .fa {
  font-size: 1.1em;
}

/*Change icons circle size and color here*/

.social-icons .fa {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #777;
  color: rgba(150, 150, 150, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rounded .fa {
  border-radius: 5px;
}

.social-icons.icon-flat .fa {
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook, .social-icons .fa-instagram, .social-icons .fa-linkedin {
  background-color: rgba(200, 200, 200, 0.3);
}

.social-icons .fa-facebook:hover, .social-icons .fa-instagram:hover, .social-icons .fa-linkedin:hover {
  background-color: rgba(0, 200, 255, 1);
}

ul.social-icons {
  margin: 0;
}
/*SCROLLING NAV*/

.navbar {
  font-size: 16px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .3s ease-in-out, padding .3s ease-in-out;
  transition: background .3s ease-in-out, padding .3s ease-in-out;
}

.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav>li.no-style>a {
  padding: 5px 5px !important;
  float: left;
  margin-left: 10px;
}

.navbar-fixed-top {
  border-width: 0;
  box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.2);
  z-index:
}

.top-nav-collapse {
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: none;
  box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.2)
}

.lg {
  background-image: url(../img/lg_gmb.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 28px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*transition: .3s;*/
}

.lg:hover {
  opacity: 0.3
}

a .lg {
  display: block;
  cursor: pointer;
}

.top-nav-collapse .lg {
  background-image: url(../img/iso.png);
  width: 38px;
  height: 38px;
  margin-top: 5px;
  margin-bottom: 0;
}

.top-nav-collapse .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-nav-collapse .navbar-nav>li.no-style>a {
  padding: 5px 5px !important;
}

@media(min-width:767px) {
  .navbar {
    background-color: rgba(255, 255, 255, .9);
    font-size: 11px;
  }
  .navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav>li.no-style>a {
    float: left;
    margin-left: 5px;
    padding: 55px 5px 5px !important;
  }
  .top-nav-collapse {
    /*padding: 0;*/
    background-color: rgba(255, 255, 255, 0.98);
    border-bottom: none;
  }
  .lg {
    width: 210px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .top-nav-collapse .lg {
    background-image: url(../img/iso.png);
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top-nav-collapse .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: none
  }
  .top-nav-collapse .navbar-nav>li.no-style>a {
    padding: 25px 5px 5px !important;
  }
}

.navbar-default {
  /*background-color: rgba(255,255,255,0.96);
	border-color: rgba(200,200,200,0.6);*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
  letter-spacing: 3px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: inherit;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a {
  color: inherit;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #00c8ff;
  /*border-bottom: 2px solid #00c8ff;*/
  background-color: transparent;
  /*transition: none*/
}

.dropdown-menu {
  top: 100%;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  color: #555;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0
}

.navbar-toggle {
  border-radius: 0;
  margin-top: 10px;
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  height: 2px;
  border-radius: 0
}

.navbar-default .navbar-toggle {
  border-color: transparent
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999
}

footer {
  padding: 15px 0;
  text-align: center;
  /*background-color: rgba(250, 250, 250, 1);*/
  box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.2)
}

@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}

.modal-content {
  border: 5px solid rgba(245, 245, 245, 0.9);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  padding: auto;
}

@media (min-width: 1024px) {
  .modal-content {
    padding: 80px;
  }
}

.modal-header .close {
  float: right;
  font-size: 41px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.btn-xl-outline .fa, .btn-xl-outline-op .fa {
  margin-left: 5px;
}

label {
	font-weight: normal;
}

.form-control {
	font-size: 14px;
  color: #999;
  background-color: #fff;
  background-image: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}
.form-control:focus {
	border-bottom: 1px solid #00c8ff;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .0), 0 0 0 rgba(0, 0, 0, 0)
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}

.tooltip {
	z-index: 1029;
}

.panel {
}
.panel-body {
	padding: 15px 25px
}
.panel-heading {
	padding: 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
@media (min-width:768px) {
  .panel-title {
  	font-size: 20px;
  }
}
.panel-default {
	border-color: #ddd
}
.panel-default>.panel-heading {
	color: #777;
	background-color: #fff;
	border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}
