@font-face{

font-family:SourceSansPro;
src:url(../../libs/fonts/sourceSansPro/SourceSansPro-Regular.otf);
    
}
@font-face{

font-family:SourceSansProBold;
src:url(../../libs/fonts/sourceSansPro/SourceSansPro-Bold.otf);
    
}
@font-face{

font-family:SourceSansProLight;
src:url(../../libs/fonts/sourceSansPro/SourceSansPro-Light.otf);
    
}

*{
  padding: 0;
  margin:0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body{
  margin-top: 75px;
  background:#FAFAFA;
  font-family:SourceSansPro, robotore;
   
  
}
header{
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;

   background:#A4CE3A;/*#3288BA;/*#0d47a1;/*#1565C0;/*#0d47a1;*/
   padding-top: 0px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

/*
   background-image:url("/hospital/modules/img/fondos/fondoazul.jpg");
 */  
}
#formbuscar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
#BtnBuscar{
  border-radius: 0;
  background-color: #A4CE3A;
  border:1px solid #A4CE3A ;
  padding-right: 15px;
  padding-left: 15px;

}
#BtnBuscar:hover{
  border-radius: 0;
  background-color: #A4CE3A;
  border:1px solid #A4CE3A ;
  padding-right: 15px;
  padding-left: 15px;
}
#BtnBuscar span{
  font-size:18px; 
}
#buscador{
  width: 100%;
}
.iconot{
  margin-right: 1px;
}
/*--------Contenedor--------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  
}

@media (min-width: 718px) {
  .container {
    width: 718px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 800px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 850px) {
  .container {
    width: 850px;
  }
}
@media (min-width: 900px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 950px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 1070px;
  }
}

@media (min-width: 1070px) {
  .container {
    width: 1070px;
  }
}


.conta{
  margin-right: auto;
  margin-left: auto;
}

#buscador{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 

.Logo a{
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  text-decoration: none;
}
.Logo a img{
  height: 75px;
}

.Logo h1{
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 17px;
  color:#444;
  font-size: 18px;
  font-family:SourceSansProBold;
}
/*---------MENU--------*/

.navbar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;    
}
.navbar-collapse.collapse{
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand{
  display: none;
}
.navbar-brand:hover{
  color:#444;
}
.menubus{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/**/
.nav{
  height:75px;
}
.nav li{
  height: 100%;
}
.nav li a{
  height: 100%;
  color:#444;
  font-family:SourceSansPro;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-menu li a{
  color:#000;
}

/**/


.navbar .navbar-nav > li.open > a {
    background-color: #94BB34;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #444;
  background-color: #94BB34;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: #94BB34;
}
.navbar-toggle span{
  color:#000;
  background: #000;
}

.navbar-nav li a:hover{
  color:#444;
  background-color:#94BB34;

}
.glyphicon{
    color:#444;
}


.imgnav{
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.img{
  width: 35%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img img{
 /* border-radius: 100px;*/
  width: 100px;
  height: 100px;

}
.navv{
  width: 100%;
  
}
.extnav{
  width: 100%;
  height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
-ms-flex-pack: distribute;
    justify-content: space-around;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

}
/*.iconoss{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}*/
.conticon{
 
  height: 40px;
  width: 40px;
  background-color: #444;
  border-radius: 50px;
  margin: 0 2px;
  border:1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}




/*------- Social -----------*/

.social{
  position: fixed;
  left: 0;
  top:200px;
  display:none;
}
.social ul{
  list-style: none;
}
.social ul li a{
  display: inline-block;
  color:#444;
  background: #000;
  padding: 10px 15px;
  text-decoration: none;
  
  -webkit-transition: all 500ms ease;
  
  -o-transition: all 500ms ease;
  
  transition: all 500ms ease;

}

.social ul li .facebook{background:#3b5998;}
.social ul li .twitter{background:#00abf0;}
.social ul li .youtube{background:#ae181f;}
.social ul li .googleplus{background:#d95232;}

.social ul li a:hover{
  padding: 10px 30px;

}
/*--------------------------*/

.desplazar{
  display: none;
}

.btn-danger, .btn-danger:hover{
    background-color: #ccc;
    border-color: #ccc;
}


/*SlideShow*/
.main{
}
.slide{
  /*border-top: 2px solid #880E4F;/*#6C04B9;*/  
    
}
.main .item{
  width: 100%;
  height: 480px;

}
.main .item a img{
  width: 100%;
  height: 100%;


}

.carousel {
  max-width: 1920px;
  margin: auto;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-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;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next, .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev, .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left, .carousel-fade .carousel-inner>.item.prev.right, .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-indicators li {
    border: 1px solid #ccc;
    background-color: #ccc;
    width: 15px;
    height: 15px;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: #94BB34;
    border: 1px solid #94BB34;
}
.carousel-indicators {
    bottom: -42px;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
}
.carousel-caption {
    right: 0;
    bottom: 0;
    width: auto;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: right;
}
.carousel-caption h3 {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.12);
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 15px;
}
.carousel-inner .item a img {
    width: 100%;
    height: 100%;
}


/*Formulario*/

#formulario{
  
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    
}
#formulario input{
  width: 100px;
}


/*------Services-------------*/
.novedades{
  margin-top: 50px;
  height: 410px;

}
.novedades h2{
 font-family:SourceSansProBold;
 padding-bottom: 20px;
 text-align: center;
 font-size: 27px;
}
.swiper-container {
    width: 100%;
    height: 305px;
    border-radius: 5px;

}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;

}
.swiper-slide {
    font-size: 19px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-decoration: none;
    background: #94BB34;
    /*#0d47a1;*/
}
     .swiper-slide a p{
      
      color:#444;
      width: 100%;  
      font-size: 16px;       
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;

     }
     h4{
      font-size: 17px;
      margin-bottom:3px;
     }
    .swiper-slide a img{
      display: block;
      margin-bottom: 0px;
      width: 100%;
      height: 250px;
    }


    /*---------Noticias---------*/

  
    .noticias{
    margin: 0;
    padding: 0; 
    font-family:SourceSansPro;
    }

    .noticias h2{
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
    font-family:SourceSansProBold;
    font-size: 27px;
   }

    .articulos{
     padding-left: 0px;   
     padding-right: 0px;
     width: 100%;
     display:-webkit-box;
     display:-ms-flexbox;
     display:flex;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
    }

    .articulo{
      width: 23%;
    }
    .articulo article{
      font-family:SourceSansProLight;
      color: #000;
    }
    .articulo img{
      width: 100%;
      height: 200px;
    }


#todaslasnoticias{
  background-color: #A4CE3A;
  height: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}


#todaslasnoticias a h4{
    height: 100%;
    display: block;
    background: #94BB34;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #444;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease; /* Firefox */
    -webkit-transition: 0.5s ease; /* Chrome - Safari */
    -o-transition: 0.5s ease; /* Opera */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
#todaslasnoticias a:hover{
  text-decoration: none !important;
}
#todaslasnoticias a h4:hover{
    transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    color:#000;
    font-weight: bold;
    
  }
.panel-primary > .panel-heading{
  background-color: #A4CE3A !important;
}



/*-------------Citas-----------*/
.informacionmenu{
    background: #fff;
    padding: 12px 0px 0px 0px;
    font-family:SourceSansPro;
}
.content{
  width:100%;
  padding: 20px 0px 28px 0px;
  border-bottom: 1px solid #808B96;
  margin-bottom: 20px;
  
}
.content:nth-last-child(1){
    border-bottom: none;
}
.content h2{
    text-align: center;
}
/*-----------datosdelhospital-----------*/
.datosdelhospital{
  background-color: #A4CE3A;  
}
.datosdelhospital .container{

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.datoss{
 padding:10px;
}
.datoss p{
  color: #444;
}


/*--------------Footer---------------*/
.footer1{
  width: 100%;
 
}
.footer2{
  border-top: 3px solid #94BB34;
  background-color:#566573;
}
.jumbox{
  
  padding: 10px;
  width: 100%;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    background: #94BB34;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jumbox .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jparte1{
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jparte1 p{
  font-size: 15px;
  color:#444;
  padding-bottom: 0;
  margin-bottom:0;
}
.jparte1 p a{
  color:#444;
  text-decoration: none;
}
.jparte2{
  width: 50%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;


}
.menufooter{

}
.menufooter a{
  font-size: 19px;
  padding: 10px;
  color: #444;
}
/* icono menu */
.iconomenu{
  display:none;
}
.iconomenu span{
  font-size: 25px;

}
/* imagenes de super salud y logo maceo*/


.owl-theme{
  margin: 20px 0;
}
.owl-carousel{
  margin-top: 0;
}
.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cert img{
    width: 200px;
    
}
.supersalud img{
    width: 350px;
}
.logoantioquia img{
    width:250px;
}

/*-------------PAGINA DE SERVICIOS USUARIOS Y NOSOTROS-------------*/

.mainsubmenu{
  width: 100%;
 
}
.breadcrumb{
  margin-top: 20px;
  padding-top: 20px;   
 }
.mainsubmenu h2{
  
  
}
.submenuu h3{
  padding: 10px 0px;
}
.submenuu img{
  width: 100%;
  height: 280px;
  padding: 0 10px 0 0;
 }


#as{
  padding-top: 3%;
}
.infosub{
  margin-top: 3.5%;
 
}

 .infosubse a p{
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 0;
  } 

/*--------------------------PAGINA NOTICIAS-----------------------------------*/
.formnoticias{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;

}
.articulo{
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.articulo:hover{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.articulo a{
  text-decoration: none;
}
.panel-body p{
  font-family:SourceSansPro;
}
p{
  font-family:SourceSansPro;
}

/*--------------------------PAGINA SERVICIOS----------------------------------*/

.serv{
    width: 23%;
  margin-right: 9.5px;
  margin-left: 9.5px;
  background-color: #94BB34;
  border-radius: 10px 10px 5px 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
   transition: 0.5s ease;
   -moz-transition: 0.5s ease; /* Firefox */
   -webkit-transition: 0.5s ease; /* Chrome - Safari */
    -o-transition: 0.5s ease; /* Opera */
    text-decoration: none;
}
.serv:hover{
  transform : scale(1.05);
    -moz-transform : scale(1.05); /* Firefox */
    -webkit-transform : scale(1.05); /* Chrome - Safari */
    -o-transform : scale(1.05); /* Opera */
    -ms-transform : scale(1.05); /* IE9 */
    text-decoration: none;
}

.serv img{
  width: 100%;
  margin:0;
  padding:0;
  border-radius: 5px 5px 0 0;
}

.serv p{
  padding-top: 3px;
  color: #444;
  font-weight:bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
}
.infosubse{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*------------------PAGINA CONTACTO--------------------*/

.form_contacto{
  padding:20px 0px;
}

#comensaje{
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 400px;
}


/*-----------PAGINA DE LA GALERIA--------------*/
.galeria{
  margin: 20px 0px;
}
.galeria img{
  width: 230px;
  height: 200px;
  padding: 5px;
  margin-bottom:5px;
  /*filter: grayscale(100%);*/
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.galeria img:hover{
  /*filter: grayscale(0);*/
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}



/*-------------BUSCADOR GENERAL----------------*/
.busquedage{
  margin-top: 40px;


}
.navbar-toggle {
  background-color:#444;
}
.navbar-toggle span {
    color: #94BB34;
    background: #94BB34;
}
.navbar-brand {
    font-size:18px;
    font-family:SourceSansProBold;
}
.menufooter a{
    font-size:16px;
}
#formbuscar2{
  display: none;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
  background-color:#A4CE3A; 
  border-color:#A4CE3A;
}

/* Media Queries */
@media screen and (max-width: 1400px){
  .main .item{
    height: 400px;
  }
} 
@media screen and (max-width: 1293px) {
  .Logo a h1{
    font-size: 16px;
  }
  .nav li a{
    padding: 8px;
  }
}
@media screen and (max-width: 1165px) {
  .Logo a h1{
    padding-right: 5px;
  }
}
@media screen and (max-width: 1153px) {
  body{
    margin-top: 0;
  }
  header{
    position: static;
  }
  /* busqueda */
  #titbusqueda{
    margin-top: 40px !important;
  } 
}

@media screen and (max-width: 922px) {
  .nav li a{
    padding: 10px;
  }
}
@media screen and (max-width: 852px) {
  .nav li a{
    padding: 4px;
  }
}

@media screen and (max-width: 768px) {
  body{
    margin-top: 0px;
  }
  .Logo{
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Logo a{
    width: 100%;
    padding:0;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .Logo a h1{
    font-size: 20px;
  }

  #formbuscar2{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 0 10px 0;
  }
  #formbuscar2 input{
    width: 70%;
  }
  #formbuscar2 button{
    width: 50px;

  }
  .Logo a img{
    height: 100%;
  }
  #tituloprincipal{
    
  }
  header{
    height: auto;
    position: static;
  }

  .nav li a{
    font-size: 16px;
  }
  .nav{
    height: auto;
  }
  .navbar-brand{
     font-size:17px;
     display: block;
     color: white;
   }

  .nav li {
    padding: 0px;
    padding-left:15px;
    height: 30px;
    clear: both;
    }
    .navbar-collapse.collapse {
    padding-left: 15px; 
    padding-right: 30px;
}
.navbar-nav .open .dropdown-menu{
  width: 100% !important;
  float: left;
}
  .menubus{
    z-index: 1;
    background-color: #94BB34;
    width: 100%
    
  }
  .navbar{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-header{
    width: 100%;
  }
  .navbar-collapse.in {
}
  #formbuscar{
   display: none;
  }

.galeria img{
  width: 100%;
  height: 200px;
  padding: 5px;
  margin-bottom:5px;
  /*filter: grayscale(100%);*/
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

#buscar{
  margin-bottom: 5px;
  
}
.jparte2 {
  width: 100%;
}
  
  .imgnav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 250px;

  }
  .img{
    width: 100%;

  }
  
  .extnav{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    height: 280px;
  }
 


  .img img{
    width: 120px;
    height: 120px;
    /*border-radius: 100px;*/
}
.img h1{
  font-size: 22px;
  padding-bottom: 10px;
}
.extnav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.extnav form{
  width: 90%;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

  

.desplazar{
  display: block;
  float: right;
  font-size: 20px;
}
.main .item a img{
  width: 100%;
  height: 100%;

}
  /* noticias minificadas*/
  
  .noticias{
    width: 100%;
  }

   .articulos{
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
 } 
   .articulo{
    width: 100%;
}
   .articulo img{
       width: 100%;
   }
   .jumbox{
    background: #94BB34;
    
   }
   .jumbox .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   }
   .jparte1{
    display: none;
   }
  
   .menufooter{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   }

   .serv{
      width: 100%;
      margin-bottom: 20px;
  }
 
  .menufooter a{
      font-size:15px;
   }

  .dato1{
     text-align:center;
   }
   .informacionmenu {
      padding-bottom: 0;
   }
   .content{
     margin-top:20px;
   }
   .dropdown-menu li a {
     color:#444;
   }

   /* Buscador */
  #titbusqueda{
    margin-top: 40px !important;
  } 
  .social{
  position: absolute;
  right: 0;
  top:0;
}  
.content{
  margin-bottom: 0;
}
.main .item{
  height: 250px;
}
}
@media screen and (max-width: 350px) {
  .menufooter a{
      font-size:11px;
   }
}
