/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: url('images/fondosojosblanco.jpg');
}

h1,h2{
   font-size:20px ;
}
h3,h4{
   
   
}

#contenido, #header{
  background: #FFF;
}

a{color:#D35F8D;}

h1,h2,h3,h4{
  color: #D35F8D;
}

.oculto{
  display: none !important;
}
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}
#navbar{
	background-color:#D96491;
	
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
  /*background: url('images/fondolateral.jpg');*/

  /*background: #dbdbdb;*/
   /*background: #8F0100;*/
   
}


.sidebarin{
  
  height: 100%;
  background: url('images/fondosojosblanco.jpg')  center 133px;
  
   /*border-right: 13px solid #FFF;*/

}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    /*top: 51px;*/
    top:0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
   
    /*border-right: 1px solid #eee;*/
    padding-right: 0px;
     /*border-right: 1px solid #86868b;*/
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #f4f4f4;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}



/*
.tema{
  display: block;
  float: left;
  width: 160px;
  height: 88px;
  background: url('images/fondocuadrito.jpg');
  margin:8px 8px 25px 8px;
  text-decoration: none;
  color:#000;
  position: relative;
}*/
/*
.tema:hover:before{
  content: "";
  display: block;
  background: url('images/fondocuadrito.jpg');
  position: absolute;
  top:-10px;
  width: 130px;
  height: 15px;
  left: 10px;
  transition: all 0.5s ease;
}*/
/*
.tema:hover{
  text-decoration: none;
  color:#000;

}
.tema span{
  display: block;
  text-align: center;
  width: 160px;
 
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
   margin: 0;
   position: absolute;               
   top: 50%;                         
   transform: translate(0, -50%) 
}*/

.img img {
    width: 100%;
    height: auto;
}

.publi-dest .col-xs-6 {
    max-height: 250px;
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}

#principal{
  /*padding-top: 80px;*/
  /*min-height: 565px;*/
  padding-top: 25px;
  padding-bottom: 40px;
}
.fondo{
	background:#fff;
}
.navbar-fixed-top{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.navbar-observatorio{
  /*background: #444343 !important;*/
  background: #D96491;
  /*border-bottom: 1px solid #86868b;*/
  /*margin-right: -40px;*/
  /*margin-left: 130px !important;*/
  border-radius: 0px !important;
  margin-bottom: 0px;
}


.navbar-observatorio .navbar-header .navbar-brand{
  padding: 10px 10px;
}

.navbar-observatorio .navbar-nav>li>a{
  /*color:#FFFFFF;*/
  color:#FFF;
  text-transform: uppercase;
  font-weight: normal;
   
   font-size: 14px;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-right: 10px;
   padding-left: 10px;
   /*border-right: 1px solid #D45F8D;*/
}


.navbar-observatorio .navbar-nav>li>a:hover, 
.navbar-observatorio .navbar-nav>li>a:active, 
.navbar-observatorio .navbar-nav>li>a:focus{
  background:#c44878;
}

.seccion{
 padding-top: 30px;
 min-height: 450px;
}




.sloganportada{

   margin-top: 120px;

   padding: 0 200px 0 150px;
   text-align: center;
}

.sloganportada p img{
  float: left;
  margin-right: 20px;
}

.sloganportada p{
  padding-top: 25px;
  color:#515050;
   
      font-size: 30px;
      text-align: left;
}

.sloganportada p a{
  display: block;
  float: right;
font-style:italic;
  margin-top: 75px;
  color: #D35F8D;
  /*font-family: 'Lobster', cursive;*/
}

.sloganportada p a:hover{
text-decoration: none;
}

/*
#seccion2{
    padding-top: 150px;
  
}

#seccion3{
  padding-top: 80px;
}

#seccion4{
 padding-top: 80px;
}
#seccion5{
 padding-top: 80px;
}
*/

.interna{
  padding-top: 80px;
}

.interna h1{
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 35px;
}


.interna .sidebarficha{
  padding-top: 70px;
}
.interna .listanoticias
{
  margin-left: 20px;
}

.navbar-fixed-top .navbar-brand {
  /*padding: 15px 5px 38px 25px;*/
  display: block;
}

.navbar-brand{

  display: none;
  height: auto;
}

.listanoticias{
  padding: 0  30px 0 0;
  list-style-type: none;
  margin-top: 30px;
}


.noticias li {
  background-image:  url('images/iconos/noticias.png');
}

.publicaciones li{
  background-image:  url('images/iconos/publicaciones.png');
}

.documentos li{
  background-image:  url('images/iconos/documentos.png');
}

.listanoticias li{

   /*background-image:  url('images/ojito.png');*/
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 38px; 
    margin-bottom: 10px;

}

.listanoticias li h4 a{
  color:#3f3f3f;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}


.listacasos{
  padding: 0  30px 0 0;
  list-style-type: none;
  margin-top: 30px;
}

.listacasos li{

   background-image:  url('images/carpetita.png');
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 58px; 
    margin-bottom: 15px;


}

.listacasos li h4{
  font-size: 16px;
  margin-bottom: 0;

}

.listacasos li h4 a{
  color:#3f3f3f;
}

.listacasos li span{
font-size: 10px;
}
.barrabuscador{
  background: #ccc;
  
  padding: 10px;
  margin-right: '15px';
  margin-left: '-15px';
}


.tituloresultados{
  margin-bottom: 20px;
}
.arearesultados{
  /*border:solid 14px #888;*/
  background: #e8e8e8;
  min-height: 450px;

}

.logo{
  max-width: 100%;
}

.logo_arriba{
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
  margin-top: 45px;
  margin-bottom: 30px;
	}

/*
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
*/




.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


.contcampanias{
  max-width: 1200px;
}

.portfolio-item{
  width: 260px;
  float: left;
  background: #ffecbf;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.portfolio-item h3 a{
  font-size: 18px;
}




.masonry{
  max-width: 1200px;
}

.itemblock{
 
}
.item {
  width: 250px;
  float: left;
  background-color: #C6CBCF;
  color: #000;
  margin-bottom: 25px;
  cursor: pointer;
}

.temal{
  display: block;
  width: 560px;
  float: left;

  color: #000;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}

.item .color{
  display: block;
  height: 130px;
  border: 10px solid #FFF;
  /*border: 10px solid #ededed;*/
  background: #C6CBCF;
  opacity: 0.9; 
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;

  /* texto*/
  
}

.item:hover .color{
 /* opacity: 0.8;*/
  text-decoration: none;
}

.item .texto{
  display: block;
  width: 100%;
  font-size: 24px;
  /*color: white;*/
  text-align: center;
  margin: 0;
   position: absolute;               
   top: 50%;
   transform: translate(0, -50%) ;
     /* font-family: 'museo_slab500', sans-serif; */

     color:white;
padding-left:25px;
padding-right:25px;
}


.texto .verficha{
  display: none;
/*font-family: 'News Cycle', sans-serif;*/
font-style: italic;
}

.texto .verficha p{


  color:#333;
  font-size: 14px;
  margin-left:15%;
  margin-right: 15%;
  margin-bottom: 2em;
  margin-top: 1em;

}

.verficha .btn-primary{
  font-size: 12px;
border:none; 
color:#444;
background-color:white;
 /*background-color: #F26DA2; background-image: -webkit-gradient(linear, left top, left bottom, from(#F26DA2), to(#D35F8D));
 background-image: -webkit-linear-gradient(top, #F26DA2, #D35F8D);
 background-image: -moz-linear-gradient(top, #F26DA2, #D35F8D);
 background-image: -ms-linear-gradient(top, #F26DA2, #D35F8D);
 background-image: -o-linear-gradient(top, #F26DA2, #D35F8D);
 background-image: linear-gradient(to bottom, #F26DA2, #D35F8D);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F26DA2, endColorstr=#D35F8D);*/
}
/*
.verficha .btn-primary:hover{
  border:none;
 background-color: #ee3e84; background-image: -webkit-gradient(linear, left top, left bottom, from(#ee3e84), to(#c83771));
 background-image: -webkit-linear-gradient(top, #ee3e84, #c83771);
 background-image: -moz-linear-gradient(top, #ee3e84, #c83771);
 background-image: -ms-linear-gradient(top, #ee3e84, #c83771);
 background-image: -o-linear-gradient(top, #ee3e84, #c83771);
 background-image: linear-gradient(to bottom, #ee3e84, #c83771);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ee3e84, endColorstr=#c83771);
}
*/
.gigante .texto .verficha{
  display: block;
}

.gigante{
  top:0;
  width: 490px;
  
}

.gigante .color{
  height: 290px;
}


.vco-storyjs h2.start{
  color: #D35F8D;
  font-family: 'Roboto', sans-serif !important;
  font-size:28px !important;
  font-weight: bold;
}



.etiquetita{
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  background: #ccc;
  margin-right: 2px;
  border-radius: 10px;
  vertical-align: middle;
}

.etiquetita span{
  display: none;
}

.etiquetita:hover{
 opacity: 0.7;
}



body.admin-bar{
  padding-top: 28px;
}
body.admin-bar .navbar-fixed-top {
  position:fixed;
  top: 28px;
  z-index: 1000;
  height: 40px;
 } 
 
