body, html, :root {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 1.2381rem;
  color: rgba(1, 22, 39, 0.64);
}

*[resp="mobile"] {
  display: none !important;
}

.main-wrap {
  display: block;
  width: 100%;
  height: auto;
}

.main-wrap > .sec {
  display: block;
  width: 100%;
  height: auto;
  padding: 50px;
  position: relative;
}

.main-wrap > .sec.bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

.main-wrap > .sec > .content {
  display: block;
  width: 100%;
  max-width: 1028px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

#nav-follow {
  width: 100%;
  height: auto;
  padding: 8px 0;
  z-index: 99;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
}

#nav-follow.affix-top {
  display: block;
  position: fixed;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
  -webkit-animation: hideNav 300ms ease-out 0s alternate 1;
          animation: hideNav 300ms ease-out 0s alternate 1;
}

#nav-follow.affix {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-animation: showNav 300ms ease-out 0s alternate 1;
          animation: showNav 300ms ease-out 0s alternate 1;
}

@-webkit-keyframes showNav {
  0% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
  }
  
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes showNav {
  0% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
  }
  
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@-webkit-keyframes hideNav {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  
  100% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
  }
}

@keyframes hideNav {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  
  100% {
    -webkit-transform: translate(0%, -120%);
            transform: translate(0%, -120%);
  }
}

#nav-follow .logo {
  display: block;
  width: 100%;
  margin: 0 0 0 20px;
}

#nav-follow .logo img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 55px;
}

#nav-follow .btnOpenNav {
  font-size: 1.04762rem;
  margin: 0 20px 0 0;
}

#nav-site {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 100;
  background-color: #011627;
  color: white;
}

#nav-site .btnCloseNav {
  display: block;
  font-size: 1.33333rem;
  padding: 0px 15px;
  margin: 10px 10px 0 auto;
}

#nav-site .btnCloseNav:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#nav-site .btnCloseNav:focus {
  background-color: transparent;
}

#nav-site .contentLinks {
  width: 100%;
  height: auto;
  max-height: 80%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav-site .contentLinks a {
  display: block;
  width: 100%;
  font-size: 1.04762rem;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 4px;
  color: white;
  word-wrap: break-word;
  white-space: normal;
}

#nav-site .contentLinks a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#nav-site .contentLinks a:focus {
  background-color: transparent;
}

#nav-site .contentLinks a:after {
  background-image: -webkit-radial-gradient(circle, #FFFFFF 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #FFFFFF 10%, transparent 10.01%);
}

#nav-site .boxLenguage a {
  font-weight: bold;
  font-size: 1.14286rem;
  color: rgba(255, 255, 255, 0.5);
}

#nav-site .boxLenguage a:hover {
  color: white;
}

.footer-site {
  display: block;
  width: 100%;
  height: auto;
  padding: 50px;
  text-align: center;
  color: white;
  background-color: #011627;
}

.footer-site .logo {
  display: block;
  width: 100%;
  max-width: 195px;
  height: auto;
  margin: 0 auto;
}

.footer-site .btn-lg {
  font-size: 1rem;
  padding: 15px 25px;
}

.footer-site .btn-lg i {
  color: white;
  margin-right: 10px;
}

/* estilos secciones */
#inicio {
  color: white;
  background-image: url(../media/images/hero-chapultepec.jpg);
  background-size: cover;
  padding: 100px 0;
}

#inicio:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 134, 136, 0.8);
}

#inicio .btnOpenNav {
  display: block;
  width: 50px;
  height: 50px;
  background: none;
  font-size: 1.42857rem;
  line-height: 1.19048rem;
  position: absolute;
  left: calc(100% - 20px);
  top: 20px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 1;
  border: 0;
}

#inicio .content {
  position: relative;
  z-index: 1;
}

#inicio .content > div:nth-of-type(2) strong {
  display: block;
  margin-bottom: 10px;
}

#inicio .logo {
  max-width: 500px;
  height: auto;
}

#mensaje-del-director {
  background-color: #F6F9FC;
}

#mensaje-del-director .imgManage {
  max-width: 600px;
}

#mensaje-del-director .phrase {
  display: block;
  margin: 30px auto;
  line-height: 1.80952rem;
  font-size: 1.52381rem;
  color: black;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  position: relative;
}

#mensaje-del-director .phrase p {
  margin: 0;
}

#mensaje-del-director .phrase .left, #mensaje-del-director .phrase .right {
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#mensaje-del-director .phrase .left {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg) translate(60%, 30%);
          transform: rotate(180deg) translate(60%, 30%);
}

#mensaje-del-director .phrase .right {
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-40%, -70%);
          transform: translate(-40%, -70%);
}

#directivos {
  background-color: #028688;
  color: white;
}

#directivos .listManagers {
  text-align: center;
}

#directivos .listManagers .boxManager {
  padding: 40px 0;
}

#directivos .listManagers .boxManager p {
  margin: 0;
}

#directivos .listManagers .boxManager small {
  display: block;
}

#gobierno-corporativo {
  background-color: #F6F9FC;
}

#bancomext-cifras {
  background-color: #028688;
  color: white;
}

#bancomext-cifras .bgImg {
  display: block;
  width: 50%;
  height: auto;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
  opacity: 0.1;
}

#bancomext-cifras .content {
  position: relative;
  z-index: 1;
}

#sectores-estrategicos {
  background-color: #F6F9FC;
}

#sectores-estrategicos .itemBox {
  padding: 40px 0;
}

#sectores-estrategicos .itemBox .blk {
  margin-bottom: 8px;
}

#sectores-estrategicos .itemBox .number {
  color: #028688;
  font-size: 1.14286rem;
}

#objetivos {
  background-color: #F6F9FC;
}

#objetivos .itemBox {
  margin-bottom: 20px;
  padding: 10px 0;
}

#objetivos .itemBox *[class*="col-"] {
  position: relative;
}

#objetivos .itemBox span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  font-size: 1.33333rem;
  position: relative;
  color: #028688;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 32px;
  background-color: white;
}

#objetivos .itemBox span b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

#objetivos .fle {
  display: block;
  width: 0;
  height: 70px;
  position: relative;
  margin: 0 auto;
  border-left: 1px solid #028688;
}

#objetivos .fle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #028688 transparent transparent transparent;
  border-width: 10px;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#objetivos .itemBox2 {
  padding: 30px 10px;
  margin: 0 0 20px 0;
  text-align: left;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 10px;
}

#objetivos .itemBox2 span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 1.33333rem;
  position: relative;
  color: white;
  background-color: #028688;
}

#objetivos .itemBox2 span b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

#turismo {
  background-image: url(../media/images/turismo-cancun.jpg);
  background-size: cover;
  color: white;
  position: relative;
}

#turismo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#turismo > * {
  z-index: 1;
  position: relative;
}

#automotriz {
  background-image: url(../media/images/bg-automotriz.jpg);
  background-size: cover;
  color: white;
}

#automotriz:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#automotriz > * {
  z-index: 1;
  position: relative;
}

#automotriz_part3 {
  background-image: url(../media/images/bg-proauto.jpg);
  background-size: cover;
  color: white;
}

#automotriz_part3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#automotriz_part3 > * {
  z-index: 1;
  position: relative;
}

#transporte-logica-y-aeroespacial {
  background-image: url(../media/images/bg-transport-logistics.jpg);
  background-size: cover;
  color: white;
}

#telecomunicaciones {
  background-color: #F6F9FC;
}

#cartas-de-credito-a-empresas {
  background-color: #F6F9FC;
}

#actividades-de-fomento__part2 {
  background-image: url(../media/images/bg-stripe-fomento.jpg);
  background-size: cover;
  color: white;
  padding: 100px 0;
}

#actividades-de-fomento__part2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#actividades-de-fomento__part2 > * {
  z-index: 1;
  position: relative;
}

#intermediarios-financieros {
  background-image: url(../media/images/bg-section-finance.jpg);
  background-size: cover;
  color: white;
}

#intermediarios-financieros:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(1, 22, 39, 0.72);
}

#intermediarios-financieros > .content {
  z-index: 1;
  position: relative;
}

#programas-de-garantias {
  background-color: #F6F9FC;
}

#asistencia-tecnica-financiera .item-1 {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto 25px auto;
  padding: 15px 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 32px;
}

#asistencia-tecnica-financiera .item-1.alt {
  background-color: #028688;
  color: white;
  box-shadow: none;
}

#tesoreria-y-mercados .fle {
  display: block;
  width: 0;
  height: 70px;
  margin: 20px auto 5px auto;
  position: relative;
  border-left: 1px solid #028688;
}

#tesoreria-y-mercados .fle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #028688 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

#tesoreria-y-mercados .itemBox {
  margin-bottom: 20px;
  padding: 10px 0;
}

#tesoreria-y-mercados .itemBox *[class*="col-"] {
  position: relative;
}

#tesoreria-y-mercados .itemBox span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  font-size: 1.33333rem;
  position: relative;
  color: #028688;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 32px;
  background-color: white;
}

#tesoreria-y-mercados .itemBox span b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

#banco-de-proyectos-de-inversion .itemBox {
  margin-bottom: 20px;
  padding: 10px 0;
}

#banco-de-proyectos-de-inversion .itemBox *[class*="col-"] {
  position: relative;
}

#banco-de-proyectos-de-inversion .itemBox span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  font-size: 1.33333rem;
  position: relative;
  color: #028688;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 32px;
  background-color: white;
}

#banco-de-proyectos-de-inversion .itemBox span b {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: false;
}

#responsabilidad-social {
  background-color: #F6F9FC;
}

#perfil-financiero {
  background-color: #F6F9FC;
}
