 url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i');

::selection {
  background: #ffd000; /* WebKit/Blink Browsers */
}
-moz-selection {
  background: #ffd000; /* Gecko Browsers */
}

body {
    font-family: 'Raleway', sans-serif;
    color: #272727;
    background: #fff;
}

.anim-this, .anim-this  {
    
    
    
    transition: all .2s ease-in-out;
}

/* NAVBAR */
nav.navbar{
    height: 80px;
}
nav.navbar.navbar-fixed-top{
    display: block;
    background: rgba(255,255,255,.96);
    transform: translateY(-81px);
    z-index: 100;
}
nav.navbar.navbar-fixed-top.show-nav{
    transform: none;
}

nav.navbar.navbar-static-top{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
}

.navbar-header{
    display: block;
    float:left;
}

.navbar-toggle{
    position: relative;
    float: right;
    margin: 18px 10px 0 0;
}

.navbar-toggle span.icon-bar{
    width: 32px;
    height: 4px;
    background:#272727;
    margin-bottom: 5px;
    border-radius: 2px
}

.navbar-brand{
    display: block;
    position: relative;
    float: left;
    height: 70px;
    width: 250px;
    text-indent: -9999px;
    margin-top:5px;
    margin-left: 0!important;
}

nav.navbar.navbar-static-top .navbar-brand{
    background: url(../img/brand_wh.png) center center no-repeat;
    background-size: contain;
}
nav.navbar.navbar-fixed-top .navbar-brand{
    background: url(../img/brand.png) center center no-repeat;
    background-size: contain;
    width: 180px;
    height: 50px;
}

nav.navbar.navbar-fixed-top {
    height: 60px;
}

.navbar-fixed-top ul.navbar-nav li.menu-item {
    margin: 20px 0;
}

.navbar-nav{
    display: block;
    float:right;
    text-align:center;
}

ul.navbar-nav li{
    display: inline-block;
    position: relative;
    margin: 30px 0;
}

ul.navbar-nav li a{
    font-weight: 700;
    font-size: 13px;
    padding: 0px 10px
}

ul.navbar-nav li a::before{
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background: #cacaca;
    content:"";
    right: 0;
    top: 3px;
}

ul.navbar-nav li:last-child a::before{
    display: none!important;
}

nav.navbar.navbar-fixed-top ul.navbar-nav li a{
    color:#272727;
}

nav.navbar.navbar-fixed-top ul.navbar-nav li a:hover, nav.navbar.navbar-fixed-top ul.navbar-nav li a:focus, nav.navbar.navbar-static-top ul.navbar-nav li.current_page_item a{
    background:transparent;
    color:#ffd000;
    outline: none;
}

nav.navbar.navbar-static-top ul.navbar-nav li a{
    color:#fff;
}

nav.navbar.navbar-static-top ul.navbar-nav li a:hover, nav.navbar.navbar-static-top ul.navbar-nav li a:focus, nav.navbar.navbar-static-top ul.navbar-nav li.current_page_item a{
    background:transparent;
    color:#ffd000;
    outline: none;
}

/* /NAVBAR */

/* COMMON */

blockquote {
    font-size: 20px;
    font-weight: 700;
    color: #666;
    border-left-color: #ffd000;
}

.entry-nav > div {
    display: block;
    width: 50%;
    max-width: 320px;
    padding: 10px;
}

.entry-nav span{
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}

.prev-entry{float:left;}
.next-entry{float:right;}

div.single-content img{
    width: 100%;
    max-width: 680px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.single-content p iframe {
    display: block;
    position: relative;
    width: 100%;
    height: 380px;
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
}

img.featured-image {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

div.map-container {
    display: block;
    position: relative;
    width: 100%;
    height: 280px;
}

ul.li-x2 li {
    font-size: 20px;
    margin: 5px 0 15px;
}

.circle-btn, a.circle-btn {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    background: transparent;
    border: solid 2px #fff;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
     
    
    
    transition: all .2s ease-in-out;
}

.circle-btn:hover, .circle-btn:focus{
    background:#ffd000;
    border-color: #fff;
    color: #272727;
}

ul.clear{
    padding: 0;
    display: inline-block;
    list-style:none;
    margin: 0;
}

.btn-theme{
    display: inline-block;
    position: relative;
    padding: 10px 40px;
    margin: 20px auto 10px;
    background: transparent;
    border:solid 3px #fff;
    border-radius: 50px;
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline:none;
     
    
    
    transition: all .2s ease-in-out;
}
.btn-theme:hover, .btn-theme:focus{
    background: #ffd000;
    border:solid 3px #fff;
    color:#fff;
}

.btn-theme i{
    margin-left: 10px;
}

.btn-theme.negative{
    background: transparent;
    border:solid 3px #ffd000;
    color:#272727;
}
.btn-theme.negative:hover{
    background: #ffd000;
    color:#272727;
}

.btn-theme.btn-share{
    background-color:#3b5999;
    color:#fff;
    border-color: #272727;
    padding: 10px 20px;
}
.btn-theme.btn-share i{
    margin-left: 0;
    margin-right: 10px;
}

.elevator, .program-nav {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 5%;
    width: 64px;
    height: 64px;
    background: #ffd000;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    font-size: 32px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 2px 2px 8px rgba(0,0,0,.3);
}
.program-nav{
    right: calc(5% + 74px);
}
h1,h2,h3,h4{font-weight: 700;}
h1{font-size:42px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
.section-content h4{
    margin-top: 40px;
}
a{
    color:#272727;
    font-weight: 700;
}

a:hover{
    color:#ffd000;
}

p, ul>li{
    font-size:16px;
    line-height:1.6;
    color:#666;
}

hr.mega{
    border-top:solid 3px #ffd000;
    border-bottom:solid 3px #ffd000;
}

h2.quote {
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
}

h2.quote::before{
    display: block;
    position: relative;
    width: 90px;
    height: 8px;
    background: #ffd000;
    margin: 0 auto 10px;
    content:'';
}

.cat-label{
    padding: 10px 18px;
    margin: 30px auto 20px;
    background: #272727;
    color: #fff;
    text-transform: uppercase;
}

.content-img {
    max-width: 600px;
    margin: 20px auto;
    height: 280px;
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
}

img.content-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.in-program .program-logos a{
    width: 40%;
}

.program-logos a {
    width: 280px;
    display: inline-block;
}

.side-img-txt{
    margin-top: 25px;
}

.section{
    padding: 20px 0 40px;
}

.section.gray{
    background: #f4f4f4;
}

.section.black{
    background:#272727;
    color:#fff;
}

.section-heading{
    padding: 10px 0 20px;
}

.section-content{
    padding: 20px 0;
}

.section-heading p{
    font-size: 18px;
    color:#272727;
}

div.form-group > input.form-check-input > a{
    color:#272727;
}

.form-control{
    border: solid 1px #cacaca;
    padding: 18px 24px;
    border-radius: 0;
}

.form-control:focus, input.form-check-input:focus{
    border-color: #ffd000;
    outline: 0;
    
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,208,0,.6);
}

.radio {
    padding-left: 20px;
}

img.contained, video.contained{
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 20px auto;
    max-width: 260px;
}

img.contained.full-width{
    width: 100%;
    max-width: 100%;
}

video.contained{
    max-width: 960px;
    height: auto;
    width: 100%;
}

.section.black video.contained{
    border-bottom: solid 4px #ffd000;
}

/* /COMMON */

/* HERO-SWIPER */
.swiper-hero-godown {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: transparent;
    border: solid 2px #fff;
    line-height: 1.4;
    cursor: pointer;
    
    
    
    transition: all .2s ease-in-out;
}

.swiper-hero-godown:hover {
    border-color: #ffd000;
}

.swiper-hero-godown:hover i {
    color: #ffd000;
}

.swiper-hero, .banner-hero{
    height: 90vh;
    background: #eaeaea;
}

.cover-hero{
    height: 80vh;
}

.hero-img{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*background-position: center center;*/
    background-position: center 70%;
    background-repeat: no-repeat;
}

.hero-wrap{
    /*display: inline-block;
    position: relative;
    max-width: 680px;
    padding: 20px;
    margin-left: 12%;
    z-index: 5;
    margin-top: 240px;*/
    display: block;
    position: absolute;
    max-width: 680px;
    width: 85%;
    padding: 20px;
    left: 12%;
    z-index: 5;
    bottom: 100px;
}

.cover-hero .hero-wrap {
    width: 100%;
    position: absolute;
    display: block;
    bottom:100px;
    /*top:50%;*/
    left: 50%;
    /*transform: translate(-50%,-50%);*/
    transform:translateX(-50%);
    margin: 0;
    padding: 0;
}

.swiper-companies img {
    width: 85%;
    max-width: 150px;
    margin: 20px;
}

.swiper-slide .hero-wrap{
    opacity:0;
    transform:translateY(-40px);
    
    transition-delay: 1s;
}

.swiper-slide-active .hero-wrap{
    transform:none;
    opacity: 1;
}

.hero-phrase{
    font-size: 46px;
    font-weight: 700;
    color:#fff;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
}
.hero-phrase > span{
    background:#ffd000;
    color: #272727;
}
.hero-text {
    font-size: 20px;
    color:#fff;
    margin-top: 30px;
}
.swiper-slide .hero-text{
    transform: translateY(20px);
    opacity:0;
    
    transition-delay: 1.8s;
}
.swiper-slide-active .hero-text{
    transform: none;
    opacity: 1;
}
.hero-wrap .btn-theme{
    margin-top:40px;
}
.swiper-np-btn{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,.8);
    top:50%;
    transform:translateY(-50%);
    z-index: 5;
    cursor:pointer;
    padding: 14px 12px;
    text-align:center;
    color:#fff;
    font-size: 24px
}
.swiper-np-btn:hover{background:#ffd000;}
.swiper-n-btn{right: 10px;padding-right: 10px;}
.swiper-p-btn{left: 10px;padding-left: 10px;}

/* /HERO-SWIPER */

/* PLACA SHARE */

.placa-canvas {
    display: block;
    position: relative;
    padding: 20px;
    margin: -20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.placa{
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 20px auto;
}

img.cubre-placa {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}


    /*display: none;*/
}

.dynamic-content {
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
}

.dynamic-content.white-on, .dynamic-content.yellow-on{color: #222;}
.dynamic-content.black-on{color: #cacaca;}

.dynamic-name {
    display: block;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    line-height: 1;
    max-width: 300px;
    margin: 0 auto 30px;
    text-align: left;
}

.dynamic-mat, .dynamic-gen{
    display: block;
    width: 100%;
    font-size: 24px;
    max-width: 300px;
    margin: 5px auto;
    line-height: 1;
    text-align: left;
}

.dynamic-mat span, .dynamic-gen span{
    text-transform: uppercase;
}

.dynamic-txt{
    display: block;
    width: 100%;
    font-size: 24px;
    max-width: 300px;
    margin: 30px auto;
    line-height: 1;
    text-align: justify;
    overflow-wrap: break-word;
}

.color-picker{
    display: block;
    position: relative;
}

.color-pallete{
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    padding: 2px;
    cursor: pointer;
    background: transparent;
    margin-right: 10px;
}

.color-pallete.color-on{
    border:solid 1px #000;
}

.color-pallete span{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border:solid 1px #cacaca;
}

.color-pallete.black span{background: #222;}
.color-pallete.white span{background: #eaeaea;}
.color-pallete.yellow span{background: #ffd000;}

/*/PLACA SHARE*/

/*NEWS*/

/*PRUEBAS*/
    .news-gallery{
        height: 640px;
    }
    .news-gallery-top {
      height: 73%;
    }
    .news-gallery-thumbs {
      height: 27%;
      box-sizing: border-box;
      padding: 20px 0 0;
    }
    .news-gallery-thumbs > div, .news-gallery-top > div{
        height: 100%;
    }
    .featured-img{
        display: block;
        position: relative;
        height: 100%;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .news-item{
        display: block;
        position: relative;
        height: 100%;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .select-featured::after {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #ffd000;
        content: "";
    }
    .featured-cat{
        display: inline-block;
        font-size: 10px;
        color:#fff;
        text-transform: uppercase;
        background-color: rgba(39,39,39,.9);
        padding: 5px;
    }
    .featured-news-info-wrap {
        display: block;
        padding: 20px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: url(../img/mod-gradient.png);
        background-size: contain;
    }
    .news-info p strong {
        text-transform: capitalize;
    }
    h2.featured-title{
        color:#fff;
    }
/*...PRUEBAS...*/

.news-wrap {
    border: solid 1px #cacaca;
    margin-bottom: 20px;
}
.news-wrap.clear {
    border: none;
}

.news-img {
    display: block;
    width: 100%;
    height: auto;
}

.news-img img.contained {
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.news-title{
    border-top: solid 4px #ffd000;
}
.news-wrap.clear .news-title{
    border-top: solid 4px #eaeaea;
    padding: 12px 18px 0;
}

.news-title h3{
    margin: 5px auto;
}

.news-title,.news-info,.news-excerpt{
    padding: 12px 18px;
}

.news-info,.news-excerpt{
    border-top:solid 1px #cacaca;
}
.news-wrap.clear .news-info{
    padding: 0 18px 12px;
    border:none;
}
.single-page .news-info{
    border:none;
    padding: 0;
}

.news-info p{
    font-style: italic; 
    margin: 0;
    display: inline-block;
}

.news-info p a{
    color:#272727;
    font-weight: 700;
}

.news-info p a:hover{
    color:#ffd000;
}

a.read-more{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
/*/NEWS*/

img.pqd-img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 180px;
}

span.infography-next {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffd000;
    font-size: 28px;
}

.pqd-info-fact {
    margin: 20px auto 30px;
    color: #272727;
}

.pqd-info-fact:hover i:not(.no-hover){
    color: #ffd000;
    
    animation: tada 1s;
}

.pqd-info-fact i.fa{
    font-size: 90px;
}

.dynamic-graphics{
    margin-top: 20px;
}

.dynamic-graphics i.fa {
    display: inline-block;
    font-size: 5em;
}

.info-block{
    margin: 30px 0 0 0;
}

.info-block span{
    background: #ffd000;
    padding: 10px 20px;
}

section.section-cta.yellow {
    padding: 40px 0;
    background: #ffd000;
    color: #272727;
}

section.section-cta h1 span{
    text-decoration: underline;
}

.btn-theme.negative-bl {
    border-color: #272727;
    color:#272727;
}


/*PORQUEDONAR*/

.swiper-videos {
  height: auto;
  width: 100%;
}
.swiper-videos-thumbs {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
}
.video-thumb{
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.logros-with-thumbs{
    height: 600px;
}

.swiper-logros-top {
  height: 75%;
  width: 100%;
}
.swiper-logros-thumbs {
  height: 25%;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-logros-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-logros-thumbs .swiper-slide-active {
  opacity: 1;
}

.swiper-logros-thumbs .logro-content{
    height: 100%;
    min-height: auto;
}

.swiper-logros-top .logro-content {
  height: 100%;
  min-height: auto;
}

.logro-content{
    position: relative;
    height: auto;
    min-height: 440px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    background-position: center top;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 640px;
}

.logro-content-wrap{
    background: #ffd000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: auto;
    padding: 5px 15px;
    color: #222222;
}

.logro-content-wrap h4{
    margin-top: 10px;
}

.logro-content p {
    color:#222;
    line-height: 1.5;
}
/*/PORQUEDONAR*/

/*EXPERIENCES*/

section.section-experiences{
    background: url(../img/experiences_bg.jpg) center center no-repeat;
    background-size: cover;
    border-top: solid 6px #ffd000;
    /*padding: 60px 0;*/
}

.swiper-experience{
    padding: 20px 0 60px;
}

.exp-btn-wrap {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0;
}

.experience-btn, .experience-btn:focus{
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    background: rgba(120, 120, 120, .6);
    color: #eaeaea;
    margin: 10px;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    cursor:pointer;
}

.experience-btn:hover{
    background: #272727;
    color:#fff;
}

.experience-wrap {
    display: block;
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.experience-img {
    display: block;
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border:solid 2px #fff;
}

.experience-message,.experience-program-info,.experience-info{
    margin: 5px 0;
}
.experience-message{
    font-size: 16px;
}

.experience-program-info {
    color: #ffd000;
}

.experience-info {
    font-weight: 700;
}

/*/EXPERIENCES*/

/* ESQ APORTACIONES */
.esquema-aportaciones {
    margin-bottom: 25px;
}

.esq-ap-wrap{
    display: block;
    position: relative;
    width: 95%;
    height: auto;
    margin: 20px auto;
    max-width: 260px;
}
.esq-ap {
    display: block;
    position: absolute;
    width: 80%;
    height: 85%;
    background-size: 200%;
    background-position: left center;
    background-repeat: no-repeat;
    left: 20px;
    top: 20px;
}
.esq-ap:hover {
    background-position: right center;
}
/* /ESQ APORTACIONES */

/*CONTACT*/

.contact-info{
    text-align: left;
}

/*/CONTACT*/

/* FOOTER */
.section.footer{
    padding: 0 0 0;
}

.row.social-media {
    background: #272727;
    padding: 40px 0;
    color: #fff;
}
.social-media ul{
    margin: 20px auto;
}
.social-media ul li{
    display: inline-block;
    margin-right: 20px;
}
.social-media ul li:last-child{
    margin-right: 0;
}
section.footer .section-content{
    background: #ffd000;
}
section.footer .section-content ul li {
    font-size:16px;
    color: #272727;
}
section.footer .section-content ul li a{
    font-weight: 700;
    color:#272727;
}
li.li-icon::before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 20px 0px 10px;
    text-decoration: none;
    float: left;
    height: 46px;
    vertical-align: top;
}
li.li-icon-pin::before{content: '\f041';}
li.li-icon-tel::before{content: '\f095';}
li.li-icon-env::before{content: '\f2b6';}
.section-footer{
    background:#272727;
    text-align: center;
}
.copy{
    font-size:16px;
    color:#fff;
    float:left;
    padding: 10px 20px;
    margin: 0;
}
.copy a{
    color:#ffd000;
}
.hashtag{
    background: #fff;
    color:#272727;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    float:right;
    margin: 0;
}
/* /FOOTER */

/* GRID WALL */

section.muro-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

section.muro-viewer .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22222288;
    cursor: pointer;
}

.muro-viewer .placa-wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    
    max-width: 500px;
    /*background: url('../img/placa_bg.png');*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background: #222222;
    color: #fff;
    text-align: left;
    /*padding: 40px;*/
    transform: translate(-50%,-50%);
    cursor: default;
}

.close-btn {
    display: block;
    position: absolute;
    top: -12px;
    right: -8px;
    font-size: 20px;
    cursor: pointer;
}

.close-btn:hover {
    color:#ffd000;
}

.placa-wrap a.btn-share {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.placa-wrap div.fb-share-button{
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.placa-wrap .nombre {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.placa-wrap .mensaje {
    font-size: 22px;
    font-weight: 700;
    margin: 20px auto;
    text-align: justify;
}

.placa-wrap .generacion, .placa-wrap .matricula{
    font-size: 22px;
    margin: 5px auto;
    font-weight: 700;
    line-height: 1;
}

.placa-wrap .placa-forjador img.modelo-placa{
    width: 100%;
}

.sections-graphic {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sections-graphic img{
    width: 100%;
    height: auto;
}

.wall-pn-button {
    display: inline-block;
    width: auto;
    padding: 20px 40px;
    background: #EAEAEA;
    margin-bottom: 20px;
    text-decoration: none;
}

.wall-pn-button:hover, .wall-pn-button.active {
    background: #ffd000;
    text-decoration: none;
    color:#222;
}

.grid-item {
  float: left;
  /*border: 1px solid #eaeaea;*/
  height: 80px;
}

a.grid-item{
    color:transparent;
}

a.grid-item:hover{
    color:#222;
}

.grid-item span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    line-height: 2.5;
}

.grid-item.occuped::after{
    content:"";
    display: block;
    position: absolute;
    top:1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    /*background: url(../img/alumni-icon.png), #ffd000;*/
    background-image: url(../img/alumni-icon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #222;
}
.grid-item.black.occuped::after{
    background-image: url(../img/alumni-icon-wh.png);
    background-color: #333;
}
.grid-item.yellow.occuped::after{
    background-color: #ffd000;
}
.grid-item.white.occuped::after{
    background-color: #fff;
}

.grid-item.occuped::before{
    cursor: default;
}

.grid-item::before{
    content:"";
    display: block;
    position: absolute;
    top:1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: solid 1px #333;
    cursor: pointer;
}

.grid-item.yellow::before{background:#ffd000;}
.grid-item.black::before{background:#333;}
.grid-item.white::before{background:#fff;}

.grid-item.black:hover{color:#fff;}

.grid-item:hover::before, .grid-item.occuped:hover::after{
    border: solid 2px #222;
}

.grid-sizer,
.grid-item { width: 9.05%; }
.grid-item-b {
    width: 18.1%;
}
.grid-item-bv {
    height: 160px;
}
.grid-item-c {
    width: 18.1%;
    height: 160px;
}
.grid-item-d {
    width: 27.15%;
}
.grid-item-dv {
    height: 240px;
}
.grid-item-e{
    width: 27.15%;
    height: 160px;
}
.grid-item-ev{
    width: 18.1%;
    height: 240px;
}
.grid-item-f{
    width: 27.15%;
    height: 240px;
}
/*wall-all*/
.col-xs-4.wall-block:first-child, .col-xs-4.wall-block:last-child  {
    width: 35%;
    padding: 0 5px;
}
.col-xs-4.wall-block {
    width: 30%;
    padding: 0 5px;
}
.wall-container .grid-item span{
    font-size: 10px;
}
.wall-container .grid-item{
    height: 35px;
}
.wall-container .grid-item-bv{
    height: 70px;
}
.wall-container .grid-item-c{
    height: 70px;
}
.wall-container .grid-item-dv{
    height: 105px;
}
.wall-container .grid-item-e{
    height: 70px;
}
.wall-container .grid-item-ev{
    height: 105px;
}
.wall-container .grid-item-f{
    height: 105px;
}

.center-wall-block img {
    width: 100%;
    height: auto;
}
.center-wall-block h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 20px auto;
}
.center-wall-block h1 span{
    color:#ffd000;
}
.center-wall-block h2 {
    font-size: 22px;
    text-align: justify;
    line-height: 1.3;
    padding: 0 10px;
}
.center-wall-block h3 {
    font-size: 20px;
    margin: 20px auto;
}
.center-wall-block h3 span{
    display: inline-block;
    margin-top: 10px;
    color:#ffd000;
}
.center-wall-block h4 {
    margin: 0;
}
.center-wall-block p {
    color: #333;
    font-weight: 600;
}

/* /GRID WALL */

@media (max-width: 991px) {
    nav.navbar.navbar-fixed-top .navbar-brand {
        margin-top: 15px;
    }
    .navbar{
        height: auto!important;
        min-height: 80px!important;
    }
    .navbar-toggle{
        display: block!important;
    }
    .navbar-header, .navbar-nav{
        float:none;
    }
    nav.navbar.navbar-fixed-top{
        transform: none!important;
    }
/*    PRUEBAS  */
    .navbar-collapse.collapse {
        display: none!important;
    }
    ul.navbar-nav{
        text-align: left;
        margin-top: 10px;
        border-top: solid 2px #272727;
        padding: 0 20px;
    }
    ul.navbar-nav li{
        display: block;
        float:none;
        margin: 0;
    }

    ul.navbar-nav li a{
        display: block;
        font-weight: 700;
        font-size: 12px;
        padding: 5px 0px;
    }

    ul.navbar-nav li a::before{
        bottom:0;
        left:0;
        top:auto;
        width: 100%;
        height: 1px;
    }
    ul.navbar-nav li a::after{
        content: '\f0da';
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        margin:0px 20px 0px 10px;
        text-decoration:none;
        float: right;
    }
    .collapse.in{
        display:block !important;
    }
    ul.li-x2 li {
        font-size: 16px;
    }
    .esq-ap {
        height: 100%;
    }
/*    /PRUEBAS  */
    .wall-container .grid-item span{
        font-size: 9px;
    }
    .wall-container .grid-item{
        height: 30px;
    }
    .wall-container .grid-item-bv{
        height: 60px;
    }
    .wall-container .grid-item-c{
        height: 60px;
    }
    .wall-container .grid-item-dv{
        height: 90px;
    }
    .wall-container .grid-item-e{
        height: 60px;
    }
    .wall-container .grid-item-ev{
        height: 90px;
    }
    .wall-container .grid-item-f{
        height: 90px;
    }
    .center-wall-block h2 {
        font-size: 18px;
    }
    .center-wall-block h3 {
        font-size: 16px;
    }
    .center-wall-block h4 {
        font-size: 14px;
    }
    .center-wall-block p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .esq-ap {
        left:30px;
    }
    section.footer .section-content{
        text-align: center;
    }
    section.footer .section-content ul{
        padding: 0;
        list-style:none;
    }
    .placa-canvas {
        padding: 10px;
        margin: 10px -15px;
    }
    .hero-phrase {
        font-size: 38px;
    }
    .hero-text {
        font-size: 16px;
    }
    .hero-wrap {
        padding: 0;
        /*margin-left: 6%;*/
        left: 6%;
        /*margin-top: 200px;*/
    }
    div.contact-info{
        text-align: center;
    }
    .news-gallery {
        height: 480px;
    }

    .grid-item{
        height: 40px;
    }

    .grid-item-bv {
        height: 80px;
    }
    .grid-item-c {
        height: 80px;
    }
    .grid-item-dv {
        height: 120px;
    }
    .grid-item-e{
        height: 80px;
    }
    .grid-item-ev{
        height: 120px;
    }
    .grid-item-f{
        height: 120px;
    }
    .logro-content {
        min-height: 380px;
    }
    .logro-content-wrap {
        width: 75%;
    }

    .program-logos a {
        width: 50%;
    }
    .pqd-info-fact .dynamic-graphics i:not(.no-hover){
        color: #ffd000;
    }

    /*wall-container*/
    .wall-container .grid-item span{
        font-size: 6px;
    }
    .wall-container .grid-item{
        height: 20px;
    }
    .wall-container .grid-item-bv{
        height: 40px;
    }
    .wall-container .grid-item-c{
        height: 40px;
    }
    .wall-container .grid-item-dv{
        height: 60px;
    }
    .wall-container .grid-item-e{
        height: 40px;
    }
    .wall-container .grid-item-ev{
        height: 60px;
    }
    .wall-container .grid-item-f{
        height: 60px;
    }
    .center-wall-block h2 {
        font-size: 12px;
        margin: 5px auto;
    }
    .center-wall-block h3 {
        font-size: 11px;
        margin: 5px auto 0;
    }
    .center-wall-block h3 span {
        margin: 5px auto 0;
    }
    .center-wall-block hr.mega{
        border-width: 2px;
        margin: 10px auto;
    }
    .center-wall-block h4 {
        font-size: 10px;
    }
    .center-wall-block p {
        font-size: 8px;
    }
    .logros-with-thumbs{
        height: 480px;
    }
    .swiper-logros-thumbs .swiper-slide {
        width: 33.3333%;
  }
  .swiper-videos-thumbs {
  height: 120px;
}

}

@media (max-width: 420px) {
    .swiper-videos-thumbs {
        height: 80px;
  }
    .logro-content {
        min-height: 320px;
    }
    .program-logos a {
        width: 70%;
    }
    /*wall-container*/
    .wall-container .grid-item span{
        font-size: 5px;
    }
    .wall-container .grid-item{
        height: 15px;
    }
    .wall-container .grid-item-bv{
        height: 30px;
    }
    .wall-container .grid-item-c{
        height: 30px;
    }
    .wall-container .grid-item-dv{
        height: 45px;
    }
    .wall-container .grid-item-e{
        height: 30px;
    }
    .wall-container .grid-item-ev{
        height: 45px;
    }
    .wall-container .grid-item-f{
        height: 45px;
    }
    .center-wall-block h2 {
        font-size: 11px;
        margin: 5px auto;
        line-height: 1;
    }
    .center-wall-block h3 {
        font-size: 9px;
        margin: 6px auto 0;
    }
    .center-wall-block hr.mega{
        border-width: 1px;
        margin: 5px auto;
    }
    .center-wall-block h4 {
        font-size: 8px;
    }
    .center-wall-block p {
        font-size: 6px;
    }
}