@media screen and (max-width: 767px) {
  .feature-item {
    text-align: center;
    width: inherit !important;
}
  img.custom-logo {
    height: 80px;
    max-width: 100%;
    vertical-align: middle !important;
    width: 245px !important;
}
  
 #llama h5{
  display:initial !important;
}

#llama a {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  	margin:auto;
    color:#333333;
  	padding: 9px 80px !important;
    border-top: solid 1px #049b94;
}
  
  
  #nav-toggle{
    display:none;
  }
}

.cookie-notice-container {
    padding: 10px;
    background-color: #049b94;
}

#primary {
    padding-bottom: 40px;
    padding-top: 0px;
}

img.custom-logo {
    
    max-width: 600px;
  	
    vertical-align: middle;
    width: 50%;
}


.site-branding {
   text-align: center;
   padding-top: 10px;
  	float:none;
}

.feature-item {
    text-align: center;
    width: 33%;
}

label {
    display: inline;
    margin-bottom: .5rem;
}

.page-header{
  display:none;
}

.section-content {
    margin-top: 0px;
}

.catalogos{
  width:100%;
  text-align:center;
  
  margin-bottom: 60px;
    margin-top: 0px;
}

.mini{
  display:inline-block;
  margin:auto;
  margin:2%;
  width:150px;
  vertical-align:top;
}

.mini h4{
  height:36px;
}


#llama{
  width:100%;
  text-align:center;
  
}


#llama a{
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  	margin:auto;
    color:#333333;
  	padding: 9px 150px;
    border-top: solid 1px rgba(4, 155, 148, 0.35);
}

#llama a:hover{
  color:#049b94;
  text-decoration:none;
}

.imagen a:hover{
  opacity:0.5;
}

.imagen img{
   border: solid 3px #049b94;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    
  margin-bottom:10px;
}

#pagtitulo{
	padding:15px 0px;
    border-top: 1px solid #e9e9e9;
    background: #f8f9f9;
    border-bottom: 1px solid #e9e9e9;
  	text-transform:uppercase;
  margin-bottom: 45px;
  	
}

#pagtitulo li{
  display:inline;
}

#pagtitulo ul{
  padding-left:0px;
}

.titulo{
  	line-height: 1.2;
	font-size: 25px;
	font-size: 1.5625rem;
  	font-weight:700;
  	color:#333333;
}

.volver{
  float:right;
  text-transform:uppercase;
  text-decoration:none;
}


/* Foo gallery */

.foogallery-simple_portfolio .bf-item > a > img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto;
    border: solid 3px #049b94;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.foogallery-simple_portfolio .bf-item > a > img:hover {
  opacity:0.5;
}

h4{
  text-align:center;
  text-transform:uppercase;
}

.foogallery-simple_portfolio .bf-caption > h4 {
    margin: 0;
    padding: 10px 0;
    border-bottom:none;
}







  
