.height-100 {
  height: 100%; }

@media (min-width: 992px) {
  .img-mobile {
    display: none; } }

@media (max-width: 991px) {
  .img-desktop {
    display: none; } }

@media (max-width: 991px) {
  .no-br-mobile {
    display: none; } }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px; }
  
a, i {
  color: #018080 !important;
	}	

.navbar {
  background-color: #018080;
  text-transform: uppercase; }
  .navbar .nav-link {
    font-size: 14px;
	color: #fff !important;
	}

header {
  margin-top: 92px;
  background-image: url(../img/hero-bg.jpg);
  min-height: 60vh;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 40px 0; }
  header h1 {
    font-weight: 900; }
    @media (min-width: 768px) {
      header h1 {
        font-size: 46px; } }
  header p {
    font-size: 20px;
    font-weight: 300; }

.bg-color-1 {
  background-color: #2BC1AB; }

.bg-color-2 {
  background-color: #018080; }

.bg-color-3 {
  background-color: #61C9C6; }

.title-container {
  text-align: center;
  padding: 30px 0; }
  .title-container h2 {
    font-weight: 700;
    color: #018080;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .title-container h2:before, .title-container h2:after {
        background-color: #8E8E8E;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50px; }
      .title-container h2:before {
        right: 0.5em;
        margin-left: -50%; }
      .title-container h2:after {
        left: 0.5em;
        margin-right: -50%; } }
  .title-container.title-container-dark {
    background-color: #018080; }
    .title-container.title-container-dark h2 {
      color: #fff; }
      .title-container.title-container-dark h2:before, .title-container.title-container-dark h2:after {
        background-color: #fff; }

section#unidades-de-negocio .bg-color-1,
section#unidades-de-negocio .bg-color-2,
section#unidades-de-negocio .bg-color-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 300; }
  section#unidades-de-negocio .bg-color-1 img.logo,
  section#unidades-de-negocio .bg-color-2 img.logo,
  section#unidades-de-negocio .bg-color-3 img.logo {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      section#unidades-de-negocio .bg-color-1 img.logo,
      section#unidades-de-negocio .bg-color-2 img.logo,
      section#unidades-de-negocio .bg-color-3 img.logo {
        max-width: 170px;
        margin-bottom: 20px; } }
  section#unidades-de-negocio .bg-color-1 h4,
  section#unidades-de-negocio .bg-color-2 h4,
  section#unidades-de-negocio .bg-color-3 h4 {
    font-weight: 600;
    margin-bottom: 20px; }

@media (max-width: 1200px) {
  section#unidades-de-negocio .texts-col {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (max-width: 991px) {
  section#unidades-de-negocio .img-col img {
    max-height: 50vh;
    width: 100%;
    object-fit: cover; } }

@media (min-width: 992px) {
  section#unidades-de-negocio .img-col img {
    height: 100%;
    /* max-height: 90vh; */
    width: 100%;
    object-fit: cover; }
    section#unidades-de-negocio .img-col img.left-img {
      object-position: right; }
    section#unidades-de-negocio .img-col img.right-img {
      object-position: left; } }

section#como-lo-hacemos .sub-section {
  padding: 50px 0; }
section#como-lo-hacemos .sub-section ul {
  list-style: none;
    margin-left: -30px;
	}
  section#como-lo-hacemos .sub-section:nth-child(even) {
    background-color: #E5F2F2; }
  section#como-lo-hacemos .sub-section:nth-child(odd) {
    background-color: #2BC1AB;
    color: #fff; }
  section#como-lo-hacemos .sub-section .icon-sub-section-container {
    text-align: center; }
    section#como-lo-hacemos .sub-section .icon-sub-section-container .icon-sub-section {
      max-width: 120px; }
      @media (max-width: 767px) {
        section#como-lo-hacemos .sub-section .icon-sub-section-container .icon-sub-section {
          margin-bottom: 20px; } }

section#certificaciones {
  text-align: center; }
  section#certificaciones .certificaciones-container {
    padding: 40px 0; }
    section#certificaciones .certificaciones-container .logo-cert {
      max-width: 150px; }
      @media (max-width: 767px) {
        section#certificaciones .certificaciones-container .logo-cert {
          max-width: 100px;
          margin-bottom: 40px; } }

/* Buttons */
.btn {
  border: 0;
  border-radius: 20px;
  text-transform: uppercase; }
  .btn.btn-dark {
    background-color: #018080; }
  .btn.btn-light {
    background-color: #2BC1AB;
    color: #fff; }

.box-n {
  padding: 50px;
  text-transform: uppercase;
  line-height: 1.6em; }
  @media (max-width: 992px) {
    .box-n {
      text-align: center; } }
  .box-n .big-text {
    font-size: 80px;
    font-weight: 900;
    line-height: 1em; }
  .box-n .big-text-g {
    font-size: 120px;
    font-weight: 900;
    line-height: 1em; }
    @media (max-width: 1200px) {
      .box-n .big-text-g {
        font-size: 95px; } }
  .box-n .big-text-xg {
    font-size: 160px;
    font-weight: 800;
    line-height: 0.9em; }
    @media (max-width: 1200px) {
      .box-n .big-text-xg {
        font-size: 110px; } }
  .box-n .med-text-sm {
    font-size: 20px;
    line-height: 1em; }
  .box-n .med-text-m {
    font-size: 28px;
    line-height: 1em; }
  .box-n .med-text {
    font-size: 36px;
    line-height: 1em; }
  .box-n .med-text-xg {
    font-size: 46px;
    line-height: 1em; }
  .box-n .fw300 {
    font-weight: 300; }
  .box-n .fw700 {
    font-weight: 700; }
  .box-n .fw900 {
    font-weight: 900; }
  @media (max-width: 992px) {
    .box-n .icon-2 {
      margin-bottom: 20px; } }

section#contacto {
  padding: 60px 0; }
  section#contacto .form-group {
    margin-bottom: 20px; }
    section#contacto .form-group label {
      color: #018080;
      font-weight: 600; }
  section#contacto .btn-success {
    background-color: #2BC1AB;
    padding: 10px 20px; }
  section#contacto p {
    margin-bottom: 0; }

/*  */
.bg-primary-color-1 {
  background-color: #2BC1AB;
  color: #fff;
  border: 2px #fff solid; }

.bg-primary-color-2 {
  background-color: #018080;
  color: #fff;
  border: 2px #fff solid; }

.bg-primary-color-3 {
  background-color: #61C9C6;
  color: #fff;
  border: 2px #fff solid; }

.lang-nav {
  background-color: #111;
  /* position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999; */ }
  .lang-nav ul {
    margin-bottom: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end; }
    .lang-nav ul li {
      margin-right: 10px; }
      .lang-nav ul li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        opacity: .8; }
        .lang-nav ul li a:hover {
          opacity: 1; }
        .lang-nav ul li a img {
          width: 26px; }

.login-wrap {margin: auto; width: 40%;}

@media screen and (max-width: 780px) {
	.login-wrap {width: 100%;}
}