/* Enter Your Custom CSS Here */

/* imagenes */
img {
    max-width: 100%;
    height: auto;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;    
}

/* footer */
body div#banners-img, .footer .widget {
    width: 100%;
    max-width: 100% !important;
    height: auto;
}
.bannersfooter { display: inline-block; }

.footer img {
    height: 45px;
    margin-right: 5px;
    margin-left: 12px;
}
.footer .logo-proyectar img { margin: 0; }
/*
.footer .first img {
    margin-left: 0;
}*/
.footer-wrapper {
    background: #FFF;
}
.footer-wrapper {
    background: #FFF;
}

/* idiomas */
@media screen and (max-width: 740px) {
  .top-ads { 
    position: absolute; 
    top: 0px;
    right: 18px;
  }
 .logo-adv .textwidget {
     display: block!important;
 }
}

/* menu */
@media screen and (max-width: 1140px) {
  .nav-top-wrapper .nav-top li a {
    color: #ffffff;
    height: 30px;
    padding: 14px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
    .nav-top-wrapper .select-menu { display: block; }
    .nav-top-wrapper .nav-top { display: none; }    
    .nav-top-wrapper .select-menu, .top-header-menu .select-menu-top {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #FFFFFF;
      display: inline-block;
      font-size: 12px;
      line-height: 21px;
      padding: 5px 10px;
      width: 100%;
      text-transform: none;
  }
  .nav-top-wrapper .select-menu {
      margin: 10px 0;
      margin-top: 10px;
      margin-right: 0px;
      margin-bottom: 10px;
      margin-left: 0px;
  }
}

/* slider home */
@media screen and (max-width: 740px) {
 .nav-head-top, .nivo-caption, .nivo-directionNav {
     display: block!important;
 }
  .nivo-caption { position: static; /* padding-bottom: 45px; */ }
  .cat-tip { display: none; }
  .nivo-directionNav {
    right: 5px;
    bottom: 5px;
    z-index: 999 !important;
  }
}

/* sidebar */
@media screen and (max-width: 1000px) {
#sidebar-right {
    width: 22%;
    margin-right: 3%;
}
}
@media screen and (max-width: 740px) {
 #sidebar-right {   display: block!important;  float: none; width: 92%; padding: 20px 4%; margin-right: 0; }
  #sidebar-right #inner-right {
    float: right;
    width: 40%;
  } 
  #sidebar-right #inner-left { 
    float: left;
    width: 56%;
 }
}
@media screen and (max-width: 480px) {
   #sidebar-right #inner-left { 
     width: 100%;
 }
  #sidebar-right #inner-right { 
    width: 100%;
    /* display: none; */
  }
}
.block-wrapper { width: 100%; }
.sfmsb-follow-social-buttons.sfmsb-float .sfmsb-text { padding: 22px 5px 10px 14px; }
.sfmsb-follow-social-buttons.sfmsb-float a { padding: 15px 5px 10px 5px; }

/* banners */

.boton {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 18px;
  background-color: #61A324;
  border: 1px solid #48911C;
  color: #ffffff !important;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-top: 12px;
} 
.boton:hover {
  background-color: #76ba37;
}

.botonazul {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 18px;
    background-color: #18557D;
    border: 1px solid #134868;
    color: #ffffff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 12px;
}

.botonazul:hover {
  background-color: #3181b2;
}

.authorinfo img, .avatar img {
    width: 80px;
    height: auto;
}
