
@font-face {
font-family: 'Glasgow-Regular';
src: url('MGS_font/Glasgow-Regular/glasgow-regular.ttf') format('truetype');
/* src: url('fonts/futuran-webfont-webfont.eot');
src: url('fonts/futuran-webfont-webfont.eot?#iefix') format('embedded-opentype'), */
/* url('fonts/futuran-webfont-webfont.woff') format('woff'), */
/* url('fonts/futuran-webfont-webfont.svg#futura_bk_btbook') format('svg'); */
}

@font-face {
font-family: 'Glasgow-XlightIta';
src: url('MGS_fon/Glasgow-XlightIta/glasgow-xlightita.ttf') format('truetype');
/* src: url('fonts/futuran-webfont-webfont.eot');
src: url('fonts/futuran-webfont-webfont.eot?#iefix') format('embedded-opentype'), */
/* url('fonts/futuran-webfont-webfont.woff') format('woff'), */
/* url('fonts/futuran-webfont-webfont.svg#futura_bk_btbook') format('svg'); */
}

body,
html {
  width: 100%;
  height: 100%;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    width: 100%;
}

.navbar {
    min-height: 70px;
}

.navbar-nav>li{
    list-style: none;
    position: relative;
    float: none;
    /* margin: 10px 0; */
  border-bottom: 1px solid #efefef;
}

section {
    padding: 8rem 0;
  }

  .section-heading {
    margin-top: 0;
  }

  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}

.navbar-nav {
    margin-top: 0px;
    padding: 0;
    float: none;
}

/* .active-i::after {
    content: "";
    border-top: 0px solid #18754100;
    border-left: 9px solid #754c1800;
    border-right: 9px solid #d621af00;
    border-bottom: 8px solid #994b11;
    position: absolute;
    bottom: -10px;
    left: 46%;
    right: auto;
} */

.navbar-default .navbar-nav>.active {
  background-color: #ccb962;
  /* border-top: 2px solid #d6d6d6; */
  /* border-bottom: 2px solid #d6d6d6; */
  border-right: 3px solid #a79649;
}

.navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    color: #ffffff !important;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a>i {
    float: right;
}

#mainContent {

  width: calc(100% - 250px);
  float: right;
}

#mainContent .row {
    padding: 0;
    margin: 0;

}

#mainContent .row h2 {
    font-size: 48px;
    font-weight: 600;
    color: #F05F40;
}

#mainContent .row h2 + hr {
    border-color: #f05f40;
    margin-top: 0;
}

#servicios, #proyectos, #noticias, #contacto {
  padding-left: 0;
  padding-right: 0;
}

.main-title-01 {
  /* margin-bottom: 100px;
  display: inline-block;
  width: 29%;
  vertical-align: text-bottom; */
}

.main-title-01 img {
  width: 250px;
  margin: 180px 0;
}

.content-02 {
  /* display: inline-block;
  padding: 40px 10px;
  height: 150px;
  vertical-align: super;
  margin-bottom: 150px; */
  margin-top: 100px;

}

.redes {
  text-align: center;
  position: absolute;
  bottom: 0;
  /* background-color: #383838; */
  display: block;
  width: 100%;
  /* padding-bottom: 10px; */
}

.redes p {
  /* width: 90%; */
  margin: 0;
  padding: 8px 16px;
  font-size: 12.5px;
  border-top: 1px solid #a5a5a5;
  color: #333333;
  /* margin-bottom: 11px; */
}

.redes a {
  text-align: center;
  margin: 5px;

}

.redes a i {
  color: #333;
  font-size: 27px;
}

.sr-icon-1 {
  background-image: url(../img/conozca_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -276px;
  height: 750px;
}

.sr-icon-1 img {
  width: 100%;
}

.inter-logo{
  text-align: center;
  margin: 150px;
}

.content-02.new-cont,
.content-02.new-cont,
.content-02.bolsa-cont {
    width: 98%;
    float: none;
}

.content-02 p strong {
  font-size: 41px;
  color: #2f5d77;
}

.content-02 .f-p {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
}


.valores {
  display: block;
  width: 80%;
  margin: 0px auto;
  /* overflow: hidden; */
  padding: 0;
  margin-bottom: 100px;
}

.valores li {
  position: relative;
  float: left;
  width: 33.33%;
  text-align: center;
  /* background-color: #1e609a; */
  height: 150px;
  /* border: 1px solid #134169; */
}

.valores li:hover p,
.valores li:hover i {
  color: #ccb862;
  transition: all .1s ease-in-out;

}

.valores li:hover::before {
  content: "";
  border-left: 20px solid #ff000000;
  border-right: 20px solid #00800000;
  border-top: 0px solid purple;
  border-bottom: 20px solid #e1e2e2;
  /* background-color: #255884; */
  bottom: 0;
  position: absolute;
  left: 43%;
  transition: all .5s ease-in-out;


}

.valores li i {
  font-size: 45px;
  color: #1c5577;
  display: block;
  margin: 20px;
}

.valores li p {
  font-size: 21px;
  color: #1e4d75;
  font-weight: 700;
}

.mvs_ {
  float: left;
  width: 50%;
  padding: 0;
  height: 350px;
  background-color: red;
}

.mm {
  background-image: url(../img/mision.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

.vv {
  background-image: url(../img/vision.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.mvs_.mm li,
.mvs_.vv li  {
  background-color: rgba(4, 1, 1, 0.72);
  height: -webkit-fill-available;
  border-right: 1px solid #000
}

.mvs_.mm li:hover,
.mvs_.vv li:hover {
  background-color: rgba(4, 52, 95, 0.88);
  transition: all .5s;

}

.mvs_ li p {
  font-size: 15px;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

.mvs_ li p:nth-child(1) {
  font-size: 41px;
  text-align: center;
  color: #fff;
  padding: 50px;
  padding-top: 150px;
  font-weight: 600;
}

.mvs_ li p:nth-child(2) {
  transform: translatey(-350px);
  opacity: 0;
}

.mvs_ li:hover p:nth-child(1) {
  transform: translateX(0px);
  padding-top: 50px;
  transition: all .3s ease-in-out;
}

.mvs_ li:hover p:nth-child(2) {
  transform: translatey(0px);
  opacity: 1;
  transition: all .3s ease-in-out;
}

.valores_ {
    width: 70%;
    margin: 0 auto;
}

.valores_ h4 {
    font-size: 41px;
    color: #2f5d77;
    font-weight: 600;
}

.valores_ ul {
    padding: 0;
    margin-top: 30px;
}

.valores_ ul li {
  display: inline-block;
  width: 27%;
  margin: 10px;
  vertical-align: top;
  text-align: center;
}

.valores_ ul li:hover {
    color: #2f5d77;
}

.valores_ ul li i {
  width: 94px;
  height: 95px;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 26px 0;
  font-size: 45px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
  text-align: center;
}

.valores_ ul li:hover i {
    border: 1px solid #b5b5b5;
}

.valores_ ul li p {
    margin: 10px;
    font-weight: 600;
    font-size: 20px;
    transition: all 1s;
    text-align: center;
}



.content-02 p {
  line-height: 1.4;
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 90px;
}

.mision_cl {
  float: left;
  width: 50%;
  padding: 30px;
  background-color: #994b11;
  color: white;
  height: 450px;
  overflow: hidden;
}

.mision_cl h2 {
  font-weight: 600;
  font-size: 38px;
}

.mision_cl p {
  width: 90%;
  margin: 20% auto;
  font-size: 23px;
  /* line-height: 1.3; */
  font-weight: 100;
}

.mision_cl .ep_01 div ul li p {
    font-size: 14px;
}


.vision_cl {
  float: right;
  width: 50%;
  /* padding: 30px; */
  background-color: #cabd7d;
  color: white;
  height: 450px;
  overflow: hidden;
  position: relative;

  background-image: url(../img/conozca_img.jpg);
  background-position-x: center;
}

/* .vision_cl img {
  width: 100%;
  height: -webkit-fill-available;
  position: relative;
  top: 0;
} */

.vision_cl a {
  position: absolute;
  z-index: 999;
  bottom: 18px;
  right: 20px;
  color: white;
  font-size: 21px;
}


.mexTrad p {
  width: 90%;
  margin: 150px auto;
  font-size: 21px;
  margin-bottom: 90px;
  margin-top: 50px;
}

.mexTrad p strong {
  font-size: 41px;
  display: block;
  color: #2f5d77;
}

.ft-map {
    width: 85%;
    margin: 0 auto;
    padding: 0 20px;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}


#contacto .col-md-4 {
    min-height: 120px;
}

#contacto .col-md-4 ul li {
    list-style: none;
    margin: 10px 0;
}

#contacto .col-md-4 ul li a {
    display: inline;
    padding: 10px 0;
    color: white;
}

#contacto .col-md-4 ul li a img {
    margin-right: 10px;
}

.col_1, .col_2 {
    border-right: 1px solid #fff;
}

.col_2 p {
    color: white;
    text-align: center;
}

.col_2 ul {
    text-align: center;
    padding: 0;
}

.col_2 ul li {
    display: inline;
}

.col_2 ul li a {
    margin: 5px;
}

.col_3 p {
    color: #fff;
    margin: 10px;
    width: 90%;
    font-size: 11px;
}

.sb-foot {
  float: left;
  width: 40%;
  min-height: 60px;
  /* background-color: #e4debe; */
  /* margin-top: 100px; */
  border-left: 6px solid #ccb862;
}

.sb-foot img {
  float: left;
  margin-right: 15px;
}

.sb-foot p {
  float: left;
  margin-top: 0px;
  font-size: 25px;
  margin-bottom: 0;
}

.sb-foot p > .bt-e {
    margin-bottom: 0;
    font-weight: 100;
}

.sb-foot p > .ds-e {
    display: block;
    font-size: 18px;
    color: #717171;
    font-weight: 100;
    line-height: 1;
}

.ft-col1,
.ft-col2,
.ft-col3 {
  color: #333;
  display: inline-block;
  width: 28%;
  vertical-align: top;
  /* margin-top: 15px; */
}

.ft-col1 i {
    font-size: 31px;
    color: #2f5d77;
}

.ft-col1 h4,
.ft-col2 h4,
.ft-col3 h4 {
  padding-bottom: 5px;
  font-weight: 600;
}

.ft-col1 ul,
.ft-col2 ul,
.ft-col3 ul {
    padding: 0px;
}

.ft-col1 ul li,
.ft-col2 ul li,
.ft-col3 ul li {
  list-style: none;
  margin: 4px 0;
}

.ft-col1 ul li a,
.ft-col2 ul li a,
.ft-col3 ul li a {
  font-size: 15px;
  color: #525252;
}

.ft-col3 ul li a img {
    width: 20px;
    margin-right: 15px;
}

.ft-dr {
    position: absolute;
    bottom: 0;
    background-color: #292929;
    width: 100%;
    text-align: center;
}

.ft-dr p {
    color: white;
    margin: 18px;
    font-size: 11px;
}

.bg-footer {
 /* background-image: url(../img/mg_img_001.jpg);
 background-repeat: no-repeat;
 min-height: 346px;
 background-position: bottom;
 background-size: cover; */
}

.jumbotron {
    background-image: url(../img/banner_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    background-position: bottom;
}

.j-bolsa {
    background-image: url(../img/banner_bolsa.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.j-news {
    background-image: url(../img/banner_noticias.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.j-serv {
    background-image: url(../img/banner_servicios.jpg) !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.inner-jumb {
    width: 1125px;
    margin: 0 auto;
}

.jumbotron h1 {
    color: white;
    margin: 5px 45px 0;
    font-size: 39px;
    width: 40%;
    padding: 10px;
}

.j-bolsa h1 {
    background-color: rgba(10, 60, 224, 0.72) !important;
}

.j-news h1 {
    background-color: rgba(224, 138, 10, 0.72) !important;
}

.j-serv h1 {
    background-color: rgba(224, 10, 10, 0.72) !important;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 200;
    color: white;
    width: 41%;
    margin: 12px 48px;
    line-height: 1.3;
}

.jumbotron hr {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    margin-left: 45px;
}

/* ------------ */

#descripcion h2 + p {
    color: #f05f40;
    font-weight: 600;
}

#descripcion .col-md-3 {
    padding: 0;
}
#descripcion .col-md-3 h4 {
    font-weight: 600;
    font-size: 21px;
}

#descripcion .col-md-3 p {
    font-weight: 600;
    color: #656565;
}

/* ---------*/
/* noticias */
/* ---------*/


.nt_main p {
    margin-bottom: 45px;
}

.nt_main h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
}

.bx-nws {
  margin: 10px;
  width: 100%;
  float: left;
}

.bx-nws figure {
  float: left;
  width: 55%;
  /* border: 1px solid #000; */
}

.bx-nws figure img {
    width: 100%;
}

.bx-nws h4 {
  display: block;
  width: 100%;
  vertical-align: top;
  color: #bc5c0c;
  font-size: 26px;
  font-weight: 600;
  /* width: 90%; */
  margin: 20px 0;
  border-bottom: 1px solid #bc5c4c;
  padding-bottom: 5px;
}

.bx-nws .p1 {
  margin: 0px 13px;
  font-size: 13px;
  font-weight: 60;
}

.bx-nws .p2 {
  float: right;
  width: 40%;
  vertical-align: top;
  margin: 0px 15px;
  font-size: 18.5px;
  /* font-weight: 600; */
  line-height: 1.3;
  text-align: justify;
}

.extra-cont {
  margin: 10px;
  width: 100%;
  float: left;
  margin-top: 0px;
}

.extra-cont p {
  font-size: 20px;
  margin-top: 25px;
}

.extra-cont p strong {
  font-size: 36px;
  margin-right: 5px;
  color: #bc5c0c;
}

.bx-nws-add .nws01 {

  float: left;
  width: 33%;
  padding: 0 20px;
}

.bx-nws-add .nws01 h4 {
  font-size: 15px;
  font-weight: 600;
}

.bx-nws-add .nws01 p {
  font-size: 13.5px;
}

.bx-nws-add .nws01 figure {
  width: 100%;
}

.bx-nws-add .nws01 img {
  width: inherit;
}
/* -----------------*/
/* BOLSA DE TRABAJO */
/* -----------------*/


.bx-jobs {
  margin: 5px 20px;
  /* margin-top: 35px; */
  display: block;
  vertical-align: top;
  background-color: #fdfdfd;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0dede;
  border-radius: 3px;
}

.bx-jobs:hover {
    background-color: #f3f3f3;
}

.bx-jobs button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #f05f40;
    color: white;
    border-radius: 3px;
}

.bx-jobs ul {
  padding: 0px;
  overflow: hidden;
}

.bx-jobs ul li {
  float: left;
  margin: 10px;
}

.bx-jobs ul li:nth-child(1) {
    width: 40%;
}

.bx-jobs ul li:nth-child(2) {
    width: 10%;
}

.bx-jobs ul li:nth-child(3) {
    /* width: 30%; */
}

.bx-jobs ul li h4 {
  font-size: 15px;
  color: #3F51B5;
}

.bx-jobs ul li p {
    font-size: 18px;
    margin-bottom: 0;
}

.thumbnail {
    border: none;
}

.thumbnail .caption {
    padding: 10px 0;
}

.thumbnail .caption h3 {
    font-size: 16px;
    margin: 0;
    color: #f05f40;
    font-weight: 600;
}

.thumbnail .caption p {
    margin: 6px 0;
    font-size: 11px;
    color: #949494;
}

.bx-form  {
  width: 650px;
  margin: 90px auto;
  display: block;
  float: none;
}


.bx-form p {
  text-align: center;
  font-size: 21px;
  width: 50%;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 45px;
}

.bx-form p strong {
  font-size: 31px
}

.bolsa-form {
  /* background-color: #f5f1d8; */
  display: block;
  overflow: hidden;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px #f7f7f7;
}

.bolsa-form h4 {
  text-align: center;
  margin: 25px 0;
  font-size: 21px;
  color: #405e9e;
}

.carousel-inner {
    /* height: 750px; */
}

.carousel-caption {
    bottom: 25%;
}
.c_ind_index {
    position: absolute;
    bottom: 10px;
    left: 95%;
    z-index: 15;
    width: 10px;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
    right: 10%;
    top: 31%;
}

.c_ind_index .active {
    width: 18px;
    height: 21px;
    margin: 15px;
    background-color: #fff;
    color: #000;
    padding-right: 3px;
}

.c_ind_index li {
    display: block;
    width: 18px;
    height: 21px;
    margin: 15px;
    text-indent: -999px;
    cursor: pointer;
    color: white;
    padding-right: 3px;

}

.c_ind_index li {
    border-radius: 0px;
}

/* ------------ */



#inter_mg {
    position: relative;
    /* background-image: url(../img/bg_holding.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 1420px;
    padding: 0 !important; */
}

#inter_mg .inter {
    /* position: absolute; */
    width: 750px;
    background-color: #8da2d0;
    padding: 15px;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    /* left: auto;
    right: auto; */
}

#inter_mg .inter h3 {
    color: #183575;
    font-size: 31px;
    font-weight: 600;
}

#inter_mg .inter p {
    color: #fff;
    font-size: 18px;
}

#inter_mg .inter-logo {
    position: absolute;
    bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: 50%;
}


/* ----------------------*/
/* productos y servicios */
/* ----------------------*/

.sp-row1 h3 {
  text-align: center;
  font-size: 33px;
  /* width: 70%; */
  margin: 80px auto;
  color: #2f5d77;
  font-weight: 700;
}


.pd_sv {
  width: 100%;
  margin: 50px auto;
  display: block;
  overflow: hidden;
  text-align: center;
}

.pd_sv li {
    width: 30%;
    display: inline-block;
    text-align: center;
    color: #484848;
}

.pd_sv li:hover {
    color: #a62a2e;
}

.pd_sv li i {
  display: block;
  font-size: 41px;
}

.pd_sv li span {
  font-size: 18px;
  margin: 15px 0;
  display: block;
}

.txt-sp {
  display: block;
  margin: 99px auto;
  /* background-color: #727a75; */
  padding: 20px;
  overflow: hidden;
  width: 100%;
}

.txt-sp em {
  font-size: 26px;
  color: #ada164;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}

.txt-sp p {
  font-size: 17px;
  color: #4a4a4a;
  /* text-align: justify; */
  /* width: 80%; */
  margin: 0 auto;
}

.pd-bg {
  background-image: url(../img/mg_img_001.jpg);
  height: 650px;
  /* background-position: 52%; */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: bottom;
}

.serv-cont {
  width: 90%;
  margin: 0 auto;
}

.list-serv-mgi {
  padding: 0;
}

.list-serv-mgi li {
  width: 70%;
  display: block;
  overflow: hidden;
  margin: 10px auto;

  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  transition: all 0.2s;
}

.list-serv-mgi li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.list-serv-mgi li i {
  float: left;
  width: 15%;
  font-size: 40px;
  text-align: center;
  margin-top: 13px;
}

.list-serv-mgi li div {
  float: left;
  width: 75%;
  margin: 12px 5px;
}

.list-serv-mgi li div h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}

.list-serv-mgi li div p {
  margin: 0;
  font-size: 15px;
  display: none;
}


.cerrar_ {
  float: right;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #337ab7;
  border-radius: 3px;
}

.c-serv {

}

.c-serv-t {
  font-size: 28px;
  color: #525252;
  border-bottom: 1px solid #525252;
  padding-bottom: 5px;
}

.conta h4:not(.c-serv-t),
.admin h4:not(.c-serv-t),
.fiscal h4:not(.c-serv-t),
.finan h4:not(.c-serv-t),
.jurid h4:not(.c-serv-t),
.logis h4:not(.c-serv-t),
.talent h4:not(.c-serv-t),
.t-i h4:not(.c-serv-t)  {
  font-weight: 550;
  color: #2f5f77;
  margin-top: 25px;
}

.conta h4:not(.c-serv-t)::before,
.admin h4:not(.c-serv-t)::before,
.fiscal h4:not(.c-serv-t)::before,
.finan h4:not(.c-serv-t)::before ,
.jurid h4:not(.c-serv-t)::before,
.logis h4:not(.c-serv-t)::before,
.talent h4:not(.c-serv-t)::before,
.t-i h4:not(.c-serv-t)::before {
  content: "\f00c";
  font-family: "icomoon";
  float: left;
  margin-right: 10px;
  font-weight: 600;
  color: #2f5e77;
}

.c-serv-t ~ p {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 21px;
  line-height: 20px;
}

.list-c-serv li:hover p {
  cursor: pointer;
  color: #000;
  font-weight: 550;
}


.list-c-serv li::before {
  content: "\f101";
  font-family: "icomoon";
  float: left;
  margin-right: 10px;
  color: #2f5e77;
  font-weight: 600;
}




/* ------------ */


/* ----------- */
/* filiales */
/* ------------ */


.fil-cont .item-filial {
  float: left;
  width: 33%;
}


.fil-cont .item-filial {
  float: left;
  width: 30%;
  border: 1px solid #dadada;
  min-height: 200px;
  margin: 13px;
  border-radius: 3px;
  position: relative;
}

.fil-cont .item-filial div {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.fil-cont .item-filial div img {
  margin-top: 60px;
  width: inherit;
}

.fil-cont .item-filial a {
  display: none;
  height: 200px;
  position: absolute;
  z-index: 333;
  top: 0;
  width: -webkit-fill-available;
  border-radius: 3px;
}

.fil-cont .item-filial a h4 {
  font-size: 22px;
  /* font-weight: 600; */
  text-align: center;
  color: white;
  /* border-bottom: 1px solid #fff; */
  width: 85%;
  margin: 0 auto;
  margin-top: 45px;
}

.fil-cont .item-filial a p {
  text-align: center;
  font-size: 21px;
  margin: 21px 0;
  color: #fff9e0;
}

.fil-cont .item-filial a p i {
  display: block;
  font-size: 31px;
  margin: 7px;

}

.fil-cont .item-filial:hover a {
  display: block;
  background-color: rgba(16, 16, 16, 0.84);
  text-decoration: none;
  transition: 1s;

}

.fil-cont .item-filial:hover div img {
  opacity: .2;
  transition: 0.3s;
}

/* ----------- */
/* filiales */
/* ------------ */


/* grid effect */

.grid {
	position: relative;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
    font-size: 21px !important;
    color: #fff !important;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5% !important;
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;



      width: 250px;
      height: 100vh;
      border-right: 1px solid #c75c51;

  }

  #mainNav .navbar-brand {


    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f05f40;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 15px;
    font-weight: 100;
    /* text-transform: uppercase; */
    color: #212529;
  }

  #mainNav .navbar-nav > li.nav-item:hover {
        background-color: #e5e0be;
    }

  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #4e4e4e;
    text-decoration: none;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #F05F40 !important;
    background-color: transparent;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
  }

  .navbar-default .navbar-nav>li>a {
    color: rgba(16, 16, 16, 0.9);
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #F05F40;
}

.open>.dropdown-menu {
  display: block;
  position: relative;
  float: none;
  box-shadow: none;
  border: none;
}

.navbar-header {
  float: none;
  height: auto;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 42px;
  border-bottom: 1px solid #cfc48b;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0px;
    border-radius: 0px;
}



/* ++++++++++++ */
/* -----tabs--- */
/* ++++++++++++ */



/*  bhoechie tab */
div.bhoechie-tab-container {
  width: 70%;
  margin: 0 auto;
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  /* border-radius: 4px; */
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  /* margin-top: 20px; */
  /* margin-left: 50px; */
  /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  float: left;
  width: 50%;
  font-size: 25px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #994b11;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #ccb962;
  /* background-image: #5A55A3; */
  color: #ffffff;
  border-color: #e5e0be;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  /* content: '';
  position: absolute;
  left: 47%;
  top: 111%;
  margin-top: -8px;
  border-right: 13px solid #ffa50000;
  border-bottom: 0px solid #209611;
  border-top: 13px solid #cfc38a;
  border-left: 13px solid #5a55a300; */
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  /* padding-left: 20px;
  padding-top: 10px; */
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/* ---------*/
/* carousel */
/* ---------*/

#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.list-serv-mgs {
  width: 90%;
  margin: 100px auto;
}

.list-serv-mgs li {
  width: calc(90% / 3);
  overflow: hidden;
  height: 350px;
  float: left;
  margin: 10px;
  transition: all .5s ease-in-out;
  position: relative;
}

.list-serv-mgs li h4 {
  position: absolute;
  top: 0;
  font-size: 30px;
  color: white;
  background-color: black;
  padding: 10px;
  border-radius: 5px;
  opacity: 1;
}

.list-serv-mgs li div {
  padding-top: 50px;
  background-color: rgba(33, 33, 33, 0.85);
  color: white;
  height: 100%;
  text-align: center;
  transform: translateY(350px);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.list-serv-mgs li div i {
  font-size: 45px;
  padding: 20px 0;
  display: block;
}

.list-serv-mgs li div p {
  width: 90%;
  margin: 0 auto;
  font-size: 21px;
}

.list-serv-mgs .item-com-mgs {
  background-image: url(../img/comercio.jpg);
}

.list-serv-mgs .item-trans-mgs {
  background-image: url(../img/transporte.jpg);
}

.list-serv-mgs .item-alm-mgs {
  background-image: url(../img/almacenamiento.jpg);
}

.list-serv-mgs .item-com-mgs,
.list-serv-mgs .item-trans-mgs,
.list-serv-mgs .item-alm-mgs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.list-serv-mgs li:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 7px 1px #e2e2e2;
}

.list-serv-mgs li:hover h4 {
  opacity: 0;
}

.list-serv-mgs li:hover div {
  cursor: pointer;
  display: block;
  transform: translateY(0);
  opacity: 1;
}


.oper-list {

}

.oper-list .oper-item {
  float: left;
  width: 45%;
  text-align: center;
  margin: 10px 0;
}

.oper-list .oper-item p {
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}

.oper-list .oper-item i {
  font-size: 55px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  transition: all 1s;
}

.oper-list .oper-item:nth-child(1) {
  border-right: 1px solid #000;
}

.oper-list .oper-item:nth-child(3) {
  margin-top: 30px;
  width: 90%
}

.oper-item:hover i {
  color: #3f75b7;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

    .navbar-header {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .navbar-brand>img {
        width: 130px;
        margin-left: 15px;
    }

    .jumbotron h1 {
        font-size: 25px;
    }

    .list-serv-mgi li {
      width: 95%;
    }

    .fil-cont .item-filial {
        width: 46%;
    }
}

  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: #ffffff;
      border-right: 1px solid #ccb962;
    }

    #mainNav .navbar-brand {
      color: rgba(255, 255, 255, 0.7);
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
      padding: 15px 10px;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
      color: #676767;
    }

    /* #mainNav.navbar-shrink {
      border-bottom: 3px solid #994b11;
      background-color: #fff;
      width: 70px;
    }

    #mainNav.navbar-shrink .c {
        display: none;
    } */



    #mainNav.navbar-shrink .navbar-brand {
      color: #F05F40;
    }
    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
      color: #f05f40;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
      color: #212529;
    }
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #F05F40;
    }
    header.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url("../img/banner_1.jpg");
        background-position: center center;
        background-size: cover;
        margin-top: 60px;
      }

      .inner-jumb {
          width: 100%;
      }

      .valores_ ul li i {
        width: 120px;
        height: 120px;
        padding: 35px 0;
        font-size: 50px;
      }

      .valores_ ul li p {
        font-size: 25px;
      }




  }

   @media (max-width: 1024px) {
     .list-serv-mgs li {
         width: 90%;
       }

   }


   @media (min-width: 1210px) {

     .content-02 {
        /* display: inline-block;
        margin: 0 auto;
        display: block;
        height: auto; */
    }

    .content-02 p {
      /* text-align: justify; */
      /* letter-spacing: -.7px; */
      width: 65%;
      margin: 0 auto;
      margin-top: 18px;
    }

    .sp-row1 h3 {
      font-size: 41px;
    }

    .content-02 p span {
      text-transform: uppercase;
      font-size: 31px;
      font-weight: 600;
      margin-right: 2px;
    }

    .content-02 .f-p {
      width: 65%;
      margin: 0 auto;
    }

     .main-title-01 {
        /* display: block;
        width: 20%;
        margin: 0 auto;
        padding-top: 150px; */
    }

    .mis_vis {
      width: 70%;
      margin: 0 auto;
      margin-top: 150px;
    }

     .mexTrad p {
         width: 65%;
     }

     .pd_sv {
       width: 80%;
     }

     .pd_sv li {
       width: 20%;
       float: left;
       text-align: center;
       color: #484848;
     }


     .mision-vision {
       width: 70%;
       margin: 100px auto;
     }

    .list-serv-mgi li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 5px;
    }

    .serv-cont {
        /* width: 90%; */
    }

    .list-serv-mgi li i {
        margin: 10px;
    }

    .fil-cont {
        width: 75%;
        margin: 0 auto;
    }


   }


 @media (max-width: 1200px) {

       div.bhoechie-tab-container {
         width: 100%;
       }

       .main-title-01 {
         /* display: block;
         width: 40%;
         margin: 0 auto;
         padding-top: 100px;
         margin-bottom: 50px; */
      }

       .content-02 {
         /* width: 98%;
          margin: 0 auto;
          display: block;
          height: auto; */
       }
       .content-02 p {
          font-size: 18px;
      }

      .inner-jumb {
          width: 100%;
      }

      .jumbotron h1 {
          width: 100%;
          margin: 0;
      }

   }

  @media (max-width: 768px) {

    #mainNav {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #c75c51;
    }

    #mainContent {
      float: none;
      width: 100%;
      margin-top: 70px;
    }

    .c_ind_index {
      left: 90%;
    }

    .navbar-brand {
      float: none;
      height: 40px;
      padding:0;
      line-height: 0;
      width: auto;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    div.bhoechie-tab-menu div.list-group>a {
        font-size: 15px;
    }

    .mision_cl p {
        width: 95%;
        margin: 20% auto;
        font-size: 18px;
    }

    .redes {
      position: relative;
      margin-top: 15px;
    }

    .redes p {
      display: none;
    }

    .mvs_ {
      float: none;
      width: 70%;
      margin: 80px auto;
    }

    .valores_ {
      width: 90%;
    }

    .valores_ ul li {
      width: 29%;
    }

    .bx-nws-add .nws01 {
        border-top: 1px solid #000;
    }

  }

  @media (max-width:580px) {

    .main-title-01 {
        width: 72%;
    }

    .mision_cl {
      float: none;
      width: 100%;
    }
    .vision_cl {
      display: none;
    }

    .inter-logo {
      margin: 66px;
    }

    .mexTrad p strong {
      font-size: 28px;
    }

    .mexTrad p {
        font-size: 16px;
    }

    .content-02 p strong {
        font-size: 30px;
    }

    .content-02 p {
        font-size: 15px;
        text-align: justify;
    }

    .fil-cont .item-filial {
        width: 95%;
    }

    .bx-jobs ul li {
        float: none;
        margin: 10px;
        width: 90% !Important;
    }

    .valores_ ul {
        text-align: center;
    }

    .valores_ ul li {
        width: 50%;
    }

    .bx-nws-add .nws01 {
        width: 95%;
        margin-bottom: 35px;
    }
  }
