/* Fonts */
 @font-face {
     font-family: 'nanami_prolight';
     src: url('NanamiLight/nanamipro-light-webfont.eot');
     src: url('NanamiLight/nanamipro-light-webfont.eot?#iefix') format('embedded-opentype'), url('NanamiLight/nanamipro-light-webfont.woff') format('woff'), url('NanamiLight/nanamipro-light-webfont.ttf') format('truetype'), url('NanamiLight/nanamipro-light-webfont.svg#nanami_prolight') format('svg');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'nanami_promedium';
     src: url('NanamiMedium/nanamipro-medium-webfont.eot');
     src: url('NanamiMedium/nanamipro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('NanamiMedium/nanamipro-medium-webfont.woff') format('woff'), url('NanamiMedium/nanamipro-medium-webfont.ttf') format('truetype'), url('NanamiMedium/nanamipro-medium-webfont.svg#nanami_promedium') format('svg');
     font-weight: normal;
     font-style: normal;
}
 .logo-top{
     margin-top: 80px;
}
 .titulo{
     display: block;
     padding: 5px ;
     font-size: 25px;
     color: #4C6484;
     font-family: "nanami_promedium";
}
/* Underline From Center */
 .hvr-underline-from-center {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     overflow: hidden;
}
 .hvr-underline-from-center:before {
     content: "";
     position: absolute;
     z-index: -1;
     left: 50%;
     right: 50%;
     bottom: 0;
     background: #2098d1;
     height: 4px;
     -webkit-transition-property: left, right;
     transition-property: left, right;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
 .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
     left: 0;
     right: 0;
}
 .reveal-overlay{
     background: rgba(10,10,10,.8);
}
 .suscribete{
     color:white;
     border-radius: 10px;
     border: 1px solid white;
     display: block;
     padding: 10px 15px;
     margin: 0 auto;
    margin-top: 20px;
}
 #suscribete{
     padding-left: 0;
     padding-right: 0;
}
 .suscribete:hover {
     color: #0C2737;
     background: rgba(255, 255, 255, 0.8);
     text-align: center;
}
 .revista{
     height: 400px;
     text-align: center;
     padding-top: 100px;
     background-size: cover;
     background-position: center center;
}
 .logo-name{
     -webkit-filter: brightness(10);
     max-width: 400px;
}
 .revistauno{
     background-image: url('../img/bbmundo-back.jpg');
}
 .revistados{
     background-image: url('../img/tbe-back.jpg');
}
 .revistatres{
     background-image: url('../img/moi-white.jpg');
}
 .menuu{
     position: fixed;
     width: 100%;
     z-index: 100;
     height: 50px ;
     background:rgba(0,0,0,.4);
     padding-top: 10px;
}
 .menuu .row div {
     display: inline-block;
     width: 24%;
     text-align: center;
}
 .menuu .row div a {
     display: inline-block;
     text-align: center;
     color: white;
}
 body, h1,h2,h3{
     font-family: "nanami_prolight" !important;
}
 .logox {
     width: 35%;
}
 .circulo {
     font-family:"nanami_promedium";
     padding-top:30px;
     border:1px solid red;
     width: 110px;
     height: 110px;
     border-radius: 50%;
     margin: 0 auto;
     background: #4295F2;
     border: 5px solid #ececec;
     color: white;
     font-weight: 500;
}
 .circulo2{
     background:#3D6486 !important;
}
 .blanco {
     background: url('../img/notas-back.png');
     padding-top: 0;
     background-size:cover;
}
 .row {
     max-width: 100%;
     margin-left: auto;
     margin-right: auto;
}
 #hero{
     background-image:url('../img/back.jpg');
     background-size:cover;
     position:relative;
     background-attachment: fixed;
     height:80vh;
}
 .header{
     position:absolute;
     top:50%;
     text-align:center;
     width:100%;
     color:#fff;
     font-size:36px;
     -ms-transform: translate(0,-50%);
    /* IE 9 */
     -webkit-transform: translate(0,-50%);
    /* Safari */
     transform: translate(0,-50%);
}
 .itop{
     margin-bottom: 30px;
}
 .scroll1{
     max-width: 80px;
    /*margin-top: 10%;
    */
}
 img.logo {
     width: 90%;
     max-width: 800px;
}
 ul.media-list {
     list-style: none;
     font-family: "nanami_prolight";
}
 ul.media-list {
     list-style: none;
     margin: 0;
     font-size: 12px;
}
 p.media-heading {
     margin-bottom: 5px;
     margin-top: 5px;
     font-family: "nanami_prolight";
     padding-left: 5px;
     padding-right: 5px;
}
 h4 {
     font-size: 17px;
     padding: 5px 7px 5px 7px;
     line-height: 21px;
     font-family: "nanami_prolight";
     width: 100%;
     background: #000;
     z-index: 99999;
     color: #fff;
     font-weight: initial;
     height: 54px;
}
 h5 {
     font-size: 16px;
     line-height: 21px;
     font-family: "nanami_prolight";
     padding-left: 10px;
     padding-right: 5px;
     padding-top: 8%;
}
 .img-dest {
     width: 100%;
     height: 189px;
     overflow: hidden;
}
 .cuadro-seccion-home {
     -webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
     -moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
     box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.75);
     border:1px solid #ccc;
     margin-bottom: 30px;
     background: #fff;
}
 .no-padding{
     padding: 0;
}
 img.media-object {
     width: 100%;
}
 li a {
     color: #5D5D5D;
}
 img.img-responsive.imgdesth.colorbox-manual {
     height: auto;
     width: 100%;
}
 li{
     clear: both;
}
 .segunda {
     overflow: hidden;
     height: 106px;
}
 .segunda img {
     width: 100%;
     max-width: 100%;
     margin-bottom: 0;
}
 .titulo-seccion-home.moi-seccion.clearfix {
     text-align: center;
     padding: 20px 10px;
}
/*li:nth-child(2) {
     clear: both;
     border-bottom: 2px solid #ccc;
     border-top: 2px solid #ccc;
}
 li:nth-child(3) {
     clear: both;
     border-bottom: 2px solid #ccc;
}
*/
 .contenido-seccion-home {
     margin-bottom: -8px;
}
 .centrado{
     text-align: center;
}
 .valores{
     background: url('../img/backvalores.jpg');
     min-height: 300px;
     background-attachment: fixed;
     background-size: 100%;
}
 .anunciate {
     background: url('../img/backanunciate.jpg');
     min-height: 300px;
     background-size: 100%;
}
 .somos{
     color: #fff;
     width: 100%;
     text-align: center;
     margin-top: 15px;
}
 .ns {
     color: #fff;
     line-height: 17px;
     text-align: center;
     padding-top: 15px;
}
 .no-padding{
     padding: 0;
}
 .elanuncio{
     color:#4C6485;
     font-size: 45px;
}
 .eltel{
     color:#4C6485;
     font-size: 35px;
}
 .ejecutivas{
     color:#4C6485;
     font-size: 25px;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .datos{
}
 .cargo{
     font-size: 16px;
     font-family: "nanami_prolight";
     color:#5D5D5D;
}
 .correo{
     font-size: 11px;
     font-family: "nanami_promedium";
     color:#5D5D5D;
}
 .footer {
     background: url('../img/backfooter.jpg');
     min-height: 120px;
     padding-top: 12px;
     background-size: 100% 100%;
     margin-top: 50px;
}
 .footer2{
     background: #000;
     color:#fff;
     text-align: center;
     font-size: 13px;
     font-family: "nanami_prolight";
}
 .logof{
     text-align: center;
}
 .logof img {
     max-width: 200px;
     margin: 0 auto;
}
 .enlacefooter{
     color:#fff;
     font-size: 12px;
     font-family: "nanami_prolight";
}
 .politica{
     margin-top: 35px;
     color: #fff;
}
/*responsive*/
 @media only screen and (max-width: 500px) {
     .correo {
         font-size: 16px;
         font-family: "nanami_promedium";
         color: #5D5D5D;
    }
     .footer {
         background: url('../img/backfooter.jpg');
         min-height: 120px;
         padding-top: 12px;
         background-size: 300% 100%;
         margin-top: 50px;
    }
     .logo-name{
          max-width: 250px;
     }
}
 @media only screen and (min-width: 1300px) {
     .img-dest {
         width: 100%;
         height: 227px;
         overflow: hidden;
    }
}
