@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: MyriadPro-Bold;
  src: url("../fonts/MyriadPro-Bold.eot?-8is7zf");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix-8is7zf")
      format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff?-8is7zf") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf?-8is7zf") format("truetype"),
    url("../fonts/MyriadPro-Bold.svg?-8is7zf#feathericons") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: MyriadPro-Bold-Italic;
  src: url("../fonts/MyriadPro-Bold-Italic.eot?-8is7zf");
  src: url("../fonts/MyriadPro-Bold-Italic.eot?#iefix-8is7zf")
      format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold-Italic.woff?-8is7zf") format("woff"),
    url("../fonts/MyriadPro-Bold-Italic.ttf?-8is7zf") format("truetype"),
    url("../fonts/MyriadPro-Bold-Italic.svg?-8is7zf#feathericons") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: MyriadPro-Regular;
  src: url("../fonts/MyriadPro-Regular.eot?-8is7zf");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix-8is7zf")
      format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff?-8is7zf") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf?-8is7zf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg?-8is7zf#feathericons") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: MyriadPro-Light;
  src: url("../fonts/MyriadPro-Light.eot?-8is7zf");
  src: url("../fonts/MyriadPro-Light.eot?#iefix-8is7zf")
      format("embedded-opentype"),
    url("../fonts/MyriadPro-Light.woff?-8is7zf") format("woff"),
    url("../fonts/MyriadPro-Light.ttf?-8is7zf") format("truetype"),
    url("../fonts/MyriadPro-Light.svg?-8is7zf#feathericons") format("svg");
}

.modelo3d {
  width: 100% !important;
  height: 400px !important;
}

body {
  font-family: MyriadPro-Regular;
  color: #212121;
}
a {
  color: #26437b;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
h1 {
  font-family: MyriadPro-Bold;
  color: #254075;
}
h2 {
  font-family: MyriadPro-Bold;
  color: #fff;
  z-index: 3;
}

h3 {
  font-family: MyriadPro-Bold;
  color: #26437b;
}

h4 {
  font-family: MyriadPro-Regular;
  color: #26437b;
}

h5 {
  font-family: MyriadPro-Regular;
  /* background-color: #082eff; */
}
img {
  max-width: 100%;
}
p,
ul > li {
  line-height: 30px;
}
.acti > a,
.nav > li > a:hover {
  border-bottom: 3px solid #0c4d94;
}

.btn {
  color: #fff;
  border: 1px solid #fff;
}
.btn2 {
  background: #236192;
  border-radius: 0;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  margin: 25px 0px;
  display: inline;
}
@media (max-width: 992px) {
  .btn2 {
    display: block;
  }
}

.btn2:hover {
  color: #5a9ea1;
}

.inline {
  display: inline;
}
.relative {
  position: relative;
}
.azul {
  color: #254075;
}
.blanco {
  color: #fff !important;
}
.negro {
  color: #363636;
}

.verde {
  color: #5a9ea1;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li > a:hover {
  border: none;
}

.animate1,
.animate2,
.animate3 {
  opacity: 0;
}

.opa1:hover {
  opacity: 0.5;
}
.opa1 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

@media (max-width: 992px) {
  .slick-next {
    right: -2px !important;
  }
  .slick-prev {
    left: -2px;
  }
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*----------------------------------------HEADER-------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
.header-top {
  padding-bottom: 20px;
  padding-top: 20px;
}

.header {
  background: #fff;
}
.in a {
  margin-right: 8px;
  font-size: 18px;
  font-family: MyriadPro-Bold-Italic;
}
.in i {
  color: #4a83ad;
  font-size: 30px;
  margin-top: 12px;
}
.fa-twitter {
  display: none !important;
}
.navbar-default {
  padding: 0;
  border: 0;
  margin: 0;
  background-image: none !important;
  background-repeat: repeat-x !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.nav-wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.navbar-nav {
  margin-right: auto;
  margin-left: auto;
  display: table;
  float: none;
  background: #ebebed;
}
ul.navbar-nav > li span {
  color: #252525;
  font-family: MyriadPro-Regular;
}
.navbar-toggle {
  position: relative;
  float: right;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  width: auto;
}

.navbar-toggle {
  display: none;
}
.collapse {
  display: block;
}
@media (max-width: 768px) {
  .collapse {
    display: none;
  }
}

.nav-color {
  background: #ebebed;
}

.idioma {
  float: right;
  display: inline;
  padding-top: 20px;
}
.idioma a {
  margin-left: 4px;
  margin-right: 4px;
}

@media (max-width: 992px) {
  .collapse {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-toggle {
    float: left;
    margin-right: 0px;
    margin-left: 15px;
  }
  .header-top {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .idioma {
    padding-top: 12px;
  }
  .navbar-nav > li {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .logo img {
    /*width: 100%;*/
  }
}

/*.navbar-nav li:hover {
	border-bottom: 3px solid #0c4d94;
}
*/

/*submenu*/
ul.nav > li > ul {
  list-style: none;
}
ul.nav > li > ul li a {
  color: #333;
}
ul.nav > li > ul li a:hover,
ul.nav > li > ul li.activ a {
  color: #325a99;
}
ul.nav > li > ul {
  display: none;
  background: #c1c1c1;
  padding: 0;
  margin: 0;
  position: absolute;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 5;
  width: 235px;
}
.sub-sustentabilidad{
  width: 338px !important;
}
ul.nav > li > ul > a > li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  text-align: center;
}
ul.nav > li > ul > a:hover > li {
  background: #fff;
}

ul.nav > li:hover > ul {
  animation-duration: 1s;
  animation-name: slidein;
  display: inline-block;
  border: none;
}

@keyframes slidein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wm {
  display: initial;
}
.wm-movil {
  display: none;
}

@media (max-width: 992px) {
  .wm {
    display: none;
  }
  .wm-movil {
    display: initial;
  }
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*----------------------------------WELCOME------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#welcome {
  padding-bottom: 50px;
  padding-top: 50px;
}
.h1-1 {
  color: #575757;
  font-family: MyriadPro-Bold-Italic;
}

.unicarline {
  display: block;
}
/*SEC1 &  SEC2*/

.sec1,
.sec2 {
  width: 100%;
  height: 100px;
  background: #ebebed;
}
.sec2 {
  display: inline-block;
  -webkit-box-shadow: 2px 9px 25px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 9px 25px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 9px 25px -11px rgba(0, 0, 0, 0.75);
}
.sec1 > h2,
.sec2 > h2 {
  color: #254076;
  opacity: 0.4;
  font-family: MyriadPro-Regular;
  font-size: 100px;
  padding: 0;
  float: right;
  line-height: 0.5;
}

@media (max-width: 992px) {
  .sec1 > h2,
  .sec2 > h2 {
    color: #254076;
    opacity: 0.4;
    font-family: MyriadPro-Regular;
    font-size: 50px;
    padding: 0;
    float: right;
    line-height: 0.1;
  }
}

.sec2 > h2 {
  float: left;
  line-height: 0.3;
  position: absolute;
  bottom: 0;
  font-family: MyriadPro-Bold;
  letter-spacing: -5px;
}
.sec1 > h2 {
  font-family: MyriadPro-Bold;
  letter-spacing: -5px;
}

.pie {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*---------------------------INICIO-------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

/*slider--------------------------------*/

#slide-104-layer-0 {
  transform: rotate(270deg) !important;
}

.fondo {
  height: 100%;
  background-color: transparent !important;
  position: relative;
  width: 85% !important;
  float: right;
}

@media (max-width: 992px) {
  .fondo {
    height: 100%;
    background: rgba(38, 67, 133, 0.5);
    position: relative;
    width: 90%;
    float: right;
  }
}

/*SECCION */

#prod a:hover > div {
  opacity: 0.6;
}

#prod a > div {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

#prod a:hover > div h4 {
  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform: scale(1.2);
}
#prod a > div h4 {
  transition: all 500ms ease-in-out;
  transform: scale(1);
}

#prod a:hover > div h5 {
  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform: scale(1.2);
}
#prod a > div h5 {
  transition: all 500ms ease-in-out;
  transform: scale(1);
}

.col1,
.col2,
.col3 {
  width: 33%;
  height: auto;
  float: left;
  position: relative;
}

.col1 img,
.col2 img,
.col3 img {
  width: 80%;
}

.col1 {
  background: #19468c;
}
.col2 {
  background: #3c6e8b;
}
.col3 {
  background: #26437b;
}

.rot {
  position: absolute;
  bottom: 55px;
  right: 0;
  transform: rotate(270deg);
  top: 170px;
  height: 91px;
  width: 200px;
}

@media (max-width: 992px) {
  .col1,
  .col2,
  .col3 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
  }
  .rot {
    top: 130px;
  }
}

/*---Ultimas noticias-----------------------------------*/

#noticias {
  position: relative;
  overflow: hidden;
  height: auto;
}
.noticias-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/noticias_unicar.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: absolute;
  background-position: center center;
}
@media (max-width: 992px) {
  #noticias {
    background-image: url("../img/noticias_unicar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .noticias-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
}
#noticias h1 {
  color: #fff;
  z-index: 3;
  font-size: 50px;
  margin-top: 0;
}
#noticias h2 {
  color: #fff;
  z-index: 3;
  font-size: 50px;
  margin-top: 0;
  font-family: MyriadPro-Regular;
}

#noticias .txt {
  padding-bottom: 220px;
  padding-top: 120px;
}

.noticias-contenido {
  background: #ebebec;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  top: -100px;
  z-index: 5;
}
@media (max-width: 992px) {
  .noticias-contenido {
    position: relative;
  }
}

.noticias-contenido img {
  width: 100%;
}

#noticias-contenido .txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

#noticias-contenido h4 {
  font-size: 24px;
}

.noti {
  padding-bottom: 15px;
  padding-top: 15px;
}

.noti span {
  padding: 4px;
  border: 1px solid;
  border-radius: 50%;
}

/*reconocimientos*/
#reconocimientos {
  position: relative;
  overflow: hidden;
  height: auto;
  /*margin-top: 620px;*/
  margin-top: 250px;
}
.reconocimientos-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/mejoresempresas.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: absolute;
  background-position: center center;
}

@media (max-width: 992px) {
  #reconocimientos {
    background-image: url("../img/mejoresempresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -140px;
  }
  .reconocimientos-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  #reconocimientos h1 {
    font-size: 26px !important;
  }
}
#reconocimientos .txt {
  padding-top: 85px;
  padding-bottom: 20px;
}
#reconocimientos h1 {
  color: #fff;
  z-index: 3;
  font-size: 50px;
  margin-top: 0;
}

#reconocimientos h4 {
  text-align: center;
  color: #fff;
  margin-top: -26px;
  margin-bottom: 23px;
}


#reconocimientos .logo-c{
  position: absolute !important;
  z-index: 1 !important;
  margin-left: auto  !important;
  margin-right: auto !important;
  display: inline !important;
}

#reconocimientos .logo-b{
    position: absolute !important;
    z-index: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline !important;
    opacity: 1;
    transition: 1s;
}
#reconocimientos .logo-b:hover{
  opacity: 0;
  transition: 1s;
}

#reconocimientos .slick-slide {
  height: 220px !important;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*--------------------------Nosotros-------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

#filosofia h1 {
  display: inline;
}

#filosofia img {
  width: 100%;
}

#mision {
  background: #325a99;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.75);
}

#mision span,
#mision i {
  font-size: 40px;
}
#filosofia h1,
#mision h1,
#estrategia h1,
#estrategia h2 {
  font-family: MyriadPro-Bold-Italic;
  margin: 0;
}
#mision h2 {
  font-family: MyriadPro-Bold-Italic;
}

#filosofia h3 {
  display: inline;
  line-height: 44px;
}
#filosofia .title {
  padding-top: 50px;
}

#estrategia .contenedor {
  padding-top: 30px;
}

#estrategia h3 {
  line-height: 9px;
}

.cont {
  position: relative;
  display: inline;
}

.cont1,
.cont2,
.cont3 {
  background: #2e498f;
  width: 300px;
  padding: 5px;
  border-radius: 6px;
  float: left;
  position: relative;
  margin-left: 25%;
}
.sombra {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 992px) {
  .sombra {
    display: none;
  }
  .cont1,
  .cont2,
  .cont3 {
    background: #2e498f;
    width: 300px;
    padding: 5px;
    border-radius: 6px;
    float: left;
    position: relative;
    margin-left: 0;
  }
  #rev_slider_54_1,
  #rev_slider_54_1_wrapper {
    height: 550px !important;
  }
}
.cont2 {
  background: #5a9ea1;
}
.cont1 .contenido,
.cont2 .contenido,
.cont3 .contenido {
  background: #fff;
  padding: 60px 40px;
  border-radius: 13px;
  min-height: 300px;
}
.cont1 .contenido ul,
.cont2 .contenido ul,
.cont3 .contenido ul {
  padding: 0;
  font-weight: 600;
}

.mas {
  float: left;
  width: 5%;
  text-align: center;
  padding-top: 150px;
  position: absolute;
  right: 70px;
  display: none;
}

.mas span,
.mas2 span,
.igual span {
  font-size: 40px;
  color: #325a99;
}
.mas2 {
  float: left;
  width: 5%;
  text-align: center;
  padding-top: 150px;
  position: absolute;
  left: 70px;
  display: none;
}

.igual {
  padding-top: 100px;
  width: 100%;
  display: inline-block;
}
.igual span {
  line-height: 0;
}

.mas {
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .cont1,
  .cont2,
  .cont3,
  .mas {
    width: 100%;
  }
  .mas {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tp-leftarrow {
    left: -50px !important;
  }
  .tp-rightarrow {
    left: 116% !important;
  }
}

/*privacidad*/
#privacidad {
  padding-top: 40px;
  padding-bottom: 30px;
}

#privacidad .contenedor {
  width: 80%;
  margin-left: 10%;
}

#privacidad h4 {
  color: #151218;
  font-family: MyriadPro-Bold-Italic;
  opacity: 0.6;
}
#privacidad .col img,
#privacidad .col h4 {
  display: inline-block;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*--------------------------------------TIME LINE------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#time-line {
  padding-top: 30px;
  padding-bottom: 30px;
}

#time-line h1 {
  margin: 0;
  display: inline;
  font-family: MyriadPro-Bold-Italic;
}
#time-line h3 {
  font-family: MyriadPro-Bold-Italic;
  text-transform: uppercase;
  font-size: 20px;
}

/*#time-line img{width: 90%;margin-left: 10%; margin-top: 50px;}*/

.tp-tabs {
  background: #26437b !important;
}

.tp-tab-title {
  font-family: MyriadPro-Regular;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.gyges .tp-tab-date {
  font-family: MyriadPro-Bold-Italic;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  opacity: 1;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-------------------------Instalaciones---------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.instalaciones1 .container {
  padding-top: 150px;
}
.instalaciones1 {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.instalaciones1 h1 {
  color: #fff;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
  margin-top: -22px;
}
.instalaciones1-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/banner_puebla.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
}
#instalaciones1 img {
  margin-top: -390px;
}
@media (max-width: 992px) {
  .instalaciones1 {
    background-image: url("../img/banner_puebla.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .instalaciones1-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .instalaciones1 .container {
    padding-top: 20px;
  }
  #instalaciones1 img {
    margin-top: -49px;
  }
  #instalaciones1 .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
  .instalaciones1 h1 {
    margin-top: 20px;
  }
  #instalaciones1 {
    padding-top: 0px !important;
  }
}

#instalaciones1-contenido {
  background: #ebebed;
  /*height: 500px;*/
  padding-top: 20px;
  -webkit-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
}
#instalaciones1-contenido h2 {
  margin: 0;
}
#instalaciones1 {
  padding-top: 110px;
}

/*----------------------------------------------------------------------------------------------------*/
.instalaciones2 .container {
  padding-top: 150px;
}
.instalaciones2 {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.instalaciones2 h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
  color: #fff !important;
}

.instalaciones2-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/banner_puebla_2022.png") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
  margin-top: 100px;
}
#instalaciones2 img {
  margin-top: -394px;
}
@media (max-width: 992px) {
  .instalaciones2 {
    background-image: url("../img/banner_saltillo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .instalaciones2-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .instalaciones2 .container {
    padding-top: 20px;
  }
  #instalaciones2 img {
    margin-top: -110px;
  }
  #instalaciones2 .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
  .instalaciones2 h1 {
    margin-top: 20px;
  }
  .rectangulo2 {
    display: none;
  }
}

#instalaciones2-contenido {
  background: #ebebed;
  /*height: 500px;*/
  padding-top: 20px;
  -webkit-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
}
#instalaciones2-contenido h2 {
  margin: 0;
}
#instalaciones2 {
  padding-top: 110px;
}

/*----------------------------------------------------------------------------------------------------*/
.instalaciones3 .container {
  padding-top: 150px;
}
.instalaciones3 {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.instalaciones3 h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt !important;
}

.instalaciones3-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/banner_cholula.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  background-position: center center;
  margin-top: 230px;
}
#instalaciones3 img {
  margin-top: -425px;
}
@media (max-width: 992px) {
  .instalaciones3 h1 {
    margin-top: 20px;
  }
  .instalaciones3 {
    background-image: url("../img/banner_cholula.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .instalaciones3-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .instalaciones3 .container {
    padding-top: 20px;
  }
  #instalaciones3 img {
    margin-top: -110px;
  }
  #instalaciones3 .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
  .instalaciones3 h1 {
    padding-left: 0;
  }
}

#instalaciones3-contenido {
  background: #ebebed;
  /*height: 500px;*/
  padding-top: 20px;
  -webkit-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
}
#instalaciones3-contenido h2 {
  margin: 0;
}
#instalaciones3 {
  padding-top: 110px;
}

.botones a {
  margin-right: 25px;
}

/*#instalaciones .container{
    padding-top: 25px;
    padding-bottom: 25px;

}

#instalaciones h1{
	font-family:  MyriadPro-Bold-Italic;
}
#instalacionesB1 h1,#instalacionesB2 h1,#instalacionesB3 h1{
	color: #FFF;
	font-family:  MyriadPro-Bold-Italic;
	margin-top: 35px;
}
@media(min-width: 992px){
	#instalacionesB1 h1, #instalacionesB3 h1{
		padding-left: 150px;
	}

}	


#instalacionesB1 .container,#instalacionesB2 .container,#instalacionesB3 .container{
	padding-top: 120px;
}
*/
#descripcion {
  padding-top: 20px;
  padding-bottom: 20px;
}
#descripcion h1 {
  font-family: MyriadPro-Bold-Italic;
  margin: 0;
}
#descripcion ul {
  padding-top: 25px;
}
#descripcion h2 {
  margin: 0;
}
#descripcion p {
  text-align: justify;
}

/* .rectangulo1 {
    width: 60%;
    border: 2px solid #FFF;
    height: 100px;
    z-index: 4444;
    position: absolute;
    left: 10%;
} */
.rectangulobanner {
  width: 97%;
  border: 2px solid #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: 30px;
}

.rectangulo2 {
  width: 60%;
  border: 2px solid #fff;
  height: 100px;
  z-index: 4444;
  position: absolute;
  left: 20%;
}

/*#instalacionesB1{
  position: relative;
  overflow: hidden;
  height: 460px;
  margin-top: 100px;
}
.instalacionesB1-fondo{
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../img/banner_puebla.jpg') !important;
  background-size: cover; 
  width: 100%;
  height: 375px; 
  position: absolute;background-position: center center;
}
#instalacionesB1 img,#instalacionesB2 img{
	margin-top: -20px;
}
@media (max-width:992px) { 
  #instalacionesB1{
    background-image: url("../img/banner_puebla.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .instalacionesB1-fondo{
    background-position: center center; 
    width: 100%;height: 550px;  
    display: none;
  }
  .rectangulo1 {top: 10px;}
}











#instalacionesB2{
  position: relative;
  overflow: hidden;
  height: 460px;
}

.instalacionesB2-fondo{
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../img/banner_saltillo.jpg') !important;
  background-size: cover; 
  width: 100%;height: 530px;  
  position: absolute;background-position: center center;
}
@media (max-width:992px) { 
  #instalacionesB2{
    background-image: url("../img/banner_saltillo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .instalacionesB2-fondo{
    background-position: center center; 
    width: 100%;height: 550px;  
    display: none;
  }
}
.rectangulo2 {
    width: 60%;
    border: 2px solid #FFF;
    height: 100px;
    z-index: 4444;
    position: absolute;
    left: 20%;
}
.margin250{
	margin-top: 250px;
}
@media(max-width: 992px){
	.rectangulo2 {top: 80px;}
	#instalacionesB2 h1{margin-top: 15px;}
	.margin250{
		margin-top: 0px;
	}
}




#instalacionesB3{
    position: relative;
    overflow: hidden;
	height: 480px;
}

.instalacionesB3-fondo{
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../img/banner_cholula.jpg') !important;
	background-size: cover; 
	width: 100%;
	height: 414px;
	position: absolute;
	background-position: center center;
	top: 110px;
	
}
@media (max-width:992px) { 
  #instalacionesB3{
    background-image: url("../img/banner_cholula.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .instalacionesB3-fondo{
    background-position: center center; 
    width: 100%;height: 550px;  
    display: none;
  }
}

.botones{
	padding-top: 20px;
	padding-bottom: 20px;
}
*/

.suc {
  margin-top: -60px;
}

.rectangulo3 {
  width: 52%;
  border: 2px solid #fff;
  height: 100px;
  z-index: 4444;
  position: absolute;
  left: 12%;
}

@media (max-width: 992px) {
  #instalacionesB1 .container,
  #instalacionesB2 .container,
  #instalacionesB3 .container {
    padding-top: 0px;
  }
  #instalacionesB1 img,
  #instalacionesB2 img {
    margin-top: 0px;
  }
  #instalacionesB1,
  #instalacionesB2,
  #instalacionesB3 {
    position: relative;
    overflow: initial;
    height: 260px;
  }
  .suc {
    margin-top: -12px;
    float: right;
  }
  .rectangulo3 {
    width: 83%;
    border: 2px solid #fff;
    height: 171px;
    z-index: 4444;
    position: absolute;
    left: 4%;
    top: 10px;
  }
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-------------------------Productos-------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

#lightbox img {
  width: 700px !important;
  height: 475px !important;
}
@media (max-width: 992px) {
  #lightbox img {
    width: 100% !important;
    height: auto !important;
  }
}

.viewer .annotation .tooltip {
  width: 250px !important;
}

.nav-tabs > li.active > a {
  color: #26437b;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: transparent !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#e8e8e8)
  );
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}

#produc .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#produc h1 {
  font-family: MyriadPro-Bold-Italic;
}

.productos .container {
  padding-top: 150px;
}
.productos {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.productos h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}

@media (max-width: 992px) {
  #produc {
    display: none;
  }
  #productos h1 {
    margin-top: 20px;
  }
}
.productos-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/fondo_peoductos.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
}
#productos img {
  margin-top: -412px;
}
@media (max-width: 992px) {
  .productos {
    background-image: url("../img/banner_puebla.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .productos-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .productos .container {
    padding-top: 20px;
  }
  #productos img {
    margin-top: -110px;
  }
  #productos .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
}

#productos-contenido {
  background: #ebebed;
  /*height: 500px;*/
  padding-top: 20px;
  -webkit-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  padding-bottom: 50px;
}

#productos-contenido h2 {
  margin: 0;
}

/* .lista-menu-productos{
	background-color: #fff !important;
}
*/
.viewer .controls .watermark {
  pointer-events: auto;
}

.galeryProd > div {
  margin-bottom: 10px;
}

.trazo li {
  list-style: none;
}

.trazo a:hover {
  cursor: pointer;
}

.trazo {
  padding-top: 24px !important;
}

#electrodomesticos .trazo .objeto{
  background-color: #00448f !important;
}

.trazo .objeto{
  background-color: #00448f !important;
}

#canvas input{
  position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    padding: 150px 0px !important;
    opacity: 0 !important;
}

/* @media (max-width: 457px) {
  .lista-piezas {
    display: none !important;
  }
} */


#ob1,
#ob2 {
  position: absolute;
  left: 180px;
  top: 140px;
  opacity: 0;
}

/* .menu-auto{
	background-color: #fff !important;
} */

.menu-productos ul li a {
  color: #3d3d3d;
}

.act {
  color: #00448f !important;
}

.objeto {
  display: inline-block;
  position: relative;
  background-color: transparent !important;
  background-color: #00448f !important;
}

/*Estufa*/
#ob1-estufa,
#ob2-estufa,
#ob3-estufa,
#ob4-estufa {
  position: absolute;
  opacity: 0;
}
#ob1-estufa {
  top: 15%;
  left: 0;
  opacity: 1;
}
#ob2-estufa {
  top: 15%;
  right: 0;
}
#ob3-estufa {
  top: 43%;
  left: 13%;
  right: 13%;
}
#ob4-estufa {
  left: 0;
  bottom: -10px;
}
/*Exterior Auto*/
#ob1-autoext,
#ob2-autoext,
#ob3-autoext,
#ob4-autoext,
#ob5-autoext {
  position: absolute;
  opacity: 0;
}
#ob1-autoext {
  top: 24%;
  left: -4%;
  opacity: 1;
}
#ob2-autoext {
  bottom: 10%;
}
#ob3-autoext {
  bottom: 5%;
  right: 6%;
}
#ob4-autoext {
  right: 0;
  bottom: 23%;
}
#ob5-autoext {
  right: 0;
  bottom: 40%;
}

/*Interior Auto */
#ob1-autoint,
#ob2-autoint,
#ob3-autoint,
#ob4-autoint {
  position: absolute;
  opacity: 0;
}
#ob1-autoint {
  top: 29%;
  left: 10%;
  opacity: 1;
}
#ob2-autoint {
  bottom: 18%;
  left: 4%;
}
#ob3-autoint {
  bottom: 50%;
  right: 50%;
  left: 30%;
}
#ob4-autoint {
  left: 46%;
  top: 20%;
}

/*Lavadora*/
#ob1-lavadora,
#ob2-lavadora {
  position: absolute;
  opacity: 0;
}
#ob1-lavadora {
  top: 30%;
  left: 45%;
  opacity: 1;
}
#ob2-lavadora {
  bottom: 27%;
  left: 30%;
}

/*Refrigerador Interior */
#ob1-refrigeradorint,
#ob2-refrigeradorint,
#ob3-refrigeradorint,
#ob4-refrigeradorint,
#ob5-refrigeradorint,
#ob6-refrigeradorint {
  position: absolute;
  opacity: 0;
}

#ob1-refrigeradorint {
  top: 9%;
  left: 37%;
  opacity: 1;
}
#ob2-refrigeradorint {
  top: 24%;
  left: 14%;
}
#ob3-refrigeradorint {
  top: 37%;
  left: 35%;
}
#ob4-refrigeradorint {
  top: 50%;
  left: 15%;
}
#ob5-refrigeradorint {
  right: 9%;
  bottom: 19%;
}
#ob6-refrigeradorint {
  left: 15%;
  bottom: 5%;
}

/*Refrigerador Exterior*/
#ob1-refrigeradorext,
#ob2-refrigeradorext,
#ob3-refrigeradorext,
#ob4-refrigeradorext {
  position: absolute;
  opacity: 0;
}

#ob1-refrigeradorext {
  top: 0;
  left: 0;
  opacity: 1;
}
#ob2-refrigeradorext {
  top: 30%;
  right: 0;
}
#ob3-refrigeradorext {
  top: 37%;
  left: 15%;
}
#ob4-refrigeradorext {
  bottom: 7%;
  right: 6%;
}
.viewer .titlebar {
 /*  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  display: flex;
  min-width: auto;
  padding: 10px;
  pointer-events: none;
  background: transparent; */
  display: none;
}
.tit-piezas{
  color: #fff;
  padding-bottom: 29px;
  padding-top: 30px;
}

.nom-pieza:hover{
  cursor: pointer;
  border-bottom: 1px solid rgb(255, 255, 255, 1);
}


/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*--------------------Clientes y proveedores-----------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#client .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
#client h2 {
  margin: 0;
}

.clientes .container {
  padding-top: 150px;
}
.clientes {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.clientes h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#clientes img {
  margin-top: -411px;
}
.clientes-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/fondo_cliente.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
}

@media (max-width: 992px) {
  .clientes {
    background-image: url("../img/banner_clientes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .clientes-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .clientes .container {
    padding-top: 20px;
  }
  #clientes img {
    margin-top: -110px;
  }
  #clientes .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
  .clientes h1 {
    margin-top: 20px;
  }
}

#clientes-contenido {
  background: #ebebed;
  height: 500px;
  padding-top: 20px;
  -webkit-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 13px 33px -10px rgba(0, 0, 0, 0.75);
}
#clientes-contenido h2 {
  margin: 0;
}

@media (max-width: 992px) {
  #clientes {
    margin-top: 0 !important;
  }
}

/*proveedores*/
#provedores {
  padding-top: 20px;
  padding-bottom: 20px;
}
.provedores {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.provedores-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/fondo_proveedores.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 530px;
  position: absolute;
  background-position: center center;

  margin-top: 100px;
}

@media (max-width: 992px) {
  .provedores {
    background-image: url("../img/banner-provedores.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .provedores-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .provedores .container {
    padding-top: 20px;
  }
  #provedores img {
    margin-top: -110px;
  }
  #provedores .rectangulo1 {
    top: 10px;
    left: 85px;
  }
}

.provedores .container {
  padding-top: 150px;
}
.provedores h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#provedores img {
  /*margin-top: -405px;*/
  margin-top: -380px;
}

#clientes-carrucel {
  padding-top: 50px;
  padding-bottom: 50px;
}

#provedores .rectangulo1 {
  left: 25%;
}

@media (max-width: 992px) {
  #provedores .rectangulo1 {
    display: none;
  }
  .provedores h1 {
    margin-top: 0px;
  }
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*--------------------------CONTACTO-------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.contacto .container {
  padding-top: 150px;
}
.contacto {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.contacto h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#contacto img {
  margin-top: -425px;
}
.contacto-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/fondo_contacto.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
}

@media (max-width: 992px) {
  .contacto {
    background-image: url("../img/fondo_contacto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .contacto-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .contacto .container {
    padding-top: 20px;
  }
  #contacto img {
    margin-top: -110px;
  }
  #contacto .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }

  #espacio .container {
    height: 0px;
  }
  .contacto h1 {
    margin-top: 20px;
  }
}
/*Descripcion sobre contacto de la empresa*/

#des_contacto .container {
  margin-top: 70px;
}

.tex_contacto {
  padding-top: 50px;
  text-align: justify;
}

.blue_text {
  font-size: 16px;
  color: #00448f;
  font-family: MyriadPro-Bold-Italic;
}

@media (max-width: 992px) {
  .tex_contacto {
    padding-top: 30px;
    text-align: justify;
  }
}

/*seccion del mapa*/
#mapa .container-fluid {
  margin-top: 70px;
  padding-left: 0px;
  padding-right: 0px;
}

.rectanguloazul {
  position: absolute;
  width: 40%;
  height: 300px;
  margin-top: 50px;
  background-color: #476ba3;
  opacity: 0.9;
}

#mapa .info {
  padding-top: 30px;
  padding-left: 50px;
  color: white;
  font-family: MyriadPro-Regular;
}

#mapa img {
  padding-top: 30px;
  padding-left: 30%;
}

#mapa ul {
  list-style: none;
}

.rectanguloazul2 {
  display: none;
  position: relative;
}

#rectangulo_info .info {
  padding-top: 30px;
  padding-left: 50px;
  color: white;
  font-family: MyriadPro-Regular;
}

#rectangulo_info img {
  padding-top: 30px;
  padding-left: 30%;
}

#rectangulo_info ul {
  list-style: none;
}

@media (max-width: 992px) {
  .rectanguloazul2 {
    display: inherit;
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    background-color: #476ba3;
    opacity: 0.9;
  }

  .rectanguloazul {
    display: none;
  }
}
/*Seccion ubicacion*/

#ubicacion .container {
  margin-top: 70px;
  position: relative;
}

#ubicacion ul {
  list-style: none;
  text-align: left;
  padding-left: 0px;
}

#ubicacion img {
  margin-bottom: 40px;
  margin-left: 107px;
  opacity: 0.7;
}

#ubicacion .cuadro {
  width: 50%;
  float: right;
  text-align: justify;
}

#ubicacion .cuadro2 {
  width: 50%;
  float: left;
  text-align: justify;
}

@media (max-width: 992px) {
  #ubicacion .cuadro,
  #ubicacion .cuadro2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #ubicacion img {
    margin-bottom: 30px;
    margin-left: 43%;
    opacity: 0.7;
  }

  #ubicacion ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
  }
}

/*UBICACIONES MAPA*/
.imagen-mapa {
  margin-top: 50px;
}

div#mybutton1 {
  width: 112px;
  height: 143px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-family: MyriadPro-Bold;
  color: white;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  background-color: #436aa1;
  top: 29%;
  left: 41%;
}

button.selectfile {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  height: 100px;
  width: 100px;
}

div#mybutton2 {
  width: 100px;
  height: 100px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  cursor: pointer;
  font-family: MyriadPro-Bold;
  color: white;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  background-color: #436aa1;
  top: 62%;
  left: 52%;
}

.mapa-puebla:hover,
.mapa-saltillo:hover,
.mapa-corporativo:hover {
  cursor: pointer;
}

.mapa-puebla {
  position: absolute;
  top: 55%;
  left: 56%;
  /*display: none;*/
}

.mapa-saltillo {
  position: absolute;
  top: 14%;
  left: 49%;
  /*display: none;*/
}

.mapa-corporativo {
  position: absolute;
  top: 72%;
  left: 31%;
  /*display: none;*/
}

@media (max-width: 992px) {
  div#mybutton1 {
    top: 29%;
    left: 41%;
    width: 70px;
    height: 90px;
  }

  div#mybutton2 {
    top: 62%;
    left: 52%;
    width: 70px;
    height: 70px;
  }
  .mapa-puebla {
    top: 50%;
    left: 58%;
  }

  .mapa-saltillo {
    top: 7%;
    left: 45%;
  }
  .mapa-corporativo {
    top: 71%;
    left: 19%;
  }
}

@media (max-width: 850px) {
  .mapa-puebla {
    top: 45%;
    left: 57%;
  }

  .mapa-saltillo {
    top: 7%;
    left: 46%;
  }
  .mapa-corporativo {
    top: 71%;
    left: 19%;
  }
}

@media (max-width: 789px) {
  .mapa-puebla {
    top: 40%;
    left: 57%;
  }

  .mapa-saltillo {
    top: 7%;
    left: 46%;
  }
  .mapa-corporativo {
    top: 71%;
    left: 10%;
  }
}

@media (max-width: 600px) {
  .mapa-puebla {
    top: 48%;
    left: 56%;
    width: 130px;
  }

  .mapa-saltillo {
    top: 10%;
    left: 45%;
    width: 150px;
  }

  .mapa-corporativo {
    top: 73%;
    left: 26%;
    width: 161px;
  }
}

@media (max-width: 550px) {
  .mapa-puebla {
    top: 48%;
    left: 56%;
    width: 130px;
  }

  .mapa-saltillo {
    top: 10%;
    left: 45%;
    width: 150px;
  }

  .mapa-corporativo {
    top: 73%;
    left: 26%;
    width: 161px;
  }
}
@media (max-width: 500px) {
  .mapa-puebla {
    top: 42%;
    left: 56%;
    width: 130px;
  }

  .mapa-saltillo {
    top: 6%;
    left: 45%;
    width: 150px;
  }

  .mapa-corporativo {
    top: 73%;
    left: 18%;
    width: 161px;
  }
}
@media (max-width: 400px) {
  .mapa-puebla {
    top: 36%;
    left: 56%;
    width: 130px;
  }

  .mapa-saltillo {
    top: 0;
    left: 45%;
    width: 150px;
  }

  .mapa-corporativo {
    top: 73%;
    left: 8%;
    width: 161px;
  }
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*--------------------------BOLSA DE TRABAJO-----------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/

.bolsatrabajo .container {
  padding-top: 150px;
}
.bolsatrabajo {
  position: relative;
  overflow: hidden;
  height: 360px;
}
.bolsatrabajo h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#bolsatrabajo img {
  margin-top: -425px;
}
.bolsatrabajo-fondo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/fondo_bolsa.jpg") !important;
  background-size: cover;
  width: 100%;
  height: 450px;
  position: absolute;
  background-position: center center;
}

@media (max-width: 992px) {
  .bolsatrabajo {
    background-image: url("../img/fondo_bolsa.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
  }
  .bolsatrabajo-fondo {
    background-position: center center;
    width: 100%;
    height: 550px;
    display: none;
  }
  .bolsatrabajo .container {
    padding-top: 20px;
  }
  #bolsatrabajo img {
    margin-top: -110px;
  }
  #bolsatrabajo .rectangulo1 {
    top: 10px;
    left: 85px;
    display: none;
  }
  .bolsatrabajo h1 {
    opacity: 1;
    margin-top: 20px;
  }
}

/*FORMULARIO*/

#desc_nosotros {
  margin-top: 70px;
}

#formulario h2,
#desc_nosotros h2 {
  margin: 0px;
}

.azul_radio {
  color: #033061;
  font-family: MyriadPro-Bold;
}

#formulario {
  margin-top: 70px;
}

#formulario form {
  margin-top: 30px;
}

#desc_nosotros .descripcion {
  text-align: justify;
}

.form-control {
  width: 53%;
}

.manos {
  width: 100%;
  margin-bottom: 50px;
}

#formulario .saltillo {
  width: 50%;
  text-align: justify;
  word-wrap: break-word;
  float: left;
}

#formulario .puebla {
  width: 50%;
  text-align: justify;
  float: right;
  word-wrap: break-word;
}

#formulario ul {
  list-style: none;
  padding-left: 0px;
}

#formulario h4 {
  color: black;
}

.bluebutton {
  float: right;
  background-color: #334f72;
  border-style: none;
  color: white;
  padding: 5px 10px 5px 10px;
  font-family: MyriadPro-Bold;
}

@media (max-width: 992px) {
  #formulario .saltillo {
    width: 100%;
    text-align: justify;
    word-wrap: break-word;
    margin-bottom: 40px;
    text-align: center;
  }

  #formulario .puebla {
    width: 100%;
    text-align: justify;
    word-wrap: break-word;
    text-align: center;
  }
  .form-control {
    width: 100%;
  }
  div#mybutton {
    width: 100%;
  }
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px); /* Adjust as needed */
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-------------------------sustentabilidad y contribucion----------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#sustentabilidad {
  background-repeat: no-repeat;
  background-image: url("../img/susten-contribucion/banner2.jpg") !important;
  background-size: cover;
  width: 100%;
  background-position: center center;
  padding: 40px 40px 50px 40px;
}
#sustentabilidad .container-fluid {
  border: 1px solid #ffff;
}
.caja-text {
  padding: 100px 0px;
}
#sustentabilidad img {
  top: -81px;
  position: absolute;
}
#sustentabilidad h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#sustentabilidad p {
  font-family: MyriadPro-Regular;
  text-align: left;
  font-size: 14pt;
  color: rgb(255, 255, 255);
}

#modelo-sustentabilidad {
  margin: 100px 0px;
  background-image: url(../img/susten-contribucion/fondo_sustentabilidad.jpg);
  background-position: center center;
  background-size: cover;
}
#modelo-sustentabilidad h2 {
  display: inline !important;
}
#modelo-sustentabilidad img {
  padding: 50px 0px;
}

#desc-modelo {
  padding: 50px 0px;
}

@media (max-width: 767.98px) {
  #sustentabilidad img {
    display: none;
  }
  #modelo-sustentabilidad {
    margin-bottom: 50px !important;
  }
  #desc-modelo {
    padding: 0px 0px;
  }
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*----------------------sustentabilidad y reconocimientos----------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
#susten-recono {
  background-repeat: no-repeat;
  background-image: url("../img/susten-reconocimientos/banner1.png") !important;
  background-size: cover;
  width: 100%;
  background-position: center center;
  padding: 40px 40px 50px 40px;
}
#susten-recono .container-fluid {
  border: 1px solid #ffff;
}
#susten-recono img {
  top: -21px !important;
  position: absolute;
}
#susten-recono h1 {
  color: #fff !important;
  font-family: MyriadPro-Bold !important;
  font-size: 41pt;
}
#susten-recono p {
  font-family: MyriadPro-Regular;
  text-align: left;
  font-size: 14pt;
  color: rgb(255, 255, 255);
}

#menu-sustentabilidad {
  padding: 100px 0px;
}

/* #menu-sustentabilidad .nav-tabs > li.active > a,
#menu-sustentabilidad .nav-tabs > li.active > a:hover,
#menu-sustentabilidad .nav-tabs > li.active > a:focus {
  background-color: #00448f;
  padding: none !important;
  width: 118px;
  height: 118px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}
 */
#menu-sustentabilidad .nav-tabs img {
  margin-top: -2px;
  margin-left: -7px;
}

#menu-sustentabilidad .nav > li > a:hover,
#menu-sustentabilidad .nav > li > a:focus {
  text-decoration: none;
  background-color: #00448f;
  padding: none !important;
  width: 118px;
  height: 118px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 55px 0px rgba(0, 0, 0, 0.75);
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}

#menu-sustentabilidad .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* .btn-evasaq {
  position: absolute !important;
  margin-left: 263px !important;
  margin-top: -61px;
}
.btn-uninat {
  position: absolute !important;
  margin-left: 442px !important;
  margin-top: 9px;
}
.btn-empmex {
  position: absolute !important;
  margin-left: 514px !important;
  margin-top: 179px !important;
}
.btn-cercal {
  position: absolute !important;
  margin-left: 443px !important;
  margin-top: 363px !important;
}

.btn-ceriso {
  position: absolute !important;
  margin-left: 268px !important;
  margin-top: 430px !important;
}

.btn-inf {
  position: absolute !important;
  margin-left: 184px !important;
  margin-top: 404px !important;
}

.btn-indlim {
  position: absolute !important;
  margin-left: 74px !important;
  margin-top: 351px !important;
}
.btn-empres {
  position: absolute !important;
  margin-left: 24px !important;
  margin-top: 178px !important;
}
.btn-emp10 {
  position: absolute !important;
  margin-left: 82px !important;
  margin-top: 18px !important;
}
 */
#empresa10 {
  margin-top: 100px;
}
#empresa10 h2 {
  padding: 50px 0px;
}

#reconoc {
  padding: 50px;
}

@media (max-width: 767.98px) {
  #susten-recono img {
    display: none;
  }
  #empresa10 {
    margin-top: 0px;
  }
}
