/*
 * Globals
 */
 @font-face {
  font-family:Panton;
  src:url(fonts/Panton-Regular.woff2) format(woff2),
      url(fonts/Panton-Regular.woff) format(woff);
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:Panton;
  src:url(fonts/Panton-Bold.woff2) format(woff2),
      url(fonts/Panton-Bold.woff) format(woff);
  font-weight:bold;
  font-style:normal;
}
@font-face {
  font-family:Panton;
  src:url(fonts/Panton-BoldItalic.woff2) format(woff2),
      url(fonts/Panton-BoldItalic.woff) format(woff);
  font-weight:bold;
  font-style:italic;
}
@font-face {
  font-family:Panton;
  src:url(fonts/Panton-Light.woff2) format(woff2),
      url(fonts/Panton-Light.woff) format(woff);
  font-weight:300;
  font-style:normal;
}
@font-face {
  font-family:Panton;
  src:url(fonts/Panton-LightItalic.woff2) format(woff2),
      url(fonts/Panton-LightItalic.woff) format(woff);
  font-weight:300;
  font-style:italic;
}
body {
  font-family: Panton !important;
  color: #555;
  padding-top: 1%;
  overflow-x: hidden;
  font-size: 13px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
}
h1 {
  color: rgb(85, 85, 85);
  text-align: center;
  border-bottom: 3px solid #ccc;
  font-variant: small-caps;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;

  }

}
.container.page{
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.675);
  box-shadow: 0 6px 12px rgba(0,0,0,.675);
}
.header-page{
  margin-right: 0 !important;
  margin-left: 0 !important;
  height: 100px;
  
}
.header-page.links{
  height: 30px !important;
 
}
/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 14px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 3px;
  margin: 5px -10px 15px;
  background: #EEEEEE;
  text-align: center;
  color:#000000;
}
.sidebar-module-inset {
  padding: 0;
  margin-top: 2%;
  border-radius: 4px;
  margin-bottom: 2%;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.header-page.links .date{
  margin-top: 0.5%;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 25px;
  padding-left: 2%;
}
.blog-post-date{
  padding-left: 2%;
  margin-top: 2%;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.box-container{

}
.box-container:nth-of-type(-1n + 2){
  border-right: 1px solid #eee;

}
.box-container:nth-of-type(-1n + 3){
  border-bottom: 1px solid #eee;
}
.box-new{
  position: relative;
  padding: 0;
  min-height: 192px;
  margin-top:10px !important;
}
.box-new > a{
  text-decoration: none !important;
}
.box-new a img{
  width: 100%;
  height: 192px;
}
.box-new .caption{
  position: absolute;
  bottom:0;
  color: #fff;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  width: 100%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.4);

}
.box-new-detail .thumbnail{
   position: relative;
}
.box-new-detail .thumbnail .caption{
  position: absolute;
  top: auto;
  bottom: 0;
  height: 10%;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.logo-travel{
  position: absolute;
  margin-top: 4.5%;
  right: 2%;
}
.menu_sup{
  position: absolute;
  height: 45px;
  right: 5%;
  top: -1%;
  margin: 0 0 76px 0;
  z-index: 10;
}
.menu_sup a{
  color: #555555 !important;
  background-color: transparent;
  text-decoration: none;
  font: normal 13px/24px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  padding: 0 5px;
}
.menu_sup li:hover{
  background: transparent;
}

@media screen and (min-width: 768px) {

  .masthead, .marketing, .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-default .navbar-nav>li>a{
   
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
  background-color: #666666;
  margin-left: 0.3%;
  width: 99.5%;
  margin-bottom: 0.5%;
}
.footer > div{
  position: relative;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
}
.button-map{
  position: relative;
  right: 35%;
}
.blog-sidebar .anuncios_gob{
  text-align: center;
  padding-left: 5%;
}
#noticiasCarousel .carousel-caption {
  left:0;
  right:0;
  bottom:0;
  text-align:left;
  padding:10px;
  background:rgba(0,0,0,0.6);
  text-shadow:none;
  font-size: 15px;

}
#noticiasCarousel .carousel-inner .item  img{
  height: 430px;
  width: 580px;
}
#noticiasCarousel .carousel-inner .button-play{
  position: absolute;
  right: 5px;
  background: rgba(51, 51, 51, 0.7);
  z-index: 100;
  width: 55px;
  padding: 5px;
  text-align: center;
}
#noticiasCarousel .carousel-inner .button-play i{
  color: #fff;
  cursor: pointer;
}
#noticiasCarousel .carousel-caption  p{
  color: #fff !important;
}
#noticiasCarousel .carousel-caption h4{
  color: #fff !important;
}
#noticiasCarousel .carousel-inner{
  padding-right: 1%;
}
#noticiasCarousel .list-group {
  position:absolute;
  top:0;
  right:0;

}
#noticiasCarousel .list-group-item {
  border-radius:0px;
  cursor:pointer;
  padding: 5px;
  height: 88px !important;
  background: none;
  border: 0;
  margin-bottom: 0%;
  width: 116px;
  position: relative;
}
#noticiasCarousel .list-group-item > div{

}
#noticiasCarousel .list-group .active {
  background-color: #ccc;
}

@media (min-width: 992px) {
  #noticiasCarousel {
    padding-right: 16.8%;
    background: #444444;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-top: 1%;
  }
  #noticiasCarousel .carousel-controls {display:none;}
}
.carousel-control.right{
  background: none !important;
}
.carousel-control.left{
  background: none !important;
}
@media (max-width: 991px) {
  .carousel-caption p,
  #noticiasCarousel .list-group {display:none;}
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.container-map{
  display: none;
}
.container-map a{
  color:#eee !important
}

.container-banners.lateral{
  margin-top: 3%;
}
.container-banners.lateral .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

iframe{
  border: 0 !important;
}

@media (min-width: 320px) and (max-width: 480px){
  #noticiasCarousel .carousel-inner .button-play{
    right: 4px;
  }
  .fb-page span{
    width: 100% !important;
  }
  .fb-page iframe ._2p3a{
    width: 95% !important;
  }
  .row.container-carousel{
    margin: auto;
  }
  .date .date-no-responsive{
    display: none;
  }
  .date .date-responsive{
    display: block !important;
    margin-top: 3% !important;
  }
  .logo-dependencia-responsive{
    display: block !important;
    margin-top: 10% !important;
  }
  .logo-dependencia{
    display: none;
  }
  .media-container .media:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5%;
    border-left: 0 !important;
  }
  .media .action{
    position: relative !important;
    margin-right: 10% !important;
  }
  .media-left, .media>.pull-left{
    padding-right: 0 !important;
  }
  .media-container div.media div.media-left:before{
    border-top:0 !important;
  }
  .media .media-heading{
    margin-top: 5% !important;
  }
  .modal-dialog{
    width: 280px !important;
  }
  .form-group-inline .form-group{
    margin-top: 5% !important;
  }
  .input-group.form-group{
    margin-top: 5% !important;
  }
  
}
.logo-dependencia-responsive{
  display: none;
  margin-top: 15%;
  height: 80px;
}
.date .date-responsive{
  display: none;
  margin-top:5%;
}
@media (min-width: 480px) and (max-width: 768px){
  .fb-page span iframe{
    width: 100% !important;
  }
  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    width: 100% !important;
  }
  .fb-page span iframe ._2p3a{
    width: 100% !important;
  }
  #noticiasCarousel .carousel-inner .item  img{
    width: 100% !important;
  }
  #noticiasCarousel .carousel-inner .button-play{
    right: 5px;
  }

  .row.container-carousel{
    margin: auto;
  }
  .dgti-banner img{
    width: 100%;
  }
  .date .date-no-responsive{
    display: none;
  }
  .date .date-responsive{
    display: block !important;
    margin-top: 2% !important;
  }
  .modal-dialog{
    width: 440px !important;
  }
  
}
@media (min-width: 480px) and (max-width: 651px){
  .logo-travel{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px){

  .media-container div.media div.media-left:before{
    border:0 !important;
  }
  .media-container .media:before{
    border:0 !important;
  }
  .media-container div.media div.media-left:before{
    position: relative !important;
  }

  .button-map{
    right: 85px;
  }
}
.blog-main .anuncios_gob > div{
  padding-left: 0 !important;
  width: 100% !important;
}
.blog-main .anuncios_gob > div img{
  width: 100%;
}
.blog-sidebar .anuncios_gob > div{
  width: auto !important;

}

.blog-sidebar .anuncios_gob > div img{
  width: 100%;
}
/*
.row-offcanvas{
  padding: 1%;
}*/
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media (max-width: 767px) {
  body{
    padding-top: 0.3%;
    margin-bottom: 0;
  }
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #fff;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    left: 100%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: 50%; /* 6 columns */
  }


  .row-offcanvas-right.active .sidebar-offcanvas{
    left: 50%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top:0;
    width: 50%; /* 6 columns */
    z-index: 100;
    background: #fff;
    border: 1px solid #ddd;
    transition: all .25s ease-out;
  }

  .button-map{
    right: 0;
  }

  .row.container-carousel{

  }
  .mejs__container{
    width: 99.8% !important;
  }
  .carousel-galery .slider-for  img{
    height: 100% !important;
  }
  iframe{
    width: 100% !important;
  }
  .media-container .media:before{
    left: 3% !important;
  }
  .media-left{
    width: 11% !important;
  }
  .media-container div.media div.media-left:before{
    left: 3% !important;
  }


}
.fb-page span > iframe{
  width: 100% !important;
}

.redes-sociales{
  margin-top: 5%;
}
.pagination-info{
  margin-top: 20px;
  font-weight: bold;
}
.pagination{
  margin: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #ccc;
  border-color: #ccc;
}
img.not-thumbnail{
  background: #fff;
}
.pages-footer{
  color: #EEE;
}
a{
  color:#555;
}
.media-container{
  margin-left: 1em;

  position: relative;


}
.media-container .media{
  margin: 0;
  padding: 30px 0 0 0;
  position: relative;
}
.media-container .media:before{
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5%;
  border-left: 1px solid #CCC;
}
.media-container div.media div.media-left:before{
  content: "";
  display: block;
  width: 40px;
  height: 0;
  border-top: 1px solid #CCC;
  position: absolute;
  top: 50px;
  left: 1.5%;
}
.media-left{
  width: 6%;
}

.media-body .media-content{
  margin: 0;

  padding: 10px 10px;
  background-color: #F5F5F5;
  border: 1px solid #DDD;

  position: relative;
  text-align: left;

}
.media-container div.media:last-child > div.media-left:before{
  height: 100% !important;
  width: 40px;
  background: #fff;
}
.media .action{
  padding: 8px;
  background: #EEE;
  position: absolute;
  cursor: pointer;

}
.media-heading span{
  color:#2aa6ad;
  font-weight: bold;
}
.media .thumbnail{
  margin-bottom: 0 !important;
}

.input-group.form-group{
  margin:0;
}
.row.form-group-inline .form-group{
  margin: 0;

}
.form-group.has-error .error{
  padding: 5px;
  color: #a94442;
  border: 1px dashed #a94442;
  border-radius: 3px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: 0.25s padding ease-out;
  margin-bottom: 1%;
}
#overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(227,227,227,0.8);
  z-index: 100;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 56%;
  bottom: 0;
  left: 50%;
  font-size: 13px;
  color: #000;
  z-index:10000;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  margin:auto;
  top:25%;
  position:relative;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index:1;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.text-center{
  text-align: center;
}
.info-directorio p{
  width: 50%;
  margin: auto;
}