@font-face
{
   font-family: pickle-pushing;
   src: url('../fonts/Pickle Pushing.otf');
 }
 .color-top
 {

  background-color: #FFFFFF !important;
 }
/** tipo de fuente **/
.tittle-tiees-font
{
  color: #20374f !important;
  font-family: "Roboto Mono",Monaco,Consolas,"Courier New",monospace;
}
/** Fuente grande **/
.tittle-lg
{
font-size: 4vh ;
font-weight: bolder;
}

/** Fuente mediana **/
.tittle-md
{
font-size: 4vh ;
font-weight: bolder;
}

/** Fuente chica **/
.tittle-sll
{
font-size: 12px;
font-weight: normal;

}

.logo-tiees
{
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-duration: 2s;
    -webkit-transition: all 200ms cubic-bezier(0.950,0,0.265,1);
    -webkit-transition: all 200ms cubic-bezier(0.950,-0.480,0.265,1.550);
    -moz-transition: all 200ms cubic-bezier(0.950,-0.480,0.265,1.550);
    -o-transition: all 200ms cubic-bezier(0.950,-0.480,0.265,1.550);
    transition: all 200ms cubic-bezier(0.950,-0.480,0.265,1.550);
}


/** Efecto hover para menu **/
.hover-underline-menu {
  width: 100%;
}
/**fondo en  menu **/
.hover-underline-menu .menu {
  background-color: #FFFFFF;
}

.hover-underline-menu .menu a {
  padding: 1.2rem 1.5rem;
}

.flecha-up {
    width:0px;
    height:0px;
    border-left:25px solid transparent; /* izquierda flecha */
    border-right:25px solid transparent; /* derecha flecha */
    border-bottom:25px solid #0A0A0A; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
 }

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid #fefefe;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

/** efecto transicion borde **/
.thumb-corporate__inner::before {

      content: '';
      position: absolute;
      top: 51px;
      bottom: -15px;
      width: 49px;
      border: 4px solid #b91d30;
      border-top: 0;
      border-right: 0;
      transition: 0.33s ease-out;

  }

  .thumb-corporate__inner
  {
    position: relative;
    padding: 0 10px 0 0px;
  }

.thumb-corporate__title {
    padding-left: 95px;
}

.thumb-corporate__title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  padding-left: 10px;
}

.thumb-corporate:hover .thumb-corporate__inner::before {
  top: 0;
}

a:hover, a:focus {
  color: #b91d30 !important;
  text-decoration: none;
  outline: none;
}

.shell, .shell-wide {
  max-width: 750px;
}
.shell, .shell-wide {
  min-width: 300px;
  max-width: 480px;
}
.shell, .shell-wide, .shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.range {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

p img {
  margin-right: 50px;
}
p img {
  margin-right: 30px;
}
p img {
  float: left;
  max-width: 45%;
  min-width: 200px;
  margin-right: 20px;
}
p img {
  margin-bottom: 10px;
}
p * {
  display: inline;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}



.owl-carousel.owl-loaded {

    display: block;

}
* + .owl-carousel_style-2 {

    margin-top: 50px;

}
* + .owl-carousel_style-2 {

    margin-top: 30px;

}
.owl-carousel_style-2 {

    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);

}
.owl-carousel {

    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;

}
.fadeIn {

    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

}


/** linea decorativa */

.post-minimal__divider {
  width: 60%;
  height: 2px;
  background: #b91d30;
}



/**imagen pie de pagina **/
.hero-section {
  background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") 50% no-repeat;
  background-size: cover;
  height: 60vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none;
  }
}

[data-sticky] {
  width: 100%;
}

.sticky-container {
  z-index: 5;
}

/**borde  datos de contacto **/

.layout-bordered__aside {
    border-left: 1px solid #ebebeb;
}
.layout-bordered__aside {
    width: 29%;
}
.layout-bordered > * + * {
    margin-top: 0;
}
.layout-bordered > * + * {
    margin-top: 50px;
}

.layout-bordered__aside-item:first-child {
  padding-top: 0;
}
.layout-bordered__aside-item {
  margin: 0 30px;
}
.layout-bordered__aside-item {
  padding: 26px 0;
      padding-top: 26px;
}
.layout-bordered__aside-item {
  margin: 0 15px;
}
.layout-bordered__aside-item {
  padding: 15px 0;
}

.list-inline-xs {
  position: relative;
  transform: translate3d(0,-10px,0);
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.unit-horizontal {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout-bordered__aside-item + .layout-bordered__aside-item {
  border-top: 2px solid #ebebeb;
}
.layout-bordered__aside-item {
  margin: 0 30px;
}
.layout-bordered__aside-item {
  padding: 20px 0;
}

/* Styles servicios */
body {
  padding: 2rem 1rem;
}

.docs-example-orbit-slide {
  padding: 2rem 4rem;
  color: #fefefe;
}

/* Styles servicios */
.parallax-container {
  position: relative;
  overflow: hidden;
}

.material-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
}

/* Cambios para footer */
.tittle-tiees-font-white
{
  color: #FFFFFF !important;
  font-family: "Roboto Mono",Monaco,Consolas,"Courier New",monospace;
}

/* full Screen valores*/
.full-screen-hero-thing-valores {
  height: 30%;
  opacity:0.18;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/background_valores.png") center center no-repeat;
  background-size: cover;
}

/* full Screen pie de pagina*/
.full-screen-hero-thing {
  height: 30%;
  opacity:0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/pie_pagina.jpg") center center no-repeat;
  background-size: cover;

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

.parallax-window {
	min-height: 100px;
	background: transparent;
}

.tittle-sll-contac
{
  font-size: 14px;
  font-weight: normal;
}

#main {
  position: relative;
  list-style: none;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 10px auto;
}

#main li {
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 5;
  min-width: 120px;
}

li {
  margin: 0;
}

.drop {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  width: 100%;
  left: 0;
  top: 48px;
}

.drop div {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  position: relative;
}

.drop li {
  display: block;
  padding: 0;
  width: 100%;
  background: #b91d30 !important;
}

#marker {
  height: 6px;
  background: #b91d30 !important;
  position: absolute;
  bottom: 0;
  width: 120px;
  z-index: 2;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

#main li:nth-child(1):hover ul div {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}

#main li:nth-child(1):hover ~ #marker {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}

#main li:nth-child(2):hover ul div {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}

#main li:nth-child(2):hover ~ #marker {
  -webkit-transform: translate(145px, 0);
  -moz-transform: translate(145px, 0);
  -ms-transform: translate(145px, 0);
  transform: translate(145px, 0);
}

#main li:nth-child(3):hover ul div {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}
#main li:nth-child(3):hover ~ #marker {
  -webkit-transform: translate(275px, 0);
  -moz-transform: translate(275px, 0);
  -ms-transform: translate(275px, 0);
  transform: translate(275px, 0);
}

#main li:nth-child(4):hover ul div {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}

#main li:nth-child(4):hover ~ #marker {
  -webkit-transform: translate(385px, 0);
  -moz-transform: translate(385px, 0);
  -ms-transform: translate(385px, 0);
  transform: translate(385px, 0);
}

#main li:nth-child(5):hover ul div {
  -webkit-transform: translate(17px, 0);
  -moz-transform: translate(17px, 0);
  -ms-transform: translate(17px, 0);
  transform: translate(17px, 0);
}

#main li:nth-child(5):hover ~ #marker {
  -webkit-transform: translate(515px, 0);
  -moz-transform: translate(515px, 0);
  -ms-transform: translate(515px, 0);
  transform: translate(515px, 0);
}

.orbit-container-height {
    min-height: 375px !important;
}

.tittle-sll-servicios {
    font-size: 18px;
    font-weight: bolder;
}