@charset "UTF-8";
/*
Theme Name: Smart Business Child
Theme URI: http://themeforest.net/user/AtiX/portfolio
Description: Smart Business - Responsive Multi-Purpose WordPress Theme
Version: 2.0
Author: JEAG
Template: smartbusiness
Author URI: http://themeforest.net/user/AtiX/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
#footer {
  display: block;
}
#footer .footer-holder, #footer .footer-frame {
  display: block;
}

#wrapper, .w1 {
  display: block;
}

.content-panel.content-panel-books {
  margin-bottom: 0;
}

.section.section-books {
  background-image: linear-gradient(180deg, #D10F17 85%, #FFFFFF 85%);
  padding: 40px 0;
  position: relative;
}
.section.section-books .content-book {
  display: block;
  font-size: 0;
  text-align: center;
}
.section.section-books .content-book .content-img {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40%;
}
.section.section-books .content-book .content-img .book-author {
  color: #000;
  display: none;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.section.section-books .content-book .content-img .book-author span {
  display: block;
  font-weight: 700;
}
.section.section-books .content-book .content-img .book-author::before {
  background: #000;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}
.section.section-books .content-book .content-img img {
  display: inline-block;
  height: auto;
  max-height: 470px;
  max-width: 320px;
}
.section.section-books .content-book .content-info {
  color: #FFF;
  display: inline-block;
  line-height: normal;
  text-align: left;
  vertical-align: top;
  width: 50%;
}
.section.section-books .content-book .content-info .book-author {
  font-size: 22px;
  font-weight: 400;
  margin-top: 50px;
  position: relative;
}
.section.section-books .content-book .content-info .book-author span {
  font-weight: 700;
}
.section.section-books .content-book .content-info .book-author::before {
  background: #000;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}
.section.section-books .content-book .content-info .book-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
}
.section.section-books .content-book .content-info .book-date {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.section.section-books .content-book .content-info .book-extract {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.section.section-books .content-book .content-info .btn-view-book {
  background: #000;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 160px;
}
.section.section-books .content-book .content-info .btn-view-book:hover {
  background: #777;
}

.slick-arrow {
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  height: 40px;
  width: 40px;
  z-index: 20;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url(btn-arrow-prev.png);
  left: -40px;
}
.slick-arrow.slick-next {
  background-image: url(btn-arrow-next.png);
  right: -40px;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.slick-dots li {
  height: auto;
  width: auto;
}
.slick-dots li button {
  background: #0B2265;
  border-radius: 50%;
  height: 9px;
  opacity: 0.3;
  width: 9px;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #D10F17;
  height: 16px;
  opacity: 1;
  width: 16px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 1029.98px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .section.section-books {
    background-image: linear-gradient(180deg, #FFFFFF 20%, #D10F17 20%);
  }
  .section.section-books .holder {
    box-sizing: border-box;
  }
  .section.section-books .content-book .content-img {
    display: block;
    margin: 0 auto;
    width: 370px;
  }
  .section.section-books .content-book .content-img .book-author {
    display: block;
    margin-bottom: 40px;
  }
  .section.section-books .content-book .content-info {
    display: block;
    margin: 0 auto;
    width: 370px;
  }
  .section.section-books .content-book .content-info .book-author {
    display: none;
  }
  .section.section-books .content-book .content-info .book-title {
    font-size: 24px;
  }
  .section.section-books .content-book .content-info .book-extract {
    font-size: 14px;
  }
  .section.section-books .content-book .content-info .btn-view-book {
    display: block;
    font-size: 16px;
    margin: 30px auto 0;
    width: 260px;
  }

  .slick-dots {
    position: relative;
  }
  .slick-dots li {
    height: auto;
    width: auto;
  }
  .slick-dots li button {
    background: #FFF;
  }
  .slick-dots li.slick-active button {
    background: #FFF;
  }
}
@media screen and (max-width: 767.98px) {
  .section.section-books .content-book .content-img {
    width: 260px;
  }
  .section.section-books .content-book .content-img img {
    max-height: initial;
    width: 100%;
  }
  .section.section-books .content-book .content-info {
    width: 260px;
  }
  .section.section-books .content-book .content-info .btn-view-book {
    width: 100%;
  }
}
/* ************************************************************************************************************************************************ */
/*general*/
.inner {
  max-width: 100%;
}

a {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.linea-dashed {
  margin: 30px 0 20px 0;
  border-bottom: 1px dashed #6a6a6a;
}

ul.contenidoPagina {
  padding-left: 15px;
  list-style-type: square;
}

ul.contenidoPagina li {
  padding-bottom: 1em;
}

.grid-cols .col100 {
  width: 100%;
  float: left;
}

.divider2 {
  margin: 5px 0 20px;
  border-bottom: 1px solid #e4e4e4;
}

.grid-cols .col30 {
  width: 30%;
  float: left;
}

.grid-cols .col70 {
  width: 70%;
  float: left;
}

.divider {
  clear: both;
}

/*cabecera*/
#header {
  border-bottom: none;
}

#header .section {
  padding: 22px 10px 14px !important;
  height: 64px;
  border-top: none;
}

.nav-box {
  text-transform: none;
  border-bottom: none !important;
  padding: 5px 0 0;
  position: relative;
  z-index: 99;
}

.inner .nav-box {
  /*display:table;*/
  margin: 0 auto;
  width: 980px;
  text-align: center;
  /* float:none;*/
}

.inner .nav-box ul#nav {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom: -4px;
  margin-top: -2px;
}

/*.inner .nav-box ul#nav {float:none;}*/
.nav-box > ul > li {
  /*padding:0 33px 19px;*/
  padding: 9px 40px 10px;
  border-right: 1px solid #cfa29f;
  background: none;
}

.nav-box > ul > li:first-child {
  padding-left: 45px;
}

.nav-box > ul > li:last-child {
  border-right: none;
}

.nav-box > ul > li {
  border-right: expression(this.nextSibling==null?'none':'inherit') !important;
}

/*.nav-box > ul ul a:hover {color:#fff;}*/
.nav-box > ul li ul li.current-menu-item > a {
  color: #fff !important;
  background: #d10f17;
}

/*.nav-box > ul li.hover ul li:hover {color:#fff;}*/
.nav-box > ul > li.hover a.has-drop-down-a {
  color: #fff;
}

.nav-box > ul li.hover ul li:hover > a {
  /*color:#fff;*/
  background: #d10f17;
}

.nav-box > ul ul {
  width: 260px;
}

.nav-box > ul ul li {
  text-align: left;
}

.nav-box > ul ul a {
  padding: 10px 18px 11px;
}

#lazoIzq,
#lazoDer {
  position: absolute;
  width: 43px;
  height: 58px;
}

#lazoIzq {
  margin: -5px 0 0 -43px;
  *margin-left: -60px;
  background: url("../../imagenes/lazo-izq.png") no-repeat;
}

#lazoDer {
  margin: -45px 0 0 980px;
  *margin: -5px 0 0 14px;
  background: url("../../imagenes/lazo-der.png") no-repeat;
}

/*título y breadcrumb (ruta navegacion)*/
.content-panel .page-title h2 {
  font-weight: bold;
}

/*.content-panel {margin:0 auto 23px; padding:10px 20px; border-bottom:none; width:940px; background:#252525; color:#fff;}
.content-panel .page-title h2 {color:#fff;}
.content-panel .page-title ul.breadcrumbs li,
.content-panel .page-title ul.breadcrumbs a {font-size:11px;}
.content-panel .page-title ul.breadcrumbs a {color:#d8d8d8; border-bottom:1px solid #d8d8d8;}
.content-panel .page-title ul.breadcrumbs a:hover {color:#fff;}*/
.content-panel .page-title ul.breadcrumbs a {
  color: #858585;
  border-bottom: 1px solid #d8d8d8;
}

.content-panel .page-title ul.breadcrumbs a:hover {
  color: #4d4d4d;
}

/*cuerpo*/
.main-container {
  padding: 4px 0;
  min-height: 0;
}

.home-servicios {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.home-servicios h3 {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  color: #d10f17;
}

.home-servicios .alignleft,
#home-rse .alignleft {
  margin: 5px 15px 15px 0;
}

.home-servicios-colizq {
  float: left;
  /*margin-right:10px;*/
  padding-right: 15px;
  width: 65%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

.home-servicios-colder {
  float: right;
  padding-top: 5px;
  border-left: 1px solid #ccc;
  width: 31%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

.home-servicios a.lnk-home-servicios,
#home-rse a.lnk-home-servicios {
  float: right;
  margin: 10px 10px 0 0;
  padding: 3px 10px;
  background: #555;
  color: #fff;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.home-servicios a.lnk-home-servicios:hover,
#home-rse a.lnk-home-servicios:hover {
  background: #000;
}

.home-servicios-colder li {
  margin-left: 25px;
  padding: 0 0 7px 0;
  line-height: 1.4;
  list-style-type: circle;
  /*font-style:italic;*/
}

.home-servicios-colder li a {
  color: #000;
}

.home-servicios-colder li a:hover {
  color: #d10f17;
}

#home-col-foz,
#home-info-interes {
  float: right;
  margin: 0 -20px 30px 0;
  width: 90%;
}

#home-col-foz {
  padding-bottom: 10px;
  background: #000;
  color: #fff;
}

#home-info-interes {
  background: #f0f0f0;
}

#home-col-foz .col-foz-header {
  text-align: right;
}

/*#home-col-foz .col-foz-header img {border-bottom:1px solid #858585;}*/
#home-col-foz .col-foz-content {
  padding: 10px 15px 0;
}

#home-col-foz .col-foz-content .date {
  font-size: 11px;
}

#home-col-foz .col-foz-content .title {
  margin: 7px 0;
  font-size: 15px;
  font-weight: bold;
}

#home-col-foz .col-foz-content p {
  line-height: 1.4;
}

#home-col-foz .col-foz-content a {
  float: right;
  text-align: right;
  color: #d8d8d8;
  font-size: 12px;
}

#home-col-foz .col-foz-content a:hover {
  color: #fff;
}

#home-info-interes .info-interes-header {
  padding: 15px 20px 5px;
  background: #d10f17;
}

#home-info-interes .info-interes-header h3 {
  color: #fff;
}

#home-info-interes .info-interes-content {
  padding: 10px 15px 0;
  border: 1px solid #ccc;
  border-top: none;
}

#home-info-interes .info-interes-content .info-interes-articulo {
  overflow: hidden;
  margin-bottom: 10px;
}

#home-info-interes .info-interes-content .info-interes-articulo .title {
  color: #000;
  line-height: 1.4;
}

#home-info-interes .info-interes-content .info-interes-articulo a {
  float: right;
  margin-bottom: 5px;
  color: #858585;
}

#home-info-interes .info-interes-content .info-interes-articulo a:hover {
  color: #515151;
}

#sideServicios,
#sideEmpresas {
  float: left;
  margin: 0 -20px 30px 10px;
  width: 230px;
  clear: left;
}

#sideServicios .header,
#sideEmpresas .header {
  padding: 18px 0 0 20px;
  border-bottom: 5px solid #b7b7b7;
  height: 37px;
}

#sideServicios .header {
  background: #515151;
}

#sideEmpresas .header {
  background: #d10f17;
}

#sideServicios h3,
#sideEmpresas h3 {
  margin-bottom: 0px;
  color: #fff;
}

#sideServicios .sideContenido,
#sideEmpresas .sideContenido {
  padding: 15px 10px 0 15px;
  border: 1px solid #b7b7b7;
}

#sideServicios .sideContenido,
#sideEmpresas .sideContenido a {
  color: #d10f17;
}

#sideServicios .sideContenido,
#sideEmpresas .sideContenido a:hover {
  color: #000;
}

#sideServicios .sideContenido ul,
#sideEmpresas .sideContenido ul {
  padding-left: 15px;
  list-style-type: square;
}

#sideServicios .sideContenido ul li,
#sideEmpresas .sideContenido ul li {
  padding-bottom: 7px;
}

#sideServicios .sideContenido ul li a,
#sideEmpresas .sideContenido ul li a {
  color: #555;
}

#sideServicios .sideContenido ul li a:hover,
#sideEmpresas .sideContenido ul li a:hover {
  color: #d10f17;
}

#sideServicios .sideContenido p,
#sideEmpresas .sideContenido p {
  margin-top: 10px;
  /*text-align:right;*/
}

#sideEmpresas a {
  /*font-weight:bold;*/
  color: #333;
}

#sideEmpresas a:hover {
  color: #d10f17;
}

#home-rse {
  /*overflow: hidden;*/
  margin: 20px -20px 20px 0;
  padding: 10px 15px;
  height: 220px;
  border: 1px solid #b7b7b7;
}

#home-rse h1 {
  margin: -20px 0 10px -16px;
  width: 400px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: url("../../imagenes/home/fondo-titulo-rse.png") no-repeat;
}

#home-rse .home-servicios-colizq {
  width: 70%;
}

#home-rse .home-servicios-colder {
  padding-left: 10px;
  width: 25%;
}

#home-rse .home-servicios-colizq p {
  padding-top: 33px;
}

.accordion a.active.opener {
  border-top-color: #d4d4d4;
}

/*Contactos*/
.colContacto {
  margin-bottom: 25px;
}

.fotoContacto {
  margin: 0 10px 0 0 !important;
  width: 80px;
  height: 80px;
}

a.mailContacto {
  color: #d10f17;
  text-decoration: underline;
  font-size: 12px;
}

p.contacto {
  margin-bottom: 5px !important;
  line-height: 1.3;
}

/*listado servicios empresas*/
.boxes-section .col {
  width: 32%;
  padding-left: 10px;
}

.boxes-section h3 {
  color: #d10f17;
}

/*informacion interes*/
.widget {
  margin-bottom: 25px;
}

.widget ul,
.widget ul.links-list {
  padding-left: 20px;
  list-style-type: square;
}

.widget ul li {
  padding-bottom: 9px;
}

.widget ul li a,
.links-list a {
  padding-left: 0px;
  color: #555;
  text-decoration: underline;
  background: none;
}

.widget ul li a:hover,
ul.links-list a:hover {
  color: #d10f17;
  background: none;
}

.widget h3 {
  padding: 18px 0 0 20px;
  border-bottom: 5px solid #b7b7b7;
  height: 37px;
  background: #515151;
  color: #fff;
}

p.nocomments {
  display: none;
}

#content .post-box {
  border-bottom: none;
}

/*testimonios*/
.testimonials {
  margin-bottom: 10px;
}

.testimonials cite {
  color: #d10f17;
}

.testimonials .image {
  width: 142px;
}

/*rs*/
.accordion .opener {
  background: #fbfbfb;
}

.accordion li.active .opener,
.accordion .active .opener {
  background-color: transparent;
}

.accordion li.active .opener {
  border-top: 1px solid #e4e4e4;
}

.accordion .active .opener {
  border-bottom: none;
}

.tabs-vertical .tab-content {
  background-color: #fff;
}

/*ya no se usa tabs vertical en la seccion*/
/*iconos servicios*/
/*ac*/
a .ico-estudios-economicos {
  background: url(css/red/images/estudios-economicos.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-estudios-economicos {
  background: url(css/red/images/estudios-economicos-hover.png) no-repeat;
}

a .ico-economia-aplicada {
  background: url(css/red/images/economia-aplicada.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-economia-aplicada {
  background: url(css/red/images/economia-aplicada-hover.png) no-repeat;
}

a .ico-finanzas-corporativas {
  background: url(css/red/images/finanzas-corporativas.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-finanzas-corporativas {
  background: url(css/red/images/finanzas-corporativas-hover.png) no-repeat;
}

a .ico-consultoria-negocios {
  background: url(css/red/images/consultoria-negocios.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-consultoria-negocios {
  background: url(css/red/images/consultoria-negocios-hover.png) no-repeat;
}

a .ico-gestion-publica {
  background: url(css/red/images/gestion-publica.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-gestion-publica {
  background: url(css/red/images/gestion-publica-hover.png) no-repeat;
}

a .ico-safi {
  background: url(css/red/images/safi.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-safi {
  background: url(css/red/images/safi-hover.png) no-repeat;
}

/*acc*/
a .ico-comunicacion-estrategica {
  background: url(css/red/images/comunicacion-estrategica.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-comunicacion-estrategica {
  background: url(css/red/images/comunicacion-estrategica-hover.png) no-repeat;
}

a .ico-stakeholders {
  background: url(css/red/images/stakeholders.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-stakeholders {
  background: url(css/red/images/stakeholders-hover.png) no-repeat;
}

a .ico-comunicacion-digital {
  background: url(css/red/images/comunicacion-digital.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-comunicacion-digital {
  background: url(css/red/images/comunicacion-digital-hover.png) no-repeat;
}

a .ico-comunicacion-interna {
  background: url(css/red/images/comunicacion-interna.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-comunicacion-interna {
  background: url(css/red/images/comunicacion-interna-hover.png) no-repeat;
}

a .ico-comunicacion-vecinal {
  background: url(css/red/images/comunicacion-vecinal.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-comunicacion-vecinal {
  background: url(css/red/images/comunicacion-vecinal-hover.png) no-repeat;
}

a .ico-sostenibilidad {
  background: url(css/red/images/sostenibilidad.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-sostenibilidad {
  background: url(css/red/images/sostenibilidad-hover.png) no-repeat;
}

/*otros-servicios*/
a .ico-agenda-de-riesgos {
  background: url(css/red/images/agenda-de-riesgos.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-agenda-de-riesgos {
  background: url(css/red/images/agenda-de-riesgos-hover.png) no-repeat;
}

a .ico-alertas-tempranas {
  background: url(css/red/images/alertas-tempranas.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-alertas-tempranas {
  background: url(css/red/images/alertas-tempranas-hover.png) no-repeat;
}

a .ico-cultura-org-alterta-riesgo {
  background: url(css/red/images/cultura-org-alterta-riesgo.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-cultura-org-alterta-riesgo {
  background: url(css/red/images/cultura-org-alterta-riesgo-hover.png) no-repeat;
}

a .ico-planes-gestion-de-riesgos {
  background: url(css/red/images/planes-gestion-de-riesgos.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-planes-gestion-de-riesgos {
  background: url(css/red/images/planes-gestion-de-riesgos-hover.png) no-repeat;
}

a .ico-Taller-de-riesgos {
  background: url(css/red/images/Taller-de-riesgos.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-Taller-de-riesgos {
  background: url(css/red/images/Taller-de-riesgos-hover.png) no-repeat;
}

/*ago*/
a .ico-gestion-administrativa {
  background: url(css/red/images/gestion-administrativa.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-gestion-administrativa {
  background: url(css/red/images/gestion-administrativa-hover.png) no-repeat;
}

a .ico-legal {
  background: url(css/red/images/legal.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-legal {
  background: url(css/red/images/legal-hover.png) no-repeat;
}

a .ico-facturacion-cobranza {
  background: url(css/red/images/facturacion-cobranza.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-facturacion-cobranza {
  background: url(css/red/images/facturacion-cobranza-hover.png) no-repeat;
}

a .ico-admin-personal {
  background: url(css/red/images/admin-personal.png) no-repeat;
  width: 60px;
  height: 60px;
}

a:hover .icon.ico-admin-personal {
  background: url(css/red/images/admin-personal-hover.png) no-repeat;
}

/*footer*/
#footer {
  background: #dfdfdf;
}

#footer h4 {
  /*font-weight:bold;*/
  color: #1d1d1d;
}

#footer ul.links a {
  color: #171717;
  text-decoration: none;
}

#footer ul.links a:hover {
  text-decoration: underline;
}

#footer ul li ul {
  margin-top: 5px;
}

#footer ul li ul li {
  padding-bottom: 3px;
}

#footer .add-block {
  background: #eee;
  color: #292929;
}

#footer .footer-frame {
  border-top: 1px solid #b2b2b2;
}

#footer .footer-frame h4 {
  color: #777;
  font-size: 14px;
  font-weight: bold;
}

#footer #menu-menu-footersub a:hover {
  text-decoration: underline;
  color: #000;
}

#footer .add-nav {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}

#footer .add-nav a {
  color: #444;
}

@media only screen and (max-width: 933px) {
  .imagenAutoresize {
    margin: -9px 0 0 -20px;
    height: auto;
    width: auto\9;
    /*ie8*/
  }
}
@media only screen and (max-width: 800px) {
  .case .col30 {
    float: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
  }

  .content-panel {
    width: 100% !important;
  }

  .inner .nav-box {
    width: 100% !important;
  }

  .nav-box > ul > li {
    padding: 9px 33px 10px;
  }

  .nav-box > ul > li:first-child {
    padding-left: 3px;
  }

  .imagenAutoresize {
    max-width: 100%;
  }

  /*.home-servicios-colizq {width:63%;}*/
  .home-servicios .home-servicios-colizq {
    width: 100%;
    border-right: 0;
  }

  .home-servicios .home-servicios-colizq p {
    padding-top: 20px;
  }

  .home-servicios .home-servicios-colder {
    float: left;
    margin-left: 10px;
    width: 100%;
  }

  .home-servicios .home-servicios-colder a.lnk-home-servicios {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #sideServicios {
    margin-top: 20px;
    width: 100%;
  }

  #sideEmpresas {
    width: 100%;
  }

  .grid-cols .col50 {
    width: 100%;
  }

  .search-form {
    width: 278px;
    float: right;
  }

  .inner .nav-box {
    padding-bottom: 5px;
  }

  .home-servicios .home-servicios-colizq {
    width: 65%;
    border-right: 1px solid #ccc;
  }

  .home-servicios .home-servicios-colizq p {
    padding-top: 20px;
  }

  .home-servicios .home-servicios-colder {
    width: 30%;
  }

  .home-servicios .home-servicios-colder a.lnk-home-servicios {
    float: right;
  }

  #home-rse .home-servicios-colizq p {
    padding-top: 8px;
  }

  #nav {
    display: none !important;
    visibility: hidden;
  }

  .boxes-section .col {
    width: 100%;
    padding-left: 0;
  }

  .grid-cols .col30 {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .grid-cols .col70 {
    width: auto;
  }
}
.zoom {
  z-index: 9;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.sec_zoom {
  z-index: 9;
  overflow: hidden;
}

.zoom:hover {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

#gallery-2 dl dt a img {
  width: 192px;
  height: 129px;
}

/* ************************************************************************************************************************************************ */
/*servicios*/
.main-container #servicios-cabecera {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}

.main-container #servicios-cabecera #logo {
  float: left;
  width: 50%;
  font-size: 11px;
  font-style: italic;
}

.main-container #logo40 {
  float: left;
  width: 50%;
  font-size: 11px;
  font-style: italic;
}

.main-container #servicios-cabecera #datos {
  float: right;
  padding-top: 10px;
  width: 50%;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.main-container .servicios-listado {
  overflow: hidden;
  margin: 20px 0 0;
}

.main-container .servicios-listado .boxes-section a {
  margin-bottom: 10px;
}

.main-container .reconocimientos {
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: -20px;
}

.main-container .reconocimientos img {
  float: left;
  padding-right: 10px;
  padding-left: 20px;
}

/*btn redsocial*/
ul.redsocial {
  margin: -12px 0 0 0;
}

ul.redsocial li {
  display: inline;
}

a.fb:link {
  display: inline-block;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2013/11/apoyocom-iconfb.jpg");
  background-position: 0px -20px;
}

a.fb:hover {
  background-position: 0px 40px;
}

/* logo */
.logo {
  float: left;
  background: url(/wp-content/uploads/2013/10/logo-apoyo.png) no-repeat;
  width: 45px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
}

/* logo 40 a�os*/
.logo40 {
  float: left;
  margin: 0 0 0 54%;
  background: url(/wp-content/uploads/2013/10/logo-40-apoyo.png) no-repeat;
  width: 81px;
  height: 52px;
  overflow: hidden;
  text-indent: -9999px;
}

#header .section {
  max-width: 960px;
}

.nav-box > ul ul a {
  font-size: 12px !important;
}

.nav-box > ul a {
  color: #ebebeb !important;
}

.nav-box > ul a:hover {
  color: #ffffff !important;
}

.nav-box > ul ul a {
  color: #333333 !important;
}

.nav-box > ul ul a:hover {
  color: #ffffff !important;
}

.nav-box {
  background: #d10f17;
  border-bottom: 2px solid #ff6041;
}

body {
  color: #4d4d4d;
}

a {
  color: #d10f17;
}

a:hover {
  color: #000000;
}

#header {
  background: #181818;
}

/*# sourceMappingURL=style.css.map */
