﻿/****************************************************************************/
/* General */
/****************************************************************************/

@font-face {
  font-family: 'Segoe UI Light';
  src: url('../fonts/segoeuil-webfont.eot');
  src: url('../fonts/segoeuil-webfont-1.eot') format('embedded-opentype'), url('../fonts/segoeuil-webfont.woff2') format('woff2'), url('../fonts/segoeuil-webfont.woff') format('woff'), url('../fonts/segoeuil-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/segoeui-webfont.eot');
  src: url('../fonts/segoeui-webfont-1.eot') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff2') format('woff2'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
}

.row-shadow {
  background: #E2E4EA;
  padding: 20px;
  border-top: 2px solid #ecb334;
}

.no-border {
  margin: 0px -40px;
}

.align-row-bottom {
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}

.align {
  float: none;
  margin: 0 auto;
}

.button-normal {
  background: #17235b;
  color: white;
  font-size: 18px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 250px;
  margin-top: 15px;
}

.text-danger {
  color: #e74c3c;
}

.padcol-left {
  padding-left: 0px;
}

.padcol-left img {
  width: 100%;
}

.padcol-right {
  padding-right: 0px;
}

.padcol-right img {
  width: 100%;
}

.padcol-text {
  padding: 20px 50px;
}


.btn-default {
  background-color: #dcdcdc;
  border-color: #ffffff;
}

.btn-default:hover {
  border-color: #fff;
}

.btn {
  width: 200px;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  margin-top: 20px;
}

h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h3, h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
  font-size: 18px;
}

.font {
  font-size: 18px;
}

.flex-control-nav {
  color: white;
}

/****************************************************************************/
/* Menú principal */
/****************************************************************************/

.main-menu {
  border-color: transparent;
  background: transparent;
  text-transform: uppercase;
  padding: 30px 0px;
  table-layout: fixed;
}

.main-menu>a:hover, a:active {
  color: #17235b;
}

.menu-logo {
  margin: 10px;
}

.navbar {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.navbar-default {
  border-color: transparent;
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #17235b;
  padding-top: 25px;
  font-size: 14px;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #17235b;
  opacity: 1;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #17235b;
  color: #ffffff;
}

.navbar .nav>li.dropdown.open.active>a:hover,
.navbar .nav>li.dropdown.open>a {
  color: #fff;
  background-color: #17235b;
  border-color: #fff;
}

.navbar-header {
  height: 80px;
}

.nav>li:hover {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.70);
  border-bottom: 2px solid #ecb334;
}

.navbar-default .navbar-toggle {
  border-color: #17235b;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #17235b;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #17235b;
}

.navbar-collapse.in {
  background-color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
  .navbar {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .menu-logo {
    margin: 12.5px 0;
    max-width: 75%;
  }

  .navbar-default .navbar-toggle {
    margin-right: 0;
  }

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

/****************************************************************************/
/* Bloque de cabecera de página principal */
/****************************************************************************/

.section-header {
  background: url(../img/bg-tecoinfor-inicio.jpg) no-repeat center center;
  background-size: cover;
  background-position: top;
  display: block;
  height: 650px;
  padding: 0 !important;
  margin: -20px 0px;
}

.section-page {
  display: block;
  padding: 0 !important;
  margin: -20px 0px;
}

.bg-index {
  padding: 20px 50px 40px 50px;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #323232;
}

.bg-index h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.bg-index h3 {
  font-size: 24px;
  line-height: 32px;
}

.bg-index p {
  font-size: 18px;
  line-height: 24px;
}

ol.flex-control-nav.flex-control-paging li a {
  background: white;
}

ul.flex-direction-nav li a.flex-next {
  color: white;
}

@media (max-width: 767px) {
  .bg-index {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/****************************************************************************/
/* Bloque de información 'info-text-01' */
/****************************************************************************/

.info-text-01 {
  padding: 0px;
  margin: 20px 0;
}

.info-text-01 h2 {
  font-size: 32px;
}

.info-text-01 h3 {
  font-size: 24px;
  line-height: 32px
}

.info-text-01 p {
  font-size: 18px;
}

.info-text-01 ul li {
  font-size: 18px;
}

.info-text-01-inner-text {
  /*padding-left: 35px;*/
}

.info-text-01-inner-button {
  position: relative;
  /*height: 320px;*/
  padding-top: 40px;
}

.info-text-01-inner-button a {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #17235b;
}

.info-text-01-inner-button a:hover {
  color: #646464;
}

.info-text-01-inner-button a:active {
  color: #969696;
}

.info-text-01-inner-button a:visited {
  color: #969696;
}

@media (max-width: 768px) {
  .info-text-01-inner-button {
    position: relative;
    height: 30px;
  }

  .info-text-01 h2 {
    font-size: 28px;
  }

  .info-text-01 h3 {
    font-size: 22px;
    line-height: 30px
  }

  .info-text-01 p {
    font-size: 16px;
  }

  .info-text-01 ul li {
    font-size: 16px;
  }

  .info-text-01-inner-button a {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .info-text-01-inner-button {
    position: relative;
    height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .info-text-01-inner-button {
    position: relative;
    /*height: 320px;*/
  }
}

@media (min-width: 1200px) {
  .info-text-01-inner-button {
    position: relative;
    /*height: 320px;*/
  }
}


/****************************************************************************/
/* Bloque de información 'info-text-03' */
/****************************************************************************/

.info-text-03 {
  float: left;
  margin: 0px 0px 60px 0px;
}

.info-text-03-info {
  top: 6%;
  left: 15px;
  color: #3f3f3f;
}

.info-text-03-info-button {
  bottom: 6%;
  color: white;
}

.info-text-03-info h2 {
  font-size: 32px;
  line-height: 36px;
}

.info-text-03-info h3 {
  font-size: 20px;
  line-height: 24px;
  /*	padding: 15px 0px;*/
}

.info-text-03-info p {
  font-size: 18px;
  line-height: 24px;
}

.info-text-03-inner-button {
  color: white;
  background: #17235b;
  font-size: 24px;
  border: none;
  width: 200px;
  height: 60px;
  float: right;
  margin: 25px;
}

@media (max-width: 768px) {
  .info-text-03-info h2 {
    font-size: 30px;
    line-height: 36px
  }

  .info-text-03-info h3 {
    font-size: 20px;
    line-height: 24px
  }

  .info-text-03-info p {
    font-size: 16px;
  }

  .info-text-03-inner-button {
    width: 150px;
    height: 45px;
    font-size: 18px;
  }
}


/****************************************************************************/
/* Bloque de galería 'gallery-staff-03' */
/****************************************************************************/

.gallery-staff-03 {
  float: left;
  margin: 60px 0px 60px 0px;
}

.gallery-staff-03 h2 {
  font-size: 32px;
}

.gallery-staff-03 p {
  font-size: 18px;
}

.gallery-staff-03-info {
  top: 6%;
  left: 20px;
  color: #3f3f3f;
}

.gallery-staff-03-item-image {
  position: relative;
  margin-bottom: 20px;
}

.gallery-staff-03-item-image img {
  width: 100%;
}

.gallery-staff-03-item-overlay {
  background: rgba(0, 91, 183, 0.8);
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-staff-03-item-image:hover .gallery-staff-03-item-overlay {
  opacity: 1;
}

.gallery-staff-03-item-overlay p {
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-staff-03-item-overlay p.left {
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-staff-03-item-overlay a {
  color: #ffffff;
}

.gallery-staff-03-item-overlay a:hover,
.gallery-staff-03-item-overlay a:focus,
.gallery-staff-03-item-overlay a:active {
  color: #ffffff;
  opacity: 6;
  text-decoration: none;
}

.gallery-staff-03-item-image:hover .gallery-staff-03-item-item-overlay p {
  right: 15px;
}

.gallery-staff-03-item-name {
  padding: 15px 0 0;
}

.gallery-staff-03-item-name h6 {
  margin-bottom: 5px;
}

.gallery-staff-03-item-description {
  margin-top: 5px;
}

.gallery-staff-03-img {
  position: relative;
  width: 100%;
}

.gallery-staff-03-img p {
  color: #000000;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 25px;
}

.gallery-staff-03-img a {
  color: #000000;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 25px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .gallery-staff-03 h2 {
    font-size: 30px;
  }

  .gallery-staff-03 p {
    font-size: 16px;
  }
}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-03' */
/****************************************************************************/

.short-moreinfo-03-bg-col {
  background-color: #17235b;
}

.short-moreinfo-03-start {
  text-align: center;
}

.short-moreinfo-03-start h2 {
  color: #ffffff;
  margin-top: 70px;
  margin-bottom: 50px;
}

.short-moreinfo-03-start a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 20px;
}

.short-moreinfo-03-start a:hover {
  color: #a6d4ff;
}

.short-moreinfo-03-start p {
  color: #a6d4ff;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 70px;
}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-05' */
/****************************************************************************/

.short-moreinfo-05-bg {
  width: 100%;
  height: 430px;
}

img.short-moreinfo-05-bg {
  margin-bottom: -400px;
}

.short-moreinfo-05-text {
  padding: 30px 0 0 60px;
}

.short-moreinfo-05-text h3 {
  font-size: 29px;
  color: #ffffff;
}

.short-moreinfo-05-text p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 40px;
}

.short-moreinfo-05-btn {
  margin-top: 25%;
  text-align: right;
  padding-bottom: 40px;
}

.short-moreinfo-05-btn button {
  font-size: 18px;
  color: #17235b;
  width: 160px;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

@media (max-width: 768px) {

  .short-moreinfo-05-text {
    padding: 0 15px 0 15px;
  }

  .short-moreinfo-05-text p {
    font-size: 18px;
  }

  .short-moreinfo-05-btn {
    margin-top: 5%;
    text-align: left;
    padding-bottom: 0px;
  }

  img.short-moreinfo-05-bg {
    margin-bottom: -430px;
  }
}


/****************************************************************************/
/* Bloque de información 'info-text-02' */
/****************************************************************************/

.info-text-02 {
  padding: 0px;
  margin: 20px 0;
}

.info-text-02-bg {
  background: #f4f4f4;
}

.info-text-02 h2 {
  font-size: 32px;
  margin: 0px 0px 60px 0px;
}

.info-text-02 h3 {
  font-size: 26px;
  margin: 0px 0px 60px 0px;
}

.info-text-02 p {
  font-size: 18px;
}

.info-text-02 p span {
  font-size: 12px;
}

.info-text-02-text {
  background: transparent;
  padding: 10px 0px;
}

.info-text-02-inner-text {
  padding: 35px 0px;
  background: transparent;
}

.info-text-02-inner-button {
  background: #17235b;
  color: white;
  font-size: 24px;
  border: none;
  width: 250px;
  height: 60px;
  float: right;
  margin: 60px 0px;
}

@media (max-width: 768px) {
  .info-text-02 h2 {
    font-size: 30px;
  }

  .info-text-02 h3 {
    font-size: 22px;
    line-height: 30px
  }

  .info-text-02 p {
    font-size: 16px;
  }

  .info-text-02-inner-button {
    width: 150px;
    height: 45px;
    font-size: 18px;
  }
}


/****************************************************************************/
/* Galería de imágenes 'gallery-staff-02' */
/****************************************************************************/

/* Encabezado*/

.gallery-staff-02-princtext {
  /*text-align: center;*/
}

.gallery-staff-02-princtext hr {
  border-top: 2px solid #17235b;
  width: 120px;
  margin-bottom: 50px;
}

.gallery-staff-02-princtext h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.gallery-staff-02-bg {
  background: #f4f4f4;
}

/* Bloques */

.gallery-staff-02-thumbnail {
  border: 1px solid transparent;
  padding: 0;
}

.gallery-staff-02-thumbnail img {
  margin: 0;
}

.gallery-staff-02-thumbnail .caption {
  padding-top: 9px;
}

.gallery-staff-02-caption h4 {
  font-size: 22px;
}

.gallery-staff-02-caption h5 {
  font-size: 18px;
}

.gallery-staff-02-caption p {
  margin: 0 16px 30px 0;
  font-size: 16px;
}

.gallery-staff-02-caption span {
  color: #17235b;
}

.gallery-staff-02-caption hr {
  margin-right: 20px;
}

.fa {
  margin-right: 10px;
  margin-top: 15px;
  font-size: 18px;
}

a.fa {
  text-decoration: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .gallery-staff-02-caption p {
    margin: 0 0 10px;
  }

  .gallery-staff-02-caption hr {
    margin-right: 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .gallery-staff-02-caption p {
    margin: 0 100px 30px 0;
  }

  .gallery-staff-02-caption hr {
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .gallery-staff-02-thumbnail {
    padding-top: 40px;
  }
}


/****************************************************************************/
/* Incisos cortos 'short-moreinfo-04' */
/****************************************************************************/

.short-moreinfo-04 {
  background-color: #17235b;
  margin: 0;
  padding: 0;
}

.short-moreinfo-04-info {
  left: 40px;
  color: white;
}

.short-moreinfo-04 img {
  padding: 40px 0px;
  position: relative;
  width: 555px;
}

.short-moreinfo-04 h3 {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
}

.short-moreinfo-04 p {
  color: #f0f0f0;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
}

.short-moreinfo-04 button {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #17235b;
  width: 180px;
  height: 60px;
  background-color: #ffffff;
  border: 1px #ffffff;
  position: relative;
  top: 0px;
  float: right;
  margin: 0px 20px 20px 0px;
}

.short-moreinfo-04-inner {}

.short-moreinfo-04-inner h2 {
  color: #ffffff;
  font-size: 56px;
  position: absolute;
  width: 555px;
  top: 40px;
  left: 10px;
  text-align: center;
}

.short-moreinfo-04-inner p {
  color: #ffffff;
  position: absolute;
  width: 555px;
  left: 0px;
  text-align: center;
}

.short-moreinfo-04-inner #p1 {
  font-size: 26px;
  top: 80px;
}

.short-moreinfo-04-inner #p2 {
  font-size: 32px;
  top: 120px;
}

.short-moreinfo-04-inner #p3 {
  font-size: 15px;
  top: 170px;
}

@media (max-width: 767px) {
  .short-moreinfo-04 img {
    width: 100%;
  }

  .short-moreinfo-04-inner h2 {
    left: 30px;
    width: 0;
  }

  .short-moreinfo-04-inner p {
    width: 100%;
    padding-left: 0;
  }
}


/****************************************************************************/
/* Bloque de información 'info-textimage-07' */
/****************************************************************************/

.info-textimage-07 {
  padding: 15px;
  margin: 60px 0px 60px 0px;
}

.info-textimage-07 h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
}

.info-textimage-07 h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0px;
}

.info-textimage-07 p {
  font-size: 18px;
  line-height: 26px;
}

.info-textimage-07 p ul li {
  font-size: 18px;
  line-height: 26px;
}

.info-textimage-07-text {
  background: white;
}

.info-textimage-07-inner-text {
  padding: 0 35px 35px 35px;
  background: white;
}

@media (max-width: 768px) {
  .info-textimage-07 h2 {
    font-size: 24px;
    line-height: 30px
  }

  .info-textimage-07 h3 {
    font-size: 18px;
    line-height: 22px
  }

  .info-textimage-07 p {
    font-size: 16px;
  }

  .info-textimage-07 {
    margin: 25px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-textimage-07-inner-text {
    padding: 0 0 35px 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}


/****************************************************************************/
/* Bloque de galería 'gallery-staff-04' */
/****************************************************************************/

.gallery-staff-04-header {
  float: left;
  margin: 0px 0px 60px 0px;
}

.gallery-staff-04-header-info {
  top: 6%;
  /*left: 40px;*/
  color: #3f3f3f;
}

.gallery-staff-04 {
  /*margin: 0px 0px 50px 0px;*/
}

.gallery-staff-04-item {
  /*padding: 0px 50px;*/
  margin-bottom: 20px;
}

.gallery-staff-04 h4 {
  font-size: 22px;
}

.gallery-staff-04 h5 {
  font-size: 16px;
  color: gray;
}


/****************************************************************************/
/* Lista de proyectos 'work-list-01' */
/****************************************************************************/

.work-list-01 h3 {
  color: #372984;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.work-list-01 h3 a {
  color: #372984;
  font-size: 20px;
}

.work-list-01 h3 a:hover {
  color: gray;
  text-decoration: none;
}

.work-list-01 p {
  color: #646464;
  font-size: 16px;
  line-height: 18px;
  margin-top: 2px;
}


/****************************************************************************/
/* Bloque de contacto 'contact-form-04' */
/****************************************************************************/

.contact-form-04 {
  padding: 15px;
  margin: 60px 0px 60px 0px;
}

.contact-form-04 h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 0px 0px 20px 0px;
}

.contact-form-04 p {
  font-size: 16px;
}

.contact-form-04-rect-button-send {
  background: #17235b;
  color: white;
  font-size: 13px;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 90px;
  margin-top: 15px;
}

.contact-form-04-rect-button-send:disabled {
  background: #969696;
}

.contact-form-04-rect a:hover {
  color: #969696;
}

@media (max-width: 768px) {
  .contact-form-04 {
    margin: 15px 0;
  }
}


/****************************************************************************/
/* Bloque de pie de página 'footer-full-01' */
/****************************************************************************/

.footer-full-01-fluid {
  margin: 0px;
  background-color: #17235b;
  padding-left: 0px;
}

.footer-full-01 {
  padding: 30px 15px;
}

.footer-full-01 h3 {
  font-size: 24px;
  line-height: 30px;
  color: white;
  margin-top: 15px;
  margin-bottom: 10px;
}

.footer-full-01 p {
  font-size: 20px;
  line-height: 26px;
  color: white;
  margin-top: 5px;
}

.footer-full-01 a.link {
  font-size: 14px;
  line-height: 30px;
  color: #C5C8D6;
  text-decoration: none;
}

.footer-full-01 hr.separator {
  border-top: 2px solid white;
  width: 90%;
  text-align: left;
  margin: 0px;
  border-width: 1px;
}

.footer-full-01-button-purchase {
  background: #E2E4EA;
  color: #17235b;
  font-size: 13px;
  font-weight: bold;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .footer-full-01-fluid {
    padding-left: 15px;
  }

  .footer-full-01 {
    padding: 30px 0 0;
  }
}

/****************************************************************************/
/* Personalizado 'info-sector-01' */
/****************************************************************************/

.info-sector-01 .row {
  padding: 10px;
}

.info-sector-01 h2 {
  font-size: 32px;
}

.info-sector-01 p {
  font-size: 18px;
}


.info-sector-01-item {
  /*	border: 1px solid #e0e0e0;
	border-radius: 10px;*/
  padding: 15px;
  text-align: center;
}

.info-sector-01-item div {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px
}

.info-sector-01-item a {
  color: #17235b;
  font-size: 18px;
}

.info-sector-01-item a:hover, a:active {
  color: #c0c0c0;
  font-size: 18px;
}

.info-sector-01-item span {
  font-size: 72px;
}
















/****************************************************************************/
/* Bloque de galería 'features-icon-03' */
/****************************************************************************/

.features-icon-03 {
  background: #f4f4f4;
  padding: 60px 0 60px 40px;
}

.features-icon-03 h6 {
  font-size: 26px;
  color: #323232;
  line-height: 26px;
  margin-bottom: 0;
}

.features-icon-03 p {
  font-size: 14px;
  color: #323232;
  line-height: 16px;
}

.features-icon-03-icon span {
  font-size: 32px;
  color: #323232;
  margin-top: 10px;
}


/****************************************************************************/
/* Bloque de información 'info-textimage-05' */
/****************************************************************************/

.info-textimage-05 {
  float: left;
  margin: 0px 0px 60px 0px;
  text-align: center;
}

.info-textimage-05-info {
  top: 6%;
  left: 0px;
  color: #3f3f3f;
  margin-bottom: 20px;
}

.info-textimage-05-button {
  bottom: 6%;
  color: white;
  text-align: center;
}

.info-textimage-05 h2 {
  font-size: 32px;
  line-height: 36px;
}

.info-textimage-05 p {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 60px;
}

.info-textimage-05 a {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .info-textimage-05 h2 {
    font-size: 22px;
    line-height: 26px
  }

  .info-textimage-05 p {
    font-size: 14px;
    padding: 15px 0;
  }
}


/****************************************************************************/
/* Bloque de información 'info-video-01' */
/****************************************************************************/

.info-video-bg-01 {
  background: #d8d8d8;
  padding-top: 25px;
}

.info-video-01 h2 {
  font-size: 28px;
  color: #646464;
  margin-top: 65px;
}

.info-video-01 img {
  margin-left: 6px;
}

.col-xs-12.col-md-9.info-video-01 {
  width: 72%;
}

.info-video-01 a, a:hover, a:focus {
  text-decoration: none !important;
  color: transparent;
  outline: 0;
}

.info-video-pop-01 {
  width: 0px;
  height: 0px;
}

.info-video-pop-01 iframe {
  position: absolute;
  right: -200px;
  top: 400px;
}

.pull-right.info-video-01 {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 60px;
  outline: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 300px;
  left: 200px;
}

.modal-content.info-video-01 {
  padding: 0px;
  min-height: 0px;
}

@media (max-width: 768px) {

  .info-video-01 h2 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .info-video-01 img {
    margin-left: 0;
  }

  .info-video-pop-01 iframe {
    right: -135px;
    top: 70px;
    width: 320px;
    height: 180px;
  }

  .col-xs-12.col-md-9.info-video-01 {
    width: 100%;
  }

  .pull-right.info-video-01 {
    font-size: 40px;
    top: 0;
    left: 140px;
  }

}


/****************************************************************************/
/* Galería de imágenes 'gallery-staff-01' */
/****************************************************************************/

.gallery-staff-01-back {
  background: #f4f4f4;
  padding: 60px 0;
}

.gallery-staff-01-title {
  text-align: center;
}

.gallery-staff-01-title h2 {
  font-size: 40px;
}

.gallery-staff-01-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #9cabac;
  margin-bottom: 50px;
}

.gallery-staff-01-title hr {
  border-top: 2px solid #17235b;
  width: 120px;
}

.gallery-staff-01-item-image {
  position: relative;
  margin-bottom: 30px;
}

.gallery-staff-01-item-image img {
  width: 100%;
}

.gallery-staff-01-item h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.gallery-staff-01-item-overlay {
  background: rgba(0, 99, 190, 0.8);
  position: absolute;
  text-align: left;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0px 15px 0px 15px;
}

.gallery-staff-01-item-image:hover .gallery-staff-01-item-overlay {
  opacity: 1;
}

.gallery-staff-01-item-image:hover .gallery-staff-01-item h4 {
  opacity: 0;
}

.gallery-staff-01-item-overlay h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  position: absolute;
  bottom: 60px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-staff-01-item-overlay p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


/****************************************************************************/
/* Bloque de información 'info-textslider-01' */
/****************************************************************************/

.info-textslider-01 {
  padding: 15px;
  margin: 60px 0px 60px 0px;
}

.info-textslider-01 h4 {
  font-size: 36px;
  line-height: 42px
}

.info-textslider-01 p {
  font-size: 18px;
  line-height: 26px;
}

.info-textslider-01-text {
  background: white;
  padding: 10px 0px;
}

.info-textslider-01-inner-text {
  padding: 35px;
  background: white;
}

@media (max-width: 768px) {
  .info-textslider-01 h4 {
    font-size: 24px;
    line-height: 30px
  }

  .info-textslider-01 p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}

/* Slider */

.info-textslider-01-back {
  background: #17235b;
}

.info-textslider-01-slider {
  position: relative;
}

.info-textslider-01-slider-text {
  padding: 60px 180px 10px 180px;
  text-align: center;
  color: #ffffff;
}

.info-textslider-01-slider-text h5 {
  font-size: 22px;
  line-height: 28px;
}

.info-textslider-01-slider-text p {
  font-size: 16px;
  line-height: 22px;
}

.flexslider {
  background: #17235b;
  border: #17235b;
}

@media (max-width: 768px) {
  .info-textslider-01-slider-text {
    padding: 60px 60px 10px 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .info-textslider-01-slider-text {
    padding: 60px 90px 10px 90px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}


/****************************************************************************/
/* Bloque de contacto 'contact-form-02' */
/****************************************************************************/

.contact-form-02 {
  padding: 15px;
  margin: 30px 0px 30px 0px;
}

.contact-form-02 h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 60px 0px 00px 0px;
}

.contact-form-02 p, address {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 30px 0px;
}

.contact-form-02 a {
  text-decoration: none;
  color: #969696;
}

.contact-form-02 a:hover {
  color: #646464;
}

/****************************************************************************/
/* Bloque de contacto 'contact-form-03' */
/****************************************************************************/

.contact-form-03 {
  padding: 0 40px 0 40px;
}

.contact-form-03-button {
  background: #17235b;
  color: white;
  font-size: 16px;
  border: none;
  width: 120px;
  height: 50px;
  float: left;
  margin: 0;
}

.contact-form-03 p {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .contact-form-03 {
    padding: 15px;
    margin: 10px 15px 20px 15px;
  }
}

/****************************************************************************/
/* Incisos cortos 'short-moreinfo-06' */
/****************************************************************************/

.short-moreinfo-06 {
  background-color: #e7e7e7;
  height: 100px;
  padding-top: 20px;
}

.short-moreinfo-06 p {
  color: #323232;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
}

.short-moreinfo-06 p a {
  color: #323232;
  text-decoration: none;
}

.short-moreinfo-06 p a:hover {
  color: #17235b;
}

@media (max-width: 768px) {
  .short-moreinfo-06 {
    height: 100px;
    padding: 20px 10px;
  }
}


/****************************************************************************/
/* Bloque de información 'info-textimage-04' */
/****************************************************************************/

.info-textimage-04 {
  padding: 15px;
  margin: 0px;
}

.info-textimage-04 h2 {
  font-size: 32px;
  line-height: 40px
}

.info-textimage-04 p {
  font-size: 16px;
}

.info-textimage-04-text {
  background: white;
  position: relative;
  padding: 10px 0px;
}

.info-textimage-04-inner-text {
  padding: 0 35px 35px 35px;
  background: white;
}

.info-textimage-04-inner-button {
  background: #17235b;
  color: white;
  font-size: 16px;
  border: none;
  width: 120px;
  height: 50px;
  float: left;
  margin: 0 25px 0 40px;
}

@media (max-width: 768px) {
  .info-textimage-04 h2 {
    font-size: 24px;
    line-height: 30px
  }

  .info-textimage-04 p {
    font-size: 16px;
  }

  .info-textimage-04-inner-button {
    width: 100px;
    height: 45px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}


/****************************************************************************/
/* Bloque de galería 'gallery-portfolio-01' */
/****************************************************************************/

.gallery-portfolio-01 {
  float: left;
  margin: 0px 0px 60px 0px;
}

.gallery-portfolio-01-info {
  top: 6%;
  color: #3f3f3f;
}

.gallery-portfolio-01-item {
  margin-bottom: 30px;
}

.gallery-portfolio-01-item-image {
  position: relative;
}

.gallery-portfolio-01-item-image img {
  width: 100%;
}

.gallery-portfolio-01-item-overlay {
  background: rgba(0, 99, 190, 0.8);
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-portfolio-01-item-image:hover .gallery-portfolio-01-item-overlay {
  opacity: 1;
}

.gallery-portfolio-01-item-overlay p {
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-portfolio-01-item-overlay p.left {
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-portfolio-01-item-overlay a {
  color: #ffffff;
}

.gallery-portfolio-01-item-overlay a:hover,
.gallery-portfolio-01-item-overlay a:focus,
.gallery-portfolio-01-item-overlay a:active {
  color: #ffffff;
  opacity: 6;
  text-decoration: none;
}

.gallery-portfolio-01-item-image:hover .gallery-portfolio-01-item-overlay p {
  right: 15px;
}

.gallery-portfolio-01-item-name {
  padding: 15px 0 0;
}

.gallery-portfolio-01-item-name h3 {
  margin-bottom: 5px;
}

.gallery-portfolio-01-item-description {
  margin-top: 5px;
}

.gallery-portfolio-01-img {
  position: relative;
  width: 100%;
}

.gallery-portfolio-01-img p {
  color: #323232;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 25px;
}

.gallery-portfolio-01-img a {
  color: #323232;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 25px;
  text-decoration: none;
}


/****************************************************************************/
/* Características de productos o servicios 'features-icon-02' */
/****************************************************************************/

/* Encabezado */

.features-icon-03-princtext {
  text-align: center;
}

.features-icon-03-princtext hr {
  border-top: 2px solid #ecb334;
  width: 120px;
  margin-bottom: 50px;
}

.features-icon-03-princtext h2 {
  font-size: 40px;
}

.features-icon-03-princtext h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #969696;
  margin-bottom: 75px;
}

/* Bloques */

.features-icon-03-padresum h4 {
  font-size: 22px;
  margin-top: 10px;
  color: #646464;
}

.features-icon-03-padresum p {
  font-size: 16px;
  color: #969696;
}

.features-icon-03-padresum span {
  font-size: 28px;
  color: #17235b;
  margin-top: 12px;
}

hr.features-icon-03-resum {
  margin-bottom: 20px;
}

.features-icon-03-padresum {
  height: 275px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .features-icon-03-padresum {
    height: auto;
  }
}

/****************************************************************************/
/* Bloque de pie de página 'footer-full-04' */
/****************************************************************************/

.footer-full-04 {
  margin: 40px 0px -20px 0px;
}

.footer-full-04-logo {
  margin: 15px 0px;
}

.footer-full-04-address {
  font-size: 12px;
  line-height: 15px;
  margin: 15px 0px;
}

.footer-full-04-therms {
  font-size: 14px;
  line-height: 15px;
  padding: 67px 0px;
}

.footer-full-04-therms a {
  color: #17235b;
}

.footer-full-04-social-media {
  font-size: 14px;
  line-height: 15px;
  padding: 67px 0px;
}

.footer-full-04-social-media-icons {}

.footer-full-04-social-media-icons li {
  list-style: none;
}

.footer-full-04-social-media a {
  color: white;
  display: inline-block;
  font-size: 14px;
}

.footer-full-04-social-media a span {
  width: 26px;
  height: 26px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.footer-full-04-copyright {
  font-size: 11px;
}


@media (max-width: 768px) {
  .footer-full-04-therms {
    font-size: 12px;
    line-height: 12px;
    padding: 27px 0px;
  }

  .footer-full-04-social-media {
    font-size: 12px;
    line-height: 12px;
    padding: 27px 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-full-04-therms {
    font-size: 14px;
    line-height: 15px;
    padding: 27px 0px;
  }

  .footer-full-04-social-media {
    font-size: 14px;
    line-height: 15px;
    padding: 27px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 1200px) {}


/****************************************************************************/
/* Formulario de términos y condiciones */
/****************************************************************************/

.window-modal .modal-content {
    border: 0;
    /*text-align: justify;*/
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.window-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .window-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #17235b;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .window-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #17235b;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.boton-cerrar {
    background: #17235b;
    color: white;
    font-size: 18px;
    border: none;
    width: 150px;
    height: 45px;
    margin-top: 25px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
  .window-modal .close-modal {
    position: relative;
    right: 0;
    float: right;
  }

  .window-modal .close-modal .lr,
  .window-modal .close-modal .lr .rl {
    height: 50px;
  }
}


/****************************************************************************/
/* Cookies */
/****************************************************************************/

#overbox {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
}

#infobox {
  margin: auto;
  padding: 15px;
  position: relative;
  top: 0px;
  width: 100%;
  text-align: center;
  background-color: #17235b;
  font-family: 'Roboto', sans-serif;
}

#infobox p {
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  color: white;
}

    #infobox a {
        margin-right: 5px;
        text-decoration: underline;
        color: white;
        font-size: 14px;
        text-decoration: none;
    }

    #infobox span {
        margin-right: 5px;
        color: white;
        font-size: 14px;
    }

#overbox-plus {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox-plus {
    margin: auto;
    padding: 15px;
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    background-color: #17235b;
    font-family: 'Roboto', sans-serif;
}

    #infobox-plus p {
        line-height: 28px;
        font-size: 12px;
        text-align: center;
        color: white;
    }

    #infobox-plus a {
        margin-right: 5px;
        text-decoration: underline;
        color: white;
        font-size: 14px;
        text-decoration: none;
    }

    #infobox-plus span {
        margin-right: 5px;
        color: white;
        font-size: 14px;
    }


/****************************************************************************/
/* Legal */
/****************************************************************************/

.legal-info table, th, td {
  border: 1px solid #323232;
  padding: 4px;
  font-size: 12px;
  text-align: left;
}

.window-modal a:hover {
  color: #0c0c0c;
  text-decoration: none;
}


/****************************************************************************/
/* Legal Kit Digital */
/****************************************************************************/

.legal-kit p {
    font-size: 14px;
    color: var(--color-dark-gray);
    text-align: center;
    margin-top: 10px;
}