/*cabecera*/
body:not(.bInicio) .pHeader:after {
  width: calc(100% - 280px);
  top: 111px;
}
.pHeader .finalizar {
  display: initial;
  position: relative;
  margin-left: 20px;
  border-radius:var(--b_radius);
  bottom: 21px;
  border: 1px solid #666;
  padding: 4px 10px 5px;
}
.pHeader {
  padding: 20px 0 18px;
}
.pHeader .finalizar:hover {
  background: #666;
  color: #FFF;
}
.pHeader .msg_header {
  font-size: 0.9rem;
}
.pHeader .msg_header small {
  font-size: 0.65rem;
}
/*.pHeader .usuario {
  position: relative;
  width: 150px;
  right: 0px;
  bottom: 22px;
  text-align: right;
}*/
.pHeader section.usuario .nom_usuario {
  top: 1px;
}
#logo {
  width: 280px;
  height: 87px;
}
body:not(.bInicio) #logo {
  width: 230px;
  height: 66px;
}
body:not(.bInicio) .pHeader:after {
  width: calc(100% - 265px);
  top: 54px;
}
#botonMenu {
  right: 20px;
  top: 30px;
}
body:not(.bInicio) #botonMenu {
  top: 18px;
}
.contenedor .bloque_vertical {
  padding: 60px 20px;
}
.bContenedor h1, .bServicio h1, .bServicio strong, .bAvisos h1 {
  font-size: 2rem;
}
.pHeader .usuario_carrito {
  top: 36px;
  right: 65px;
}
main.mContenedor {
  padding: 0 0 50px 0;
}
@-moz-document url-prefix() {
  .pHeader .usuario {
    bottom: 22px;
  }
  .pHeader section.usuario .nom_usuario {
    top: 2px;
  }
}
.swiper {
  width: 100%;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 30px;
}
.swiper .info_banner {
  font-size: 4.8vw;
  position: absolute;
  left: 2%;
  right: 48%;
  top: 40%;
  padding: 0;
  bottom: 5%;
  text-shadow: none;
  background: no-repeat;
  /*transform: translateX(-50%);*/
  text-align: center;
}
.swiper .info_banner .linea1 {
  font-size: 3.8vw;
  text-align: center;
}
.swiper .info_banner .linea2 {
  font-size: 2.6vw;
  margin-bottom: 10px;
  text-align: center !important;
}
.bExpertos a {
  margin: 0 20px;
}
.ContenedorColumnas div {
  margin: 0 10px 40px;
  max-width: none;
  width: 44%;
}
.contenedor .bloque_blog {
  padding: 30px 0;
  position: relative;
  display: flex;
}
.contenedor .bloque_blog h2 {
  padding: 15px;
  font-size: 2rem;
  text-align: center;
  display: none;
}
.contenedor .bloque_blog .txt h2 {
  display: block;
  text-align: left;
  padding: 0;
  margin: 10px 0 15px;
}
.bInicio .cServicios ul li a {
  padding: 0 12px;
  font-size: 1rem;
}
.bInicio .cServicios ul li a img {
  margin-bottom: 8px;
}
.bInicio .cServicios {
  padding: 0;
}
.bInicio .cServicios h2 {
  padding: 40px 0 30px;
  font-size: 2.2rem;
}
.bInicio .contenedor .bloque_imagenes figure img {
  width: 100%;
  margin-left: 0;
}
.bInicio .contenedor .bloque_imagenes .contenido.max_w {
  max-width: none;
}
.bServicios .enumServicios {
  justify-content: flex-start;
  background: url(../imgs/bg-flor.jpg) bottom right / 220px no-repeat;
  margin-bottom: 0;
  padding-bottom: 120px;
}
.bServicios .enumServicios article {
  width: 180px;
  height: 183px;
  max-width: 800px;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  padding: 10px 20px;
  margin: 0 1% 20px;
}
.bServicios .enumServicios article h2 {
  font-size: 0.95rem;
}
.bServicios .enumServicios article:nth-child(3n) {
  margin-right: 30px;
}
.bInicio .cPresentacion .contenido_html {
  padding: 20px 50px !important;
}
.bInicio .acompanamento {
  background: url(../imgs/bg_acompanamento_horizontal.jpg) top center / cover;
  padding: 10px 0px;
}
.bInicio .acompanamento .contenido_html {
  width: 59%;
  margin-left: 40%;
}
.bInicio .acompanamento h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.7rem;
}
.pFooter img {
  /*margin: 0 0 30px 15px;*/
}
.pFooter #cPartners div a img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pFooter #cPartners {
  flex: 1 1 30%;
  margin-top: 3px;
  max-width: 420px;
}
.pFooter #cPartners div a {
  margin: 0 15px 0 0;
}
.pFooter {
  padding: 35px 0 0;
}
.pFooter address {
  /*max-width: 500px;*/
  /*padding-right: 40px;*/
}
/*BLOG*/
.blog .cont_blog {
  display: flex;
}
.blog .categorias {
  flex: 0 0 240px;
  order: 1;
  text-align: right;
  padding-right: 30px;
  border-right:1px solid var(--c1);
  margin: 0;
  padding-top: 0;
}
.mBlogArticulo .categorias h2, .blog .categorias h1 {
  position: sticky;
  top: 15px;
}
.blog .categorias ul {
  position: sticky;
  top: 70px;
}
.blog .categorias:before {
  display: none;
}
.mBlog .articulos {
  order: 2;
  padding-left: 30px;
  flex: 1;
}
.mBlogArticulo .cont_articulo {
  order: 2;
  padding: 0px 0px 40px 30px;
  padding-bottom: 40px;
}
.tit_blog_movil {
  display: none;
}
