@charset "UTF-8";
/*
	Theme Name: TMS 2017
	Theme URI: http://tms.com.mx
	Description: TMS 2017 WordPress Theme
	Version: 0.5.4
	Author: Idventiva (@idventiva)
	Author URI: http://idventiva.com
	Tags: Blank, tms, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*    SCSS Setup
\*------------------------------------*/
@font-face {
  font-family: 'Fox Grotesque';
  font-weight: 400;
  src: url("fonts/FoxGrotesque.ttf");
}

@font-face {
  font-family: 'Fox Grotesque';
  font-weight: 600;
  src: url("fonts/FoxGrotesqueBlack.ttf");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 300;
  src: url("fonts/HelveticaNeueLTCom-Lt.ttf");
}

@font-face {
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url("fonts/HelveticaNeueLTCom-Md.ttf");
}

@font-face {
  font-family: 'Helvetica Neue Condensed';
  font-weight: 400;
  src: url("fonts/HelveticaNeueLTCom-MdCn.ttf");
}

@font-face {
  font-family: 'Nirmala';
  font-weight: 500;
  src: url("fonts/NirmalaB.ttf");
}

/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  margin: 0;
}

body {
  font: 400 16px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
  margin: 0;
}

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
/* section */
.section {
  width: 100%;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* wrapper */
.wrapper {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
  height: 100%;
}

/* header */
.header {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* logo */
.logo {
  position: absolute;
  z-index: 10;
  width: 120px;
}

.page-inicio .logo {
  width: 200px;
}

/* nav */
/* sidebar */
.sidebar-widget h3 {
  margin-bottom: 0;
  color: #c5a98d;
}

.sidebar-widget ul {
  margin-top: 0;
}

/* footer */
.footer {
  width: 100%;
  height: 100vh;
  max-height: 300px;
  background-color: #262626;
  color: #ffffff;
  height: auto;
  overflow: hidden;
}

.footer a {
  color: #ffffff;
}

.footer-widget {
  float: left;
  width: 20%;
  padding-bottom: 20px;
  font-size: 11pt;
  line-height: 180%;
}

.footer-widget h3 {
  color: #cc0d43;
  font-weight: bold;
}

.footer-widget ul {
  padding: 0;
}

.footer-widget ul li {
  list-style: none;
  padding: 5px 0;
}

.footer-widget ul li a {
  padding: 5px 0;
}

.copyright {
  background-color: #3a3a3a;
  padding: 20px;
}

.button {
  background: linear-gradient(to bottom, #646464, black);
  padding: 13px 30px 8px;
  border-radius: 50px;
  font-weight: bold;
  color: #c5a98d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.35s;
  border: 2px solid #c5a98d;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.button:hover {
  color: #ffffff;
  transition: 0.35s;
  border: 2px solid #dfcfc0;
}

.comments {
  display: none;
}

/*------------------------------------*    MENU
\*------------------------------------*/
.header {
  max-width: none;
  margin: 0 auto;
  width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  height: auto;
  overflow: visible;
  height: 200px;
}

.header .wrapper {
  height: 100px;
  position: relative;
}

.nav {
  position: fixed;
  top: 40px;
  right: 40px;
  height: 100px;
  z-index: 100;
}

.nav ul {
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue';
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
  position: relative;
  top: 20px;
}

.nav ul::before {
  content: '';
  position: absolute;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
}

.nav li {
  float: left;
  margin: 10px 0px;
  position: relative;
  transition: 0.5s;
  width: 100px;
  text-align: center;
}

.nav li a {
  color: #ffffff;
  position: relative;
  text-align: center;
  transition: 0.5s;
  padding-top: 35px;
  text-shadow: 1px 1px 2px black;
}

.nav li a::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 2px;
  transition: 0.5s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.nav li a::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: black;
  border-radius: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5px;
  transition: 0.35s;
}

.nav li a:hover:after {
  background-color: #cc0d43;
  transition: 0.35s;
}

.nav li.current-menu-item a::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: #e7dcd1;
  background-color: #cc0d43;
  border-radius: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5px;
  transition: 0.35s;
}

.nav li.current-menu-item a:hover::after {
  background-color: #a67c51;
}

/* Otros Colores */
.page-inicio .nav li a {
  text-shadow: 2px 2px 2px black;
  color: #ffffff;
}

.page-inicio .nav li a::before {
  border-color: #ffffff;
}

.page-inicio .nav li a:hover:after {
  background-color: #c5a98d;
}

/*------------------------------------*    HOME
\*------------------------------------*/
#home-intro {
  background-image: url(img/backgrounds/home-intro.jpg);
  height: 100vh;
}

#home-multimedia {
  max-height: 790px;
  background-color: #c5a98d;
  background-image: url(img/backgrounds/home-multimedia.jpg);
  color: #ffffff;
}

#home-multimedia .wrapper {
  height: 100%;
}

#home-chambasihay {
  position: relative;
  height: 720px;
  background-color: #cecece;
  background-image: url(img/backgrounds/home-chambasihay.jpg);
  background-position: 50% 40%;
  color: #262626;
  padding: 40px;
}

#find-my-cargo {
  position: absolute;
  bottom: 100px;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #c5a98d -15%, #a67c51 105%);
  text-align: center;
  padding: 1px;
  border-radius: 30px;
  border: 2px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

#find-my-cargo a {
  background: linear-gradient(to bottom, #000000 -5%, #262626 105%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  padding: 8px;
  color: #c5a98d;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}

#find-my-cargo a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 105%);
  z-index: 1;
  opacity: 0;
  transition: 0.35s;
}

#find-my-cargo a:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  border-radius: 24px;
  transition: 0.35s;
}

#announcements {
  position: absolute;
  bottom: 0px;
  height: 50px;
  right: 0px;
  left: 0;
  padding: 0;
  border-top: 1px solid transparent;
  border-bottom: 0px solid #59432d;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #c5a98d, #e7dcd1);
  background-size: 110%;
  background-position: center -10px;
}

#announcements aside.sidebar {
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
  border-radius: 0;
  border: 0;
  height: inherit;
  padding: 13px;
}

#announcements aside.sidebar .chambasihay {
  height: 28px;
  width: 200px;
  background-size: contain;
  text-indent: -4000px;
  background-image: url("img/chambasihay.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -4000px !important;
  background-color: transparent;
  color: transparent !important;
}

#announcements aside.sidebar ul li {
  border-top: 0;
  border-bottom: 0;
}

#announcements .widget_pages_by_tax {
  position: absolute;
  top: 2px;
  left: 200px;
  border-left: 1px solid rgba(32, 32, 32, 0.44);
  padding-left: 10px;
}

#announcements .widget_pages_by_tax .bx-wrapper {
  background: transparent;
}

#announcements .widget_pages_by_tax h3 {
  display: none;
}

#announcements .postbytax-title-wrap {
  width: 300px;
}

#announcements h3 {
  float: left;
  margin: 0;
  width: 150px;
  line-height: 0.7;
}

#announcements h3 a {
  color: #a67c51;
}

#announcements h3 a:hover {
  color: #ceb69e;
  padding-left: 0px;
}

#announcements h3 a:hover::before {
  display: none;
  left: 0;
}

#announcements ul, #announcements .pbytax-list {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
}

#announcements ul li, #announcements .pbytax-list li {
  color: #ffffff;
  text-indent: 0;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

#announcements ul li a, #announcements .pbytax-list li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal;
}

#announcements ul li:hover, #announcements .pbytax-list li:hover {
  text-indent: 4px;
}

#announcements ul li:last-of-type, #announcements .pbytax-list li:last-of-type {
  border-bottom: 0;
}

/* =========================================================== */
/*                         MENU MÓVIL                          */
/* =========================================================== */
/* Animación de Icono */
#nav-button-container {
  z-index: 9999;
  position: fixed;
  top: 27px;
  right: 70px;
}

#nav-button-container .menu-tag {
  float: left;
  position: absolute;
  display: block;
  top: 25px;
  padding: 10px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.6em;
  color: #c5a98d;
  text-align: center;
  transition: 0.35s;
  opacity: 1;
  text-shadow: 1px 1px 2px black;
}

.hidden-tag {
  opacity: 0 !important;
  display: none !important;
}

#nav-button-container #close-tag {
  margin-left: -7px;
}

#nav-button {
  width: 40px;
  height: 20px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10001;
}

#nav-button span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: linear-gradient(to bottom, #202020, #262626);
  background: linear-gradient(to left, #a67c51 0%, #c5a98d 100%);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-shadow: 1px 1px 2px black;
}

#nav-button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-button span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-button span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-button.open span {
  background: #fff;
  transition: 0.35s;
}

#nav-button.open {
  transition: 0.05s ease-in-out;
}

#nav-button.open .menu-tag {
  color: #fff;
  transition: 0.35s;
}

#nav-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

/* ==================================================================== */
/*                          Blackout de menú                            */
/* ==================================================================== */
#blackout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
  background-image: url(img/cristal.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 3;
  opacity: 0.7;
  visibility: visible;
  transition: opacity 0.7s, visibility 2s;
}

.hidden-blackout {
  visibility: hidden !important;
  opacity: 0 !important;
  background-position: center center;
  transition: opacity 0.7s, visibility 2s !important;
}

/* ==================================================================== */
/*                          Home                              */
/* ==================================================================== */
#home-capacitacion {
  max-height: 620px;
  background-color: #a67c51;
  background-image: url();
  color: #ffffff;
  padding: 40px;
}

#home-socios {
  max-height: none;
  height: auto;
  background-color: #cc0d43;
  background-image: url();
  color: #ffffff;
  padding: 40px;
}

#home-reconocimientos {
  max-height: none;
  height: auto;
  background-color: #262626;
  background-image: url();
  color: #ffffff;
  padding: 40px;
}

#home-reconocimientos .bx-wrapper {
  background-color: transparent;
}

#home-certificaciones {
  max-height: none;
  height: auto;
  background-color: #ffffff;
  background-image: url();
  color: #3a3a3a;
  padding: 40px;
}

#home-certificaciones .bx-wrapper {
  margin-top: 40px;
}

#home-certificaciones .bx-wrapper #certification-slider {
  margin: 0 auto;
  overflow: hidden;
  height: 160px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#home-certificaciones .bx-wrapper #certification-slider .cert-slide {
  padding: 30px;
}

.cert-icon {
  float: left;
  padding: 10px;
  width: 33.33%;
}

.cert-icon img {
  height: 100px;
}

/* Textos y títulos generales */
h2 span {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px 16px 6px;
}

.intro-title {
  font-family: 'Fox Grotesque';
  font-weight: 600;
  font-size: 36pt;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 90%;
}

.intro-title-2 {
  font-family: 'Fox Grotesque';
  font-weight: 600;
  font-size: 24pt;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.intro-subtitle, .intro-subtitle-top {
  font-family: 'Helvetica Neue Condensed';
  font-size: 16pt;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section p {
  font-size: 12pt;
}

/* Textos - títulos */
#home-servicios h2 {
  color: #c5a98d;
}

#home-multimedia h2 {
  font-size: 46pt;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}

#home-chambasihay h2 span {
  color: #ffffff;
}

#home-capacitacion h2 {
  color: #770c2c;
}

#home-socios h2 span {
  background-color: #770c2c;
}

#home-reconocimientos h2 span {
  color: #262626;
  background-color: #e4cd75;
}

/* Especificaciones de Home  */
/* ======================================= */
#home-servicios {
  height: 450px;
  background-color: #cc0d43;
  background-image: url(img/backgrounds/home-servicios.jpg);
  color: #ffffff;
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.4);
}

#home-servicios .wrapper {
  height: inherit;
}

#home-servicios #home-servicios-left {
  width: 50%;
  margin: 60px 0;
}

#home-servicios #home-servicios-left p {
  line-height: 1.6;
}

#home-servicios #home-servicios-right {
  width: 45%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: visible;
}

#home-servicios #home-servicios-right #services-box {
  width: 400px;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  border-radius: 0;
  background-color: #171a1d;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Nirmala';
  font-size: 10pt;
}

#home-servicios #home-servicios-right #services-box ul {
  margin: 0;
  position: absolute;
  border-radius: 4px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 0;
  list-style: none;
}

#home-servicios #home-servicios-right #services-box ul li {
  height: 16.66%;
  background: linear-gradient(to left, #141414 0%, #c8c8c8 47%, #141414 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  /* if linear-gradient, we need to resize it */
  padding-left: 0;
}

#home-servicios #home-servicios-right #services-box ul li:last-child {
  background: none;
}

#home-servicios #home-servicios-right #services-box ul li a {
  position: relative;
  line-height: 76px;
  padding: 25px;
  color: #ffffff;
  padding-left: 90px;
  transition: 0.3s;
}

#home-servicios #home-servicios-right #services-box ul li a:hover {
  color: #c5a98d;
  padding-left: 95px;
}

#home-servicios #home-servicios-right #services-box ul li a::after {
  content: '';
  background-image: url("img/bullet.png");
  background-size: contain;
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  height: 23px;
  width: 23px;
}

#home-chambasihay .wrapper {
  height: 100%;
  max-width: 820px;
}

.home-chambasihay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.home-chambasihay-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.chambasihay-box {
  width: 300px;
  height: 400px;
  padding: 40px;
  text-align: center;
  background-color: #262626;
  border-radius: 14px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.chambasihay-box p {
  position: relative;
  z-index: 2;
  font-size: 0.8em;
  line-height: 150%;
}

#chambasihay-administrativo-box {
  background-color: #a40a38;
}

#chambasihay-operador-box {
  background-color: #a67c51;
}

.chamba-profile {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -160px;
  height: 290px;
  width: 200px;
  background-size: contain;
  background-position: center bottom;
}

.administrative {
  background-image: url("img/administrative.png");
}

.operative {
  background-image: url("img/operator.png");
}

.chamba-profile-title {
  margin-top: 80px;
  clear: both;
  border-radius: 50px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.big-button {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 10px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border: 0;
  box-shadow: none;
  line-height: 144px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  transition: 0.3s;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.4);
}

.big-button:hover {
  font-size: 0.9em;
}

.button-gold {
  background: url("img/big-button-gold.png");
}

.button-red {
  background: url("img/big-button-red.png");
}

.button-gold:hover {
  color: #c5a98d;
}

.button-red:hover {
  color: #ec0e51;
}

.home-multimedia-right {
  padding-top: 0%;
}

.home-multimedia-right-container {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 360%;
}

.video-thumb {
  position: relative;
  float: left;
  width: 168px;
  height: 96px;
  margin-bottom: 20px;
  margin-right: 15px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  background: url("img/video-still.gif");
  background-size: 100%;
  background-repeat: no-repeat;
}

.video-thumb:hover {
  transition: 0.5s;
}

.video-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}

.video-thumb a:hover {
  color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}

.video-thumb a:hover::before {
  opacity: 1;
  transition: 0.5s;
}

.video-thumb a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  background: url("img/video.gif");
  background-size: cover;
  background-repeat: no-repeat;
}

.video-thumb a::after {
  display: block;
  content: '\f144';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#vt-corp {
  background-image: url("img/video-stillCorp.gif");
  width: 240px;
  height: 136px;
}

#vt-corp a::before {
  background-image: url("img/videoCorp.gif");
}

#vt-corp a::after {
  font-size: 80px;
  line-height: 140px;
}

.intro-subtitle-top {
  line-height: 90%;
  padding-top: 50px;
}

.intro-subtitle {
  line-height: 90%;
  padding-top: 35px;
}

#home-multimedia .intro-subtitle,
#home-multimedia .intro-subtitle-top {
  max-width: 100px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

.video-subtitle {
  float: left;
}

.intro-subtitle a, .intro-subtitle-top a {
  color: #ffffff;
  transition: 0.3s;
}

.intro-subtitle a:hover, .intro-subtitle-top a:hover {
  color: #c5a98d;
  transition: 0.3s;
}

#home-capacitacion {
  position: relative;
}

#home-capacitacion .home-capacitacion-left {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

#home-capacitacion .home-capacitacion-right {
  width: 60%;
  height: 540px;
  background-image: url("img/backgrounds/home-capacitacion.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

#home-capacitacion .button {
  float: right;
}

.slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  margin: 30px 0;
}

.client-slide {
  height: 254px;
}

.award-slide {
  height: 254px;
}

#client-slide-1 {
  background-image: url("img/slides/clients-slide-1.png");
}

#client-slide-2 {
  background-image: url("img/slides/clients-slide-2.png");
}

#award-slide-1 {
  background-image: url("img/slides/award-slide-1.png");
}

#award-slide-2 {
  background-image: url("img/slides/award-slide-2.png");
}

.go-up {
  padding: 30px;
  text-align: center;
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  width: 100px;
  padding: 10px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  background-color: #3a3a3a;
  transition: 0.3s;
}

.go-up:hover {
  background-color: #c5a98d;
}

.go-up-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  color: #ffffff;
  font-family: 'Helvetica Neue Condensed', sans-serif;
  transition: 0.3s;
}

.go-up-button:hover {
  color: #ffffff;
  transition: 0.3s;
}

/*------------------------------------*    PAGES
\*------------------------------------*/
section.main-area article {
  border-bottom: 1px dotted #c5a98d;
}

section.main-area article p {
  line-height: 180%;
  font-size: 0.9em;
}

section.main-area article h2, section.main-area article h1 {
  margin-bottom: -10px;
}

section.main-area article h2 a {
  color: #c5a98d;
  position: relative;
  transition: 0.3s;
}

section.main-area article h2 a:hover {
  color: #dfcfc0;
  font-weight: 600;
  padding-left: 4px;
}

section.main-area article h2 a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  left: -10px;
  opacity: 0;
  transition: 0.3s;
}

section.main-area article h2 a:hover::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  opacity: 1;
  transition: 0.3s;
  color: #dfcfc0;
}

.date {
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 1px;
  margin-top: -20px;
  font-weight: bold;
  color: #cecece;
}

span.comments, span.author {
  display: none;
}

.section-title {
  font-family: 'Fox Grotesque', sans-serif;
  font-weight: 600;
  color: #c5a98d;
  text-transform: uppercase;
}

.section-title a {
  color: #c5a98d;
}

.thumbnail-header {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-color: #435678;
  background-position: center center;
  background-size: cover;
  margin-bottom: 60px;
  margin-top: 120px;
}

main {
  max-width: 1120px;
  margin: 0 auto;
}

section.main-area {
  float: right;
  width: 70%;
  text-align: justify;
  padding: 0 40px;
  margin-bottom: 70px;
}

.sidebar-tms {
  float: left;
  width: 30%;
  margin-bottom: 60px;
}

aside.sidebar {
  background: linear-gradient(to bottom, #303030, #000);
  width: 90%;
  padding: 30px;
  border-radius: 10px;
  color: #ffffff;
}

aside.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

aside.sidebar h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

aside.sidebar ul li {
  position: relative;
  padding: 10px 4px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #444444;
  font-size: 0.8em;
}

aside.sidebar a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
}

aside.sidebar a:hover {
  color: #c5a98d;
  font-weight: 600;
  padding-left: 15px;
}

aside.sidebar a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  opacity: 0;
  transition: 0.3s;
}

aside.sidebar a:hover::before {
  content: '\f0da';
  font-family: 'FontAwesome';
  opacity: 1;
  transition: 0.3s;
  color: #c5a98d;
}

#servicios {
  width: 100%;
  background-color: #770c2c;
  min-height: 640px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Fox Grotesque', sans-serif;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: auto;
}

.servicios-menu {
  width: 100%;
  padding: 0 30px 0;
  min-height: 180px;
  background-color: #cc0d43;
  border-radius: 25px 25px 0 0;
  position: relative;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.servicios-left {
  position: absolute;
  width: 50%;
  bottom: 0;
  top: 180px;
  background-color: #f5f5f5;
  border-radius: 0 0 0 25px;
  overflow: hidden;
}

.servicios-right {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  top: 180px;
  background-color: #f5f5f5;
  border-radius: 0 0 25px 0;
}

.servicios-menu ul {
  width: 100%;
}

.servicios-menu li {
  display: block;
  height: 180px;
  width: 16.6666%;
  background-size: cover;
  background-position: top center;
  float: left;
  border-radius: 200px;
  line-height: 130%;
  font-size: 0.8em;
  text-align: center;
  position: relative;
  z-index: 3;
}

.servicios-menu a {
  display: block;
  color: #ffffff;
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.servicios-menu a:hover {
  color: #c5a98d;
}

.servicios-menu img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  border-radius: 140px;
  margin: 0 auto;
  transition: 0.2s;
}

.servicios-menu a img {
  max-width: 90px;
}

.servicios-menu a:hover img {
  max-width: 100px;
  margin-top: -5px;
}

.servicios-menu span {
  clear: both;
  display: block;
  position: absolute;
  top: 125px;
  width: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.marker {
  width: 39px;
  height: 39px;
  background: url("img/marker.png");
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  transition: 0.3s;
}

.marker::before {
  content: '\f129';
  color: #ffffff;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 39px;
  text-align: center;
}

.info {
  position: absolute;
  left: 60px;
  right: 60px;
  top: 60px;
  bottom: 60px;
  text-align: left;
}

.info h3 {
  font-family: 'Fox Grotesque', sans-serif;
  font-weight: 600;
  color: #a40a38;
  text-transform: uppercase;
  line-height: 120%;
}

.info p {
  font-family: 'Helvetica Neue';
  font-weight: 300;
  font-size: 13pt;
  line-height: 150%;
}

.service-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 25px 0;
  box-shadow: inset 0px 4px 18px rgba(0, 0, 0, 0.4);
}

.service-image-1 {
  background-image: url(img/servicios/01_servicio.jpg);
}

.service-image-2 {
  background-image: url(img/servicios/02_servicio.jpg);
}

.service-image-3 {
  background-image: url(img/servicios/03_servicio.jpg);
}

.service-image-4 {
  background-image: url(img/servicios/04_servicio.jpg);
}

.service-image-5 {
  background-image: url(img/servicios/05_servicio.jpg);
}

.service-image-6 {
  background-image: url(img/servicios/06_servicio.jpg);
}

/*------------------------------------*    VACANTES - #CHAMBASIHAY
\*------------------------------------*/
#vacantes .pbytax-list {
  margin-top: 0;
  margin-bottom: 0;
}

#vacantes ul.pbytax-list li.pbytax-item {
  margin-bottom: 0;
  margin: 0;
}

#vacantes ul.pbytax-list li.pbytax-item:last-of-type {
  border-bottom: 0;
}

#vacantes .widget_pages_by_tax h3 {
  margin: 0;
  color: #a67c51;
}

/*------------------------------------*    IMAGES
\*------------------------------------*/
/*------------------------------------*	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 769px) {
  #nav-button-container {
    display: none;
  }
}

.servicios-left .service-image {
  display: none;
}

@media only screen and (max-width: 768px) {
  #nav-button-container {
    display: block;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    z-index: 1000;
  }
  #nav-button-container a {
    display: block;
    color: #c5a98d;
    font-size: 26px;
    padding-left: 8px;
    height: 100%;
    width: 100%;
  }
  nav.nav ul {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(30, 30, 30, 0.99);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 40px;
  }
  nav.nav ul.active {
    visibility: visible;
    opacity: 1;
  }
  nav.nav ul li {
    display: block;
    clear: both;
    width: 100%;
    padding: 20px;
  }
  nav.nav ul li a {
    font-size: 2em;
    color: #c5a98d;
  }
  nav.nav ul li a::before {
    display: none;
  }
  nav.nav ul li a::after {
    display: none !important;
  }
  #services-box {
    width: 300px;
  }
  .chambasihay-box {
    width: 260px;
  }
  section.main-area {
    width: 100%;
  }
  .sidebar-tms {
    width: 100%;
  }
  aside.sidebar {
    width: 100%;
    border-radius: 0;
  }
  .servicios-left .service-image {
    position: static;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: 0px !important;
    height: 140px;
    border-radius: 0;
    box-shadow: none;
  }
  .info {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 700px) {
  #services-box {
    width: 100%;
  }
  #announcements {
    width: auto;
    left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #home-intro {
    background-position: 80% 50%;
  }
  #announcements {
    left: 0;
  }
  #announcements aside.sidebar .chambasihay {
    width: 144px;
  }
  #announcements .widget_pages_by_tax {
    left: 155px;
  }
  #home-servicios {
    height: auto;
    overflow: hidden;
  }
  #home-servicios .wrapper {
    height: auto;
    padding: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
  }
  #home-servicios #home-servicios-left {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
  }
  #home-servicios #home-servicios-right {
    position: relative;
    float: left;
    width: 100%;
  }
  #home-servicios #services-box,
  #home-servicios #services-box ul {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #home-servicios #services-box {
    border-radius: 0;
  }
  #home-servicios #services-box ul {
    border-radius: 0;
  }
  #home-multimedia {
    position: relative;
  }
  #home-multimedia .wrapper {
    height: 100%;
  }
  #home-multimedia h2 {
    font-size: 2.4em;
    text-align: center;
    position: absolute;
    bottom: 50px;
    max-width: 100%;
    transform: translateY(200%);
  }
  #home-multimedia .video-thumb {
    float: none;
    margin: 0 auto;
  }
  #home-multimedia .video-subtitle {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
  }
  #home-multimedia .video-subtitle h3 {
    padding-top: 0;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  #home-multimedia .home-multimedia-right-container {
    transform: translateY(50%);
    top: 0;
  }
  .home-multimedia-right,
  .home-multimedia-right-container {
    width: 100%;
    position: static;
  }
  #home-chambasihay {
    max-height: none;
    height: auto;
    padding: 0;
  }
  #home-chambasihay .wrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
  }
  #home-chambasihay .wrapper .chambasihay {
    height: 30px;
    width: 200px;
    background-image: url("img/chambasihay2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -4000px !important;
    background-color: transparent;
    color: transparent !important;
  }
  .chambasihay-box {
    margin-top: 160px;
    position: relative;
  }
  #chambasihay-administrativo-box {
    min-height: 448px;
  }
  .home-chambasihay-right,
  .home-chambasihay-left {
    width: 100%;
    position: relative;
  }
  #home-capacitacion {
    padding: 0;
    height: auto;
    max-height: 850px;
    overflow: hidden;
  }
  #home-capacitacion .wrapper {
    padding: 30px;
  }
  #home-capacitacion .intro-title {
    font-size: 24pt;
  }
  #home-capacitacion .home-capacitacion-left {
    width: auto;
    margin-top: 250px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
  }
  #home-capacitacion .home-capacitacion-right {
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
  }
  #home-capacitacion .button {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #home-socios h2 {
    font-size: 1.2em;
  }
  #home-reconocimientos h2 {
    font-size: 1.2em;
  }
  #home-certificaciones h2 {
    font-size: 20px;
  }
  #home-certificaciones .cert-icon img {
    height: auto;
  }
  .footer {
    max-height: none;
  }
  .footer-widget {
    width: 100%;
    text-align: left !important;
  }
  #servicios {
    width: 100vw;
    margin-left: -40px;
    border-radius: 0;
  }
  #servicios .servicios-menu {
    display: none;
    height: auto;
    overflow: hidden;
  }
  #servicios .servicios-menu li {
    width: 50%;
  }
  #servicios .servicios-menu .marker {
    display: none;
  }
  #servicios .servicios-right {
    width: 100%;
  }
  #servicios .servicios-left {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 80px;
    border-radius: 0;
  }
  #servicios .servicios-left .info {
    opacity: 1 !important;
    margin-left: 0 !important;
    position: relative;
    left: 0;
    padding: 0 25px;
  }
}

/*------------------------------------*    MISC
\*------------------------------------*/
::selection {
  background: #c5a98d;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #c5a98d;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #c5a98d;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

#site-info {
  position: absolute;
  bottom: 0px;
  right: 0;
  float: right;
  padding: 10px;
  margin-right: 16px;
  font-family: 'Futura', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1em;
}

span.slash {
  color: #d7b963;
}

span.slash a {
  color: #d7b963;
}

span.idv {
  float: right;
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0.65em;
  font-family: 'Lora', serif;
  color: #d0d0d0;
}
