/**************************************************************************/
/*  FONTS */
/**************************************************************************/
@font-face {
font-family: 'Tw Cen MT';
font-style: normal;
font-weight: normal;
src: local('Tw Cen MT'), url('../fonts/Tw Cen MT.woff') format('woff');
}

.avcr {
  font-family:'Tw Cen MT';
}

/**************************************************************************/
/*  GENERAL */
/**************************************************************************/

* {
  box-sizing: border-box;
}

/* Show it is fixed to the top */
body {
  /*min-height: 75rem;*/
  padding-top: 3.4rem;
  background: none;
  font-size: 14px;
}

body#main-page {
  padding-top: 0;
}

@media (max-width: 767px) {
    body#main-page {
      padding-top: 3.3rem;
    }
}

.dark-wrapper {
  background-color: #f2f5f7;
}

.light-wrapper {
  background-color: #ffffff;
}

.black-wrapper {
  background-color: #000000;
}

.inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.divide10 {
  width: 100%;
  height: 10px;
}

.text-center {
  text-align: center;
}

.principal {
  padding-top: 30px;
  padding-bottom: 10px;
}

.principal .titulo {

}

.pie {
  
}

.avcr-loader {
    width: 100%;
    height: 300px;
    background: url(../img/ajax-loader.gif) center no-repeat #fff;
}

.avcr-loader.full {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/**************************************************************************/
/*  NAVBAR */
/**************************************************************************/

.navbar-brand {
  font-family:'Tw Cen MT';
}

.navbar {
  
  transition: all 0.3s;
  
}

body#main-page .bg-inverse.navbar.noTop,
.navbar.noTop {
  z-index: 9998;
  background: rgba(29,29,33,0.8) !important;
}

/**************************************************************************/
/*  JUMBOTRON */
/**************************************************************************/

.jumbotron {
    background: url('../img/fondo-5.jpg') no-repeat center center;
    margin-bottom: 0;`enter code here`
    min-height: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 0;
    margin-bottom: 30px;
    height: 450px;
}

body#main-page .jumbotron {
  padding-top: 7.5rem;
}


/**************************************************************************/
/*  ALBUM */
/**************************************************************************/

/*
.album {
  min-height: 50rem; 
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
} */

/**************************************************************************/
/*  MISC */
/**************************************************************************/

.full {
  background: url(../img/fondo-5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/**************************************************************************/
/*  LYDIA general */
/**************************************************************************/

.section-title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.section-title.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.thin {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .thin {
    width: 100%;
  }
}

/**************************************************************************/
/*  BOXES */
/**************************************************************************/



#featured a {
  transition: all 150ms ease-in;
  text-decoration: none;
}

#featured .item figure {
  margin: 0;
  display: block;
  position: relative;
}

#featured .item figure img {
  display: block;
  width: 100%;
}

#featured .item .box {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  padding: 30px 30px 15px;
  box-shadow: 0 2px 0 rgba(29,29,33,0.07);
  min-height: 210px;
}

@media (max-width: 1024px) {
  #featured .item .box {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  #featured .item .box {
    min-height: auto;
  }
}

#featured .item .box .category {
  position: absolute;
  width: 100%;
  top: -15px;
  left: 0;
}

#featured .item .box .category span {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
}

#featured .item .box .category span a {
  color: #FFF;
  padding: 5px 12px;
  display: block;
}

#featured .item .box .category span a:hover {
  text-decoration: none;
}

#featured .item .box h4.post-title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#featured .item .box h4.post-title a {
    color: #3b3b3b
}
#featured .item .box h4.post-title a:hover {
    color: #70aed2
}

.category.cat1 span a {
  background: rgba(120,176,208,0.9);
}
.category.cat2 span a {
  background: rgba(133,149,192,0.9);
}
.category.cat3 span a {
  background: rgba(195,143,168,0.9);
}
.category.cat4 span a {
  background: rgba(133,182,182,0.9);
}
.category.cat5 span a {
  background: rgba(134,195,140,0.9);
}
.category.cat6 span a {
  background: rgba(120,198,208,0.9);
}
.category.cat7 span a {
  background: rgba(180,207,121,0.9);
}
.category.cat8 span a {
  background: rgba(120,207,121,0.9);
}
.category.cat9 span a {
  background: rgba(207,121,145,0.9);
}
.category.cat10 span a {
  background: rgba(226,159,123,0.9);
}
.category.cat11 span a {
  background: rgba(163,181,227,0.9);
}
.category.cat12 span a {
  background: rgba(252,179,76,0.9);
}
.category.cat13 span a {
  background: rgba(228,222,43,0.9);
}
.category.cat14 span a {
  background: rgba(192,121,208,0.9);
}
.category.cat15 span a {
  background: rgba(84,109,133,0.9);
}
.category.cat1 span a:hover {
  background: rgba(120,176,208,1);
}
.category.cat2 span a:hover {
  background: rgba(133,149,192,1);
}
.category.cat3 span a:hover {
  background: rgba(195,143,168,1);
}
.category.cat4 span a:hover {
  background: rgba(133,182,182,1);
}
.category.cat5 span a:hover {
  background: rgba(134,195,140,1);
}
.category.cat6 span a:hover {
  background: rgba(120,198,208,1);
}
.category.cat7 span a:hover {
  background: rgba(180,207,121,1);
}
.category.cat8 span a:hover {
  background: rgba(120,207,121,1);
}
.category.cat9 span a:hover {
  background: rgba(207,121,145,1);
}
.category.cat10 span a:hover {
  background: rgba(226,159,123,1);
}
.category.cat11 span a:hover {
  background: rgba(163,181,227,1);
}
.category.cat12 span a:hover {
  background: rgba(252,179,76,1);
}
.category.cat13 span a:hover {
  background: rgba(228,222,43,1);
}
.category.cat14 span a:hover {
  background: rgba(192,121,208,1);
}
.category.cat15 span a:hover {
  background: rgba(84,109,133,1);
}

/*http://themes.iki-bir.com/lydia/index.html*/

/**************************************************************************/
/*  FOOTER */
/**************************************************************************/


.footer {

}

.inverse-wrapper {
  background: #26262a;
  color: #cdcdcd;
  position: relative;  
}

.sub-footer {
    background: #212124;
}
.sub-footer p {
    margin: 0;
}
.sub-footer .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff
}
.inverse-wrapper .section-title.text-center:after {
    color: inherit
}

.widget h5 {
  font-family: 'Montserrat', sans-serif;
}

/**************************************************************************/
/* FOMRULARIOS */

form.avcr-form label{
  font-weight: bold;
}

/**************************************************************************/
/* WIDGET footer */

footer [class*="col-"] .widget {
    margin-top: 30px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}

.widget.social {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 18px;
    margin-bottom: 15px !important;
}
.widget .post-list {
    padding: 0;
    margin: 0;
}
.widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.widget .post-list h5 {
    margin: 0;
    color: inherit;
    margin-bottom: 5px;
}
.widget .post-list h5 a {
    color: #3b3b3b;
    font-size: 15px !important;
    line-height: 20px;
    text-transform: none !important;
}
.widget .post-list h5 a:hover {
    color: #70aed2
}
footer .widget .post-list h5 a {
    color: #ececec
}
.widget .post-list .icon-overlay {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebar .widget .post-list .meta,
footer .widget .post-list .meta {
    margin-left: 85px;
    margin-bottom: 0;
}
.widget .post-list .meta em {
    color: #999999;
    margin-bottom: 10px;
    font-style: normal;
}
.widget .post-list .meta em a,
.widget .post-list .meta span:before {
    color: #999999
}
.widget .post-list .meta em a:hover {
    color: #70aed2
}
.widget .list {
    list-style: none;
    margin: 0;
}
ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.tag-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}
ul.tag-list li a {
    margin: 0 2px 6px 0;
    position: relative;
    font-weight: 700;
    font-size: 12px !important;
}
ul.tag-list li a:hover {
    text-decoration: none
}
footer ul.tag-list li a {
    background: rgba(0,0,0,0.15) !important
}
footer ul.tag-list li a:hover {
    background: #70aed2 !important;
    color: #FFF !important;
}
.sidebox ul.tag-list li a {
    background: #FFF !important;
    color: #3b3b3b !important;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
.sidebox ul.tag-list li a:hover {
    background: #FFF  !important;
    color: #70aed2 !important;
}

.widget .btn {
  color: #fff;
}

/**/

.icon-overlay {
    display: block;
    overflow: hidden;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}
.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #222;
    background: rgba(29,29,33,0.8);
    overflow: hidden;
    transition: all 0.4s;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\e004';
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 22px;
    margin: -10px 0px 0px -11px;
    transform: translate3d(0,-10px,0);
    transition: 0.35s ease-in;
}
.icon-overlay.lightbox a .icn-more:before{
    content: '\e04e';
    font-size: 32px;
    color: #efefef;
  font-weight: normal;
  margin: -16px 0px 0px -17px;
}
#slide-portfolio .icon-overlay a .icn-more:before {
    content: '\e062';
    font-size: 29px;
    margin: -14px 0px 0px -14px;
}
.icon-overlay a:hover .icn-more:before {
    transform: translate3d(0,0,0);
}

.more:hover {
  color: #70aed2
}
.meta {
    display: block;
    margin-bottom: 10px;
}
.meta span:before {
    content: "/";
    padding: 0 10px;
    color: #b5b5b5;
}
.meta span:first-child:before {
    display: none
}
.meta.tags {
    margin: 0 !important;
}
.meta.tags a:before {
    content: "#";
    display: inline;
}


/* END WIDGET footer */

footer a:hover {
  text-decoration: none;
}

.contact-info a{
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  27. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px;
    margin-bottom: 5px;
}
.text-center .social li {
    margin: 0 3px
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f5f5f5;
    background: none;
    line-height: 1;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 12px;
    border-radius: 0;
    transition: all 150ms ease-in;
}
.social .icon-s-pinterest {
    background-color: #c53942
}
.social .icon-s-rss {
    background-color: #e86f04
}
.social .icon-s-facebook {
    background-color: #4470cf
}
.social .icon-s-twitter {
    background-color: #5daed5
}
.social .icon-s-flickr {
    background-color: #ff0088
}
.social .icon-s-dribbble {
    background-color: #d07ead
}
.social .icon-s-behance {
    background-color: #098ffa
}
.social .icon-s-linkedin {
    background-color: #3393c1
}
.social .icon-s-vimeo {
    background-color: #099fc7
}
.social .icon-s-youtube {
    background-color: #c8312b
}
.social .icon-s-skype {
    background-color: #2ebbf0
}
.social .icon-s-tumblr {
    background-color: #5d82a4
}
.social .icon-s-delicious {
    background-color: #3274d1
}
.social .icon-s-500px {
    background-color: #00a6df
}
.social .icon-s-grooveshark {
    background-color: #f66c00
}
.social .icon-s-forrst {
    background-color: #2f7935
}
.social .icon-s-digg {
    background-color: #1b5891
}
.social .icon-s-blogger {
    background-color: #fc6605
}
.social .icon-s-klout {
    background-color: #d8390f
}
.social .icon-s-dropbox {
    background-color: #016aab
}
.social .icon-s-github {
    background-color: #4073a6
}
.social .icon-s-songkick {
    background-color: #ff0030
}
.social .icon-s-posterous {
    background-color: #eac954
}
.social .icon-s-appnet {
    background-color: #0291c9
}
.social .icon-s-gplus {
    background-color: #a84539
}
.social .icon-s-stumbleupon {
    background-color: #eb4923
}
.social .icon-s-lastfm {
    background-color: #be0c02
}
.social .icon-s-spotify {
    background-color: #7cc011
}
.social .icon-s-instagram {
    background-color: #a4765c
}
.social .icon-s-evernote {
    background-color: #82d15c
}
.social .icon-s-paypal {
    background-color: #2a608e
}
.social .icon-s-picasa {
    background-color: #9864ae
}
.social .icon-s-soundcloud {
    background-color: #ff680d
}
.social a:hover .icon-s-pinterest {
    background-color: #b0363e
}
.social a:hover .icon-s-rss {
    background-color: #cf6508
}
.social a:hover .icon-s-facebook {
    background-color: #4066b9
}
.social a:hover .icon-s-twitter {
    background-color: #569cbe
}
.social a:hover .icon-s-flickr {
    background-color: #e3057b
}
.social a:hover .icon-s-dribbble {
    background-color: #ba729b
}
.social a:hover .icon-s-behance {
    background-color: #0d81de
}
.social a:hover .icon-s-linkedin {
    background-color: #3185ad
}
.social a:hover .icon-s-vimeo {
    background-color: #0d8fb2
}
.social a:hover .icon-s-youtube {
    background-color: #b32f2a
}
.social a:hover .icon-s-skype {
    background-color: #2da8d6
}
.social a:hover .icon-s-tumblr {
    background-color: #567694
}
.social a:hover .icon-s-delicious {
    background-color: #306abb
}
.social a:hover .icon-s-500px {
    background-color: #0595c7
}
.social a:hover .icon-s-grooveshark {
    background-color: #db6305
}
.social a:hover .icon-s-forrst {
    background-color: #2e6e33
}
.social a:hover .icon-s-digg {
    background-color: #1c5183
}
.social a:hover .icon-s-blogger {
    background-color: #e05e09
}
.social a:hover .icon-s-klout {
    background-color: #c13612
}
.social a:hover .icon-s-dropbox {
    background-color: #06619a
}
.social a:hover .icon-s-github {
    background-color: #3d6995
}
.social a:hover .icon-s-songkick {
    background-color: #e3052f
}
.social a:hover .icon-s-posterous {
    background-color: #d1b44e
}
.social a:hover .icon-s-appnet {
    background-color: #0783b4
}
.social a:hover .icon-s-gplus {
    background-color: #974136
}
.social a:hover .icon-s-stumbleupon {
    background-color: #d14423
}
.social a:hover .icon-s-lastfm {
    background-color: #aa0f07
}
.social a:hover .icon-s-spotify {
    background-color: #71ac14
}
.social a:hover .icon-s-instagram {
    background-color: #946c55
}
.social a:hover .icon-s-evernote {
    background-color: #76bb55
}
.social a:hover .icon-s-paypal {
    background-color: #295880
}
.social a:hover .icon-s-picasa {
    background-color: #895c9c
}
.social a:hover .icon-s-soundcloud {
    background-color: #e35f10
}
.social a:hover i {
    color: #FFF
}
.navbar .social-wrapper {
    display: none;
    vertical-align: middle;
}
.social.naked.pull-right {
  text-align: right;
}
.social.naked.pull-right li {
  margin-left: 5px;
  margin-bottom: 0;
}
.navbar .social.naked {
  text-align: right;
}
.navbar .social.naked li {
  margin-left: 15px;
  margin-bottom: 0;
}
.social.naked li:first-child {
  margin-left: 0;
}
.social.naked li a i {
    color: #999999;
    background: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 14px;
}
.social.naked.bigger li a i {
    font-size: 17px;
}
.navbar.light .social li a i {
    color: #3b3b3b;
}
.navbar .social li a i {
    color: #fff;
}
.social.naked a:hover i {
    background: none
}
.social.naked a:hover .icon-s-pinterest {
    color: #d8545d;
    border: 0;
}
.social.naked a:hover .icon-s-rss {
    color: #faaa5e
}
.social.naked a:hover .icon-s-facebook {
    color: #677fb5
}
.social.naked a:hover .icon-s-twitter {
    color: #70c2e9
}
.social.naked a:hover .icon-s-flickr {
    color: #ff3ba4
}
.social.naked a:hover .icon-s-dribbble {
    color: #e299c2
}
.social.naked a:hover .icon-s-behance {
    color: #42a9fb
}
.social.naked a:hover .icon-s-linkedin {
    color: #3daccf
}
.social.naked a:hover .icon-s-vimeo {
    color: #42b5d4
}
.social.naked a:hover .icon-s-youtube {
    color: #d5615c
}
.social.naked a:hover .icon-s-skype {
    color: #5ecbf3
}
.social.naked a:hover .icon-s-tumblr {
    color: #829fb9
}
.social.naked a:hover .icon-s-delicious {
    color: #6194dc
}
.social.naked a:hover .icon-s-500px {
    color: #3bbbe6
}
.social.naked a:hover .icon-s-grooveshark {
    color: #f88e3b
}
.social.naked a:hover .icon-s-forrst {
    color: #5f9864
}
.social.naked a:hover .icon-s-digg {
    color: #507faa
}
.social.naked a:hover .icon-s-blogger {
    color: #fd893f
}
.social.naked a:hover .icon-s-klout {
    color: #e16747
}
.social.naked a:hover .icon-s-dropbox {
    color: #6ba3c5
}
.social.naked a:hover .icon-s-github {
    color: #6c93bb
}
.social.naked a:hover .icon-s-songkick {
    color: #ff3b60
}
.social.naked a:hover .icon-s-posterous {
    color: #efd57c
}
.social.naked a:hover .icon-s-appnet {
    color: #3daad5
}
.social.naked a:hover .icon-s-gplus {
    color: #bc7067
}
.social.naked a:hover .icon-s-stumbleupon {
    color: #f07356
}
.social.naked a:hover .icon-s-lastfm {
    color: #cd443d
}
.social.naked a:hover .icon-s-spotify {
    color: #9acf48
}
.social.naked a:hover .icon-s-instagram {
    color: #926d53
}
.social.naked a:hover .icon-s-evernote {
    color: #9fdc82
}
.social.naked a:hover .icon-s-paypal {
    color: #5b85a8
}
.social.naked a:hover .icon-s-picasa {
    color: #b088c1
}
.social.naked a:hover .icon-s-soundcloud {
    color: #ff8b45
}


/**************************************************************************/


header {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}

#main-page header {
    background-image: url(../img/IMG_5148-2.jpg);
}

#flt-info header {
    background-color: gray;
    padding-top: 200px;
}

@media (min-width: 768px) {
  
}

/*
      .yvr-banner__image-container--97567DE67F97418EB9EF716CB568D20E {
        background-image: url("/-/media/yvr/banners/runway.jpg?la=en&mw=750&sc=1&hash=303A5803CC4A83FD7918C8158500CE2AC4C2752C");
        background-image: url("/-/media/yvr/banners/runway.jpg?la=en&mw=750&sc=1&hash=303A5803CC4A83FD7918C8158500CE2AC4C2752C"),
            url("/-/media/yvr/banners/runway.jpg?la=en&mw=40&sc=1&hash=8F2B7D4A57841234EF5352525883A6A7D75AA90C");
      }

      
      @media (min-width: 992px) {
        .yvr-banner__image-container--97567DE67F97418EB9EF716CB568D20E {
          background-image: url("/-/media/yvr/banners/runway.jpg?la=en&mw=1440&sc=1&hash=B04361EC74F61DE0C0F2F56B286E34E47F1B5D10"),
            url("/-/media/yvr/banners/runway.jpg?la=en&mw=40&sc=1&hash=8F2B7D4A57841234EF5352525883A6A7D75AA90C");
        }
      }

      
      @media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 992px), (min-resolution: 1.5dppx) and (min-width: 992px), (min-width: 1920px) {
        .yvr-banner__image-container--97567DE67F97418EB9EF716CB568D20E {
          background-image: url("/-/media/yvr/banners/runway.jpg?la=en&mw=2880&sc=1&hash=B1F3EE895D776D073DC60E31BFC91CB31A1DD208"),
            url("/-/media/yvr/banners/runway.jpg?la=en&mw=80&sc=1&hash=F793258C51BEB07F40D42B85B24DECBA3F264A5E");
        }
      }

      .yvr-banner__image-container--focus-middle-center {
    background-position: 50% 50%;
}
*/

header .info {
  position: absolute;
  height: 30px;
  background: rgba(29,29,33,0.8) !important;
  width: 100%;
  bottom: 0;
}

header .info p{
  line-height: 30px;
  margin-bottom: 0;
}


header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    font-family: 'Tw Cen MT',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
}

.btn-xl {
    color: #fff;
    background-color: #fed136;
    border-color: #fed136;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

@media (min-width: 768px) {
  header .intro-text {
      padding-top: 300px;
      padding-bottom: 200px;
  }

  header .intro-text .intro-lead-in {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

body#main-page .bg-inverse {
  background-color: transparent!important;
}

@media (max-width: 767px) {
    body#main-page .bg-inverse {
      background-color: #292b2c!important;
  }
}

#anuncio {
  text-align: center;
  margin: 10px 0 20px;
}