/* ===========================================================================
 * VARIABLES
 * ==========================================================================*/
/* ===========================================================================
 * HELPERS
 * ==========================================================================*/
.hm-box .box-bg, .banner-call .btn-wrpp button, .inspiracion-grid div[class*="col-"] .image-object {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.social a, .hm-box h2 a, .textiles-tabs li.tex-item a.tex-link .tex-title, .asesor-tabs li.tex-item a.tex-link .tex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-mn {
  display: inline-block;
  margin: 0px;
  padding: .5em 1.2em;
  font-size: 1em;
  font-weight: normal;
  font-family: 'FuturaLtBTLight',Myriad Pro, Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #036CAE;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0px;
  border: 2px solid #036CAE;
  outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-mn:hover {
  background-color: #048be0;
  border-color: #048be0;
  color: white;
  cursor: pointer;
}

.btn-gt {
  display: inline-block;
  margin: 0px;
  padding: .5em 1.2em;
  font-size: 1em;
  font-weight: normal;
  font-family: 'FuturaLtBTLight',Myriad Pro, Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #036CAE;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0px;
  border: 2px solid #036CAE;
  outline: 0;
  background: transparent;
  color: #036CAE;
}

.btn-gt:hover {
  background-color: #048be0;
  border-color: #048be0;
  color: white;
  cursor: pointer;
}

.browserupgrade {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 2em 0;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  background: #ccc;
  color: #000;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ===========================================================================
 * GRID
 * ==========================================================================*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

html:after {
  content: 'code by tuux';
  display: none !important;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/* ===========================================================================
 * CORE
 * ==========================================================================*/
#container *,
#container *:before,
#container *:after {
  box-sizing: border-box;
}
#container .wrapper {
	box-sizing: inherit!important;
}
::-moz-selection {
  background-color: #036CAE;
  text-shadow: none;
  color: #80cdfd;
}

::selection {
  background-color: #036CAE;
  text-shadow: none;
  color: #80cdfd;
}

body {
  color: #666666;
	margin: 0;
}

a {
  color: #036CAE;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #024772;
  text-decoration: none;
}

#contact-info a:hover {
  color: #024772;
}

/*h1,
h2,
h3 {
  color: inherit !important;
}*/

/* ===========================================================================
 * HEADER
 * ==========================================================================*/
#tagline .desc {
  float: right;
  padding: 15px 0;
}

#lang {
  padding: 5px;
}

header .fb-like {
  padding: 10px 0;
}

#contact-info,
.page-tools {
  padding: 0;
  padding-top: 5px;
}

#contact-info ul li {
  margin: 0 0 0 12px;
}

.social {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-align: center;
}

.social a {
  float: left;
  margin: 5px 0 5px 5px;
  font-size: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: white;
  background: #036CAE;
}

.social a:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .8;
}

header .menu-principal #principal {
  padding: 0;
}

header .menu-principal #principal ul.mega-menu {
  /*margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: #0c79bc;
  background: -webkit-linear-gradient(315deg, #094d83, #0b79bc);
  background: linear-gradient(135deg, #094d83, #0b79bc);
  box-shadow: 0px -1px 4px #C3C3C3;
}

header .menu-principal #principal ul.mega-menu > li {
  /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .menu-principal #principal ul.mega-menu > li.current-menu-item, header .menu-principal #principal ul.mega-menu > li.mega-current-menu-item, header .menu-principal #principal ul.mega-menu > li:hover, .archive.tax-textiles .menu-principal #principal ul.mega-menu > li#mega-menu-item-106, .inspiracion-template-default .menu-principal #principal ul.mega-menu > li#mega-menu-item-580, .single.category-blog .menu-principal #principal ul.mega-menu > li#mega-menu-item-128 {
  background: #c2ddee !important;
}

header .menu-principal #principal ul.mega-menu > li.current-menu-item a, header .menu-principal #principal ul.mega-menu > li.mega-current-menu-item a, header .menu-principal #principal ul.mega-menu > li:hover a, .archive.tax-textiles .menu-principal #principal ul.mega-menu > li#mega-menu-item-106 a, .inspiracion-template-default .menu-principal #principal ul.mega-menu > li#mega-menu-item-580 a, .single.category-blog .menu-principal #principal ul.mega-menu > li#mega-menu-item-128 a {
  color: #036CAE !important;
}

header .menu-principal #principal ul.mega-menu > li a {
  background: transparent !important;
}

header .menu-principal #principal ul.mega-menu a {
  color: white;
  border: none;
}

.home #encabezado {
  margin-bottom: 0px;
}

header .menu-principal {
  margin: 0 auto;
}

#header-info {
  padding-bottom: 10px;
}

#cerrar-menu {
  display: none !important;
}

header .redes {
  padding-right: 10px;
  padding-top: 5px;
}

.mega-sub-menu,
#contact-info,
.fixedbtns {
  box-sizing: content-box;
}

.mega-sub-menu *,
#contact-info *,
.fixedbtns * {
  box-sizing: content-box;
}

.mega-menu .mega-sub-menu {
  right: 0 !important;
}

.mega-menu .mega-sub-menu .mega-menu-item.widget_text {
  width: 165px !important;
  height: 135px !important;
  float: left !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mega-menu .mega-sub-menu .mega-menu-item.widget_text:hover {
  background-color: #EEE;
}

/* ===========================================================================
 * INDEX
 * ==========================================================================*/
.row.hm-boxs-wrp {
  margin: 0px;
}

.row.hm-boxs-wrp div[class*="col-"] {
  padding: 0px;
  border: 1px solid white;
}

.row.hm-boxs-wrp.telas-wrp .hm-box.even h2 a {
  background-color: #024d7c;
}

.row.hm-boxs-wrp.telas-wrp .hm-box.even h2 a:hover {
  color: white !important;
  background-color: #048be0;
}

.hm-box {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.hm-box:hover h2 a {
  background-color: #024d7c;
}

.hm-box:hover .box-bg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hm-box .box-bg {
  position: absolute;
  top: 75px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #036CAE no-repeat top center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hm-box h2 {
  position: absolute;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  background-color: #084d83;
  z-index: 3;
}
#container .hm-boxs-wrp > div:nth-of-type(odd) .hm-box h2 {
    background: #069cd9;
}
.hm-box h2 a {
  width: 100%;
  min-height: 75px;
  text-transform: uppercase;
  color: white;
}

.hm-box h2 a:hover {
  color: white !important;
  background-color: #024d7c;
}

.hm-box .over-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 75px;
  left: 0;
  z-index: 2;
  text-align: center;
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.84);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hm-box .over-wrp p {
  color: #036CAE;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.hm-box .over-wrp a {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.hm-box .over-wrp * {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hm-box .over-wrp:hover {
  opacity: 1;
}

.hm-box .over-wrp:hover * {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.banner_catalogo {
  margin: 10px 0;
  text-align: center;
  padding: 0;
  background-color: #0a7cc2;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 4px #B9B9B9;
}

.banner_catalogo h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.banner_catalogo * {
  color: #FFF !important;
}

.banner_catalogo .txt {
  padding: 4%;
  width: 100%;
}

.banner_catalogo p {
  font-size: 17px;
  margin-bottom: 30px;
}

.contac_home {
  background: #cdebf7;
  color: #0a7dc2;
  padding: 2%;
  margin: 0 0 20px;
  box-shadow: 0px 0px 4px #B9B9B9;
  width: 100% !important;
}

.contac_home p {
  color: #0a7dc2;
  font-size: 24px;
  line-height: 1.2em;
}

.contac_home h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contac_home form textarea,
.contac_home form input[type="email"],
.contac_home form input[type="text"] {
  color: #69A3D1;
  font-size: 12px;
  background: #FFF;
  padding: 10px;
  border: 0 none;
  margin-bottom: 10px;
  width: 100%;
}

.contac_home form input[type="submit"] {
  width: auto !important;
  background: #0a7dc2 !important;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 18px 28px !important;
  font-family: 'FuturaLtBTLight', Myriad Pro, Arial, sans-serif;
  letter-spacing: 0.1em;
  margin: 10px auto;
  font-size: 16px;
}

.contac_home ::-webkit-input-placeholder {
  color: #036CAE;
}

.contac_home :-moz-placeholder {
  color: #036CAE;
}

.contac_home ::-moz-placeholder {
  color: #036CAE;
}

.contac_home :-ms-input-placeholder {
  color: #036CAE;
}

.ttl_categ {
  font-family: 'FuturaLtBTLight';
  font-size: 21px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  text-align: center;
  background-color: #0c79bc;
  background: -webkit-linear-gradient(315deg, #094d83, #0b79bc);
  background: linear-gradient(135deg, #094d83, #0b79bc);
  padding: 14px 20px;
  color: #FFF !important;
  margin: 0;
  box-shadow: 0px 0px 4px #B1B0B0;
  width: 100%;
}

/* ===========================================================================
 * CATEGORY BLOG
 * ==========================================================================*/
.cat-tit img {
  display: block;
}

#conatiner.overshow {
  overflow: visible;
}

.blog-posts {
  position: relative;
  padding-bottom: 30px;
  height: auto;
}

.blog-posts .blog-item {
  width: 33.33%;
  padding: 0px 0px 20px 0px;
  background-color: #f3f3f3;
  border: 1px solid #dee2e3;
}
.blog-posts .blog-item .image img {
	width: 100%;
	height: auto;
}
.blog-posts .blog-item .contenido {
  margin: 10px 20px;
}

.blog-posts .blog-item .contenido .titulo a {
  display: block;
  margin: 10px 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FuturaHvBTHeavy", Myriad Pro, Arial, sans-serif;
  line-height: 1.4em;
  color: #444444;
}

.blog-posts #infscr-loading {
  display: block;
  position: absolute;
  top: 100%;
  width: 100% !important;
  height: 100px !important;
  padding: 20px;
  text-align: center;
  background: white;
}

/* The animation code */
@-webkit-keyframes pp-fadee {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}
@keyframes pp-fadee {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}

.infinite-nav .infinite-link a {
  padding: 14px 30px;
  color: #074e82;
  border: 0;
  margin: 20px 0 10px;
  width: auto;
  display: block !important;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  background: #E0EAF3;
  border-top: 3px solid #D5E2EC;
}

.blog-search {
  background-color: #d9e6ee;
  position: relative;
  margin-bottom: 10px;
}

.blog-search input[type="text"] {
  background-color: #d9e6ee;
  padding: 14px 10px;
  color: #074e82;
  border: 0;
  margin: 0;
  width: 96%;
  font-size: 14px;
}

.blog-search input[type="submit"] {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(../images/iconn-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0px;
  color: transparent;
  cursor: pointer;
}

/* ===========================================================================
 * SINGLE BLOG
 * ==========================================================================*/
.blog-inn {
  background-color: #f3f3f3;
  padding: 40px;
}

.blog-inn .blog-share {
  padding-bottom: 40px;
}

.blog-inn .meta-blog {
  color: #084e82;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.blog-inn .titulo {
  font-size: 30px;
  margin: 10px 0;
  font-weight: bold;
  color: #333 !important;
  text-transform: uppercase;
}

.blog-inn .imagen {
  margin: 10px 0;
}
.blog-inn .imagen img {
	width: 100%;
	height: auto;
}

.blog-inn .side-loop h3 {
  color: #084e82 !important;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-inn .side-loop ul li {
  border-bottom: 1px solid #07a0fd;
  padding: 7px 0;
}

.blog-inn .side-loop ul li a {
  color: #535353;
  font-size: 16px;
}

.blog-inn .side-loop ul li a:hover {
  text-decoration: underline;
}

/* ===========================================================================
 * TAXONOMY TEXTILES
 * ==========================================================================*/
.textiles-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #012F53;
  padding: 0 none !important;
  margin: 0 none !important;
  list-style: none !important;
}

.textiles-tabs li.tex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.textiles-tabs li.tex-item a.tex-link .tex-thumb {
  height: 345px;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.textiles-tabs li.tex-item a.tex-link .tex-title {
  position: relative;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  height: 80px;
  padding: 10px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  background: #012F53;
}

.textiles-tabs li.tex-item a.tex-link:hover .tex-title {
  background: #069cd9;
}

.textiles-tabs li.tex-item a.tex-link:hover .tex-thumb {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.textiles-tabs li.tex-item.active a.tex-link .tex-title {
  background: #069cd9;
}

.textiles-tabs li.tex-item.active a.tex-link .tex-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #069cd9 transparent transparent transparent;
}

.textiles-tabs li.tex-item.active a.tex-link .tex-thumb {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.textiles-contenido {
  background: #EEE;
  padding: 7%;
  overflow: hidden;
}

.textiles-contenido .rtbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.textiles-contenido .rtbs .rtbs_menu {
  min-width: 249px;
  max-width: 251px;
  width: 250px;
}

.textiles-contenido .rtbs .rtbs_menu ul {
  background: transparent !important;
}

.textiles-contenido .rtbs .rtbs_menu ul:after {
  display: none !important;
}

.textiles-contenido .rtbs .rtbs_menu ul li {
  display: block !important;
  position: relative;
  width: 90%;
  color: #808080;
  padding: 0;
  background: transparent;
}

.textiles-contenido .rtbs .rtbs_menu ul li:after {
  content: '\f054';
  font-family: fontawesome;
  position: absolute;
  left: 100%;
  top: 5px;
  font-size: 1.1em;
  padding-left: 10px;
}

.textiles-contenido .rtbs .rtbs_menu ul li.mobile_toggle {
  display: none !important;
}

.textiles-contenido .rtbs .rtbs_menu ul li.current {
  color: #069cd9;
}

.textiles-contenido .rtbs .rtbs_menu ul li.current a {
  background: transparent !important;
  color: #069cd9;
}

.textiles-contenido .rtbs .rtbs_menu ul li a {
  font-family: "FuturaHvBTHeavy", Myriad Pro, Arial, sans-serif;
  font-size: 16px;
  padding: 4px;
  color: #808080;
}

.textiles-contenido .rtbs .rtbs_menu ul li a:hover {
  color: #069cd9;
}

.textiles-contenido .rtbs .rtbs_content {
  border-top: 0px !important;
  padding: 0 30px;
  background: transparent;
  color: #069cd9;
}

.textiles-contenido .rtbs .rtbs_content p {
  color: #069cd9;
}

/* ===========================================================================
 * INSPIRACION
 * ==========================================================================*/
.insp-elements-wrp {
  margin: 12px 0;
  background: blue;
  padding: 0 15px;
}

.insp-elements-wrp div[class*="col-"] {
  padding: 0px;
}

.insp-element {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid gray;
}

.insp-element .insp-bg {
  width: 100%;
  height: 346px;
  background: #6D6D6D no-repeat center top;
  background-size: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.insp-element a.insp-over {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 2;
}

.insp-element .btn-gt {
  position: absolute;
  display: block;
  bottom: 25px;
  width: 75%;
  margin: 0 14%;
  color: white;
  border-color: white;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.insp-element:hover .insp-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.insp-element:hover .insp-over {
  background: rgba(255, 255, 255, 0.2);
}

.insp-element:hover .btn-gt {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.banner-call {
  position: relative;
}

.banner-call .btn-wrpp {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.banner-call .btn-wrpp button {
  border-color: white;
  color: white;
  font-size: 1.7em;
  background: rgba(0, 0, 0, 0.2);
}

.banner-call .btn-wrpp button:hover {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  letter-spacing: 2px;
}

.inspira-info {
  background-color: #094f85;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
  max-height: 0;
  padding: 0px 80px;
}

.inspira-info.show-info {
  max-height: 560px;
  padding: 50px 80px;
  -webkit-animation-name: shoinfo;
          animation-name: shoinfo;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.inspira-info.hide-info {
  max-height: 0;
  padding: 0px 80px;
  -webkit-animation-name: hideinfo;
          animation-name: hideinfo;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.inspira-info a.ocultarbtn {
  display: block;
  text-align: center;
  color: #FFF;
  margin: 30px auto 0;
  font-size: 16px;
  text-transform: uppercase;
  width: 110px;
  font-family: 'FuturaMdBTMedium', Myriad Pro, Arial, sans-serif;
  text-decoration: none;
}

.inspira-info a.ocultarbtn:before {
  float: right;
  font-size: 23px;
  margin: -5px 0 0;
  font-family: FontAwesome;
}

/* The animation code */
@-webkit-keyframes shoinfo {
  0% {
    max-height: 0;
    padding: 0px 80px;
  }
  100% {
    max-height: 560px;
    padding: 50px 80px;
  }
}
@keyframes shoinfo {
  0% {
    max-height: 0;
    padding: 0px 80px;
  }
  100% {
    max-height: 560px;
    padding: 50px 80px;
  }
}

@-webkit-keyframes hideinfo {
  0% {
    max-height: 560px;
    padding: 50px 80px;
  }
  100% {
    max-height: 0;
    padding: 0px 80px;
  }
}

@keyframes hideinfo {
  0% {
    max-height: 560px;
    padding: 50px 80px;
  }
  100% {
    max-height: 0;
    padding: 0px 80px;
  }
}

.inspiracion-grid {
  padding: 0 15px;
}

.inspiracion-grid div[class*="col-"] {
  padding: 0;
  overflow: hidden;
  height: 350px;
  border: 1px solid white;
}

.inspiracion-grid div[class*="col-"] .image-object {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: no-repeat center top;
  background-size: cover;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.inspiracion-grid div[class*="col-"] .image-object:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ===========================================================================
 * TECNOLOGIAS
 * ==========================================================================*/
.page-id-602 #container .titulo, .page-id-602 #container .imagen, .page-id-625 #container .titulo, .page-id-625 #container .imagen {display: none;}
.page-id-602 #container, .page-id-625 #container {padding-top: 0;}
.rtbs_tecnologias_en,
.rtbs_tecnologias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rtbs_tecnologias_en .rtbs_menu ul,
.rtbs_tecnologias .rtbs_menu ul {
  width: 220px;
  background-color: #002f53;
  font-family: 'FuturaHvBTHeavy', Myriad Pro, Arial, sans-serif;
  font-size: 14px !important;
  list-style: none !important;
}

.rtbs_tecnologias_en .rtbs_menu ul li,
.rtbs_tecnologias .rtbs_menu ul li {
  background: transparent !important;
  text-transform: uppercase;
  margin: 0 !important;
  width: 100%;
  border-bottom: 1px solid #2b3d50;
  list-style: none !important;
}

.rtbs_tecnologias_en .rtbs_menu ul li:hover,
.rtbs_tecnologias .rtbs_menu ul li:hover {
  background-color: #004880 !important;
}

.rtbs_tecnologias_en .rtbs_menu ul li.current,
.rtbs_tecnologias .rtbs_menu ul li.current {
  background-color: white !important;
}

.rtbs_tecnologias_en .rtbs_menu ul li.current a,
.rtbs_tecnologias .rtbs_menu ul li.current a {
  color: #007cc9!important;
}

.rtbs_tecnologias_en .rtbs_menu ul li a,
.rtbs_tecnologias .rtbs_menu ul li a {
  display: block;
  color: #FFF;
  background: 0;
  padding: 9px 14px !important;
  border: 0;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1.6em;
  font-family: FuturaHvBTHeavy, Myriad Pro, Arial, sans-serif;
}

.rtbs_tecnologias_en .rtbs_menu ul li a:before,
.rtbs_tecnologias .rtbs_menu ul li a:before {
  content: '+';
  padding-right: 10px;
}

.rtbs_tecnologias_en .rtbs_content,
.rtbs_tecnologias .rtbs_content {
  padding: 0 !important;
  border: 0 !important;
}

.rtbs_tecnologias_en .rtbs_content > div,
.rtbs_tecnologias .rtbs_content > div {
  display: none;
}

.rtbs_tecnologias_en .rtbs_content p,
.rtbs_tecnologias .rtbs_content p {
  margin: 0px;
}

.rtbs_tecnologias_en .rtbs_content img,
.rtbs_tecnologias .rtbs_content img {
  display: block;
  height: 100%;
  width: auto;
}

/* ===========================================================================
 * ASESORIA
 * ==========================================================================*/
.asesor-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: green;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.asesor-tabs li.tex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  background: #017CC9 !important;
}

.asesor-tabs li.tex-item br,
.asesor-tabs li.tex-item p {
  display: none;
}

.asesor-tabs li.tex-item a.tex-link {
  display: block;
}

.asesor-tabs li.tex-item a.tex-link br,
.asesor-tabs li.tex-item a.tex-link p {
  display: none;
}

.asesor-tabs li.tex-item a.tex-link .tex-title {
  position: relative;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 14px 40px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.asesor-tabs li.tex-item a.tex-link .tex-title b {
  display: block;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'FuturaHvBTHeavy', Myriad Pro, Arial, sans-serif;
}

.asesor-tabs li.tex-item a.tex-link .tex-title small {
  display: block;
  font-size: 14px;
}

.asesor-tabs li.tex-item a.tex-link:hover .tex-title {
  background: #069cd9;
}

.asesor-tabs li.tex-item.active a.tex-link .tex-title {
  background: #069cd9;
}

.asesor-tabs li.tex-item.active a.tex-link .tex-title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #069cd9 transparent transparent transparent;
}

.asesor-tabs li.tex-item.active a.tex-link .tex-thumb {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.asesor-contenido {
  background: #EEE;
  padding: 7%;
  overflow: hidden;
}

.asesor-contenido .rtbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asesor-contenido .rtbs .rtbs_menu {
  min-width: 249px;
  max-width: 251px;
  width: 250px;
}

.asesor-contenido .rtbs .rtbs_menu ul {
  background: transparent !important;
}

.asesor-contenido .rtbs .rtbs_menu ul:after {
  display: none !important;
}

.asesor-contenido .rtbs .rtbs_menu ul li {
  display: block !important;
  position: relative;
  width: 90%;
  color: #808080;
  padding: 0;
  background: transparent;
}

.asesor-contenido .rtbs .rtbs_menu ul li:after {
  content: '\f054';
  font-family: fontawesome;
  position: absolute;
  left: 100%;
  top: 5px;
  font-size: 1.1em;
  padding-left: 10px;
}

.asesor-contenido .rtbs .rtbs_menu ul li.mobile_toggle {
  display: none !important;
}

.asesor-contenido .rtbs .rtbs_menu ul li.current {
  color: #069cd9;
}

.asesor-contenido .rtbs .rtbs_menu ul li.current a {
  background: transparent !important;
  color: #069cd9;
}

.asesor-contenido .rtbs .rtbs_menu ul li a {
  font-family: "FuturaHvBTHeavy", Myriad Pro, Arial, sans-serif;
  font-size: 16px;
  padding: 4px;
  color: #808080;
}

.asesor-contenido .rtbs .rtbs_menu ul li a:hover {
  color: #069cd9;
}

.asesor-contenido .rtbs .rtbs_content {
  border-top: 0px !important;
  padding: 0 30px;
  background: transparent;
  color: #069cd9;
}

.asesor-contenido .rtbs .rtbs_content p {
  color: #069cd9;
}

table.asesoria-table {
  border: 0px;
}

table.asesoria-table td {
  padding: 16px 0;
  border-top: 1px solid #ddd;
}

table.asesoria-table td img {
  vertical-align: middle;
  padding-right: 10px;
}

/* ===========================================================================
 * OVERIDES
 * ==========================================================================*/
#footer-featured h2 {
  color: #ffffff !important;
}
#footer-featured .wp-polls .Buttons {color: #0a7dc2; border-radius: 2px;font-family: 'FuturaHvBTHeavy', Myriad Pro, Arial, sans-serif;font-size: 12px;}
#footer-featured .wp-polls .Buttons:hover {color: #fff;}
/*.blog-contenido ol,
.blog-contenido ul {
	list-style-type: initial !important;
	margin-left: 30px !important;
}*/

/* ===========================================================================
 * END
 * ==========================================================================*/
/* ===========================================================================
 * MEDIA QUERIES
 * ==========================================================================*/
@media all and (max-width: 1020px) {
header .menu-principal {
	float: none;
	margin: 0;
	min-height: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #444;
}
header .menu-principal #principal ul.mega-menu {
	display: none;
	width: auto;
	position: relative;
	margin-top: 45px;
	text-align: center;
}
}
@media only screen and (max-width: 768px) {
  #cerrar-menu {
    display: block !important;
  }
  header .menu-principal #principal ul.mega-menu,
  header .menu-principal #principal ul.mega-menu li {
    background: rgba(255, 255, 255, 0.9);
  }
  header .menu-principal #principal ul.mega-menu a,
  header .menu-principal #principal ul.mega-menu li a {
    color: #888;
	  text-align: left;
  }
  /*header .menu-principal #principal ul.mega-menu .mega-sub-menu,
  header .menu-principal #principal ul.mega-menu {
    display: block;
  }*/
  header .menu-principal #principal ul.mega-menu, header .menu-principal #principal ul.menu {
    display: none;
  }
header .menu-principal #mobile-toggle {
	margin: 0;
}
header .menu-principal #principal ul.mega-menu, header .menu-principal #principal ul.menu {
	display: none;
	width: 100%;
	max-width: 300px;
	top: 0;
	background: rgba(255,255,255,0.9);
	position: fixed;
	left: 0;
	z-index: 100;
	margin-top: 0;
	height: 100%;
	padding-top: 30px;
	text-align: left;
	overflow: auto;
	box-sizing: border-box;
}
  .rtbs_tecnologias {
    display: block;
  }
  .rtbs_tecnologias .rtbs_menu ul {
    width: 100%;
  }
  .rtbs_tecnologias .rtbs_menu ul li.mobile_toggle {
    padding: 12px .5rem 12px 30px !important;
  }
  .rtbs_tecnologias .rtbs_menu ul li a {
    background: transparent !important;
  }
  .rtbs_tecnologias .rtbs_content img {
    display: block;
    height: auto;
    width: 100%;
  }
	#encabezado .logo img {
 	   margin: 8px 0;
	}
}

@media only screen and (max-width: 425px) {
  .page-tools .social{
    display: none;
  }
  .textiles-tabs {
    display: block;
  }
  .textiles-contenido .rtbs {
    display: block;
  }
  .inspira-info.show-info {
    max-height: 1260px;
    padding: 50px 10px;
  }
  .blog-posts .blog-item {
    width: 100%;
  }
  .asesor-tabs {
    display: block;
  }
}


