#bufete-form label, #contacto-form label, #galeria-form label {
  @apply text-camara-900 text-19 tracking-tight73;
}

#bufete-form input[type="text"],
#bufete-form input[type="number"],
#bufete-form input[type="file"],
#bufete-form input[type="url"],
#bufete-form textarea,
#bufete-form table,
#contacto-form input[type="text"],
#contacto-form input[type="number"],
#contacto-form input[type="file"],
#contacto-form textarea,
#galeria-form input[type="text"],
#galeria-form input[type="number"],
#galeria-form input[type="file"],
#galeria-form textarea {
  @apply p-2 text-cca-626262 text-16 opacity-80;
  border: 1px solid #00a4fa;
  padding: 0.5rem;
}

#bufete-form input[type="number"] {
  text-align: right;
}

#contactos-table, #galeria-table {
  font-size: 12px;
}

#contactos-table th, #galeria-table th {
  background-color: rgb(29, 54, 94);
  color: white;
  padding: 2px;
}

#contactos-table tr, #galeria-table tr {
  border-bottom: 1px solid rgb(29, 54, 94);
}

#galeria-table .fieldset-wrapper {
  width: 100%;
}

#contactos-table td a, #galeria-table td a {
  color: #297fca;
  opacity: .8;
  font-weight: 500;
  margin-right: 1em;
}


/*************************/
/* Desde aquí CSS de AGM */
/*************************/
.vista-newsletters .newsletter-image .bg-camara-900,
.vista-newsletters .newsletter-info-image .bg-camara-900{
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
.vista-newsletters .newsletter-image:hover .bg-camara-900,
.vista-newsletters .newsletter-info-image:hover .bg-camara-900 {
  height: 100%;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

/* Abrir footo en colorbox */
#cboxLoadedContent img.cboxPhoto {
  max-width: 720px !important;
  height: auto !important;
}


/* Formulario para recuperar la contraseña */
#user-pass h2 {
  line-height: 48px;
}
#user-pass {
  width: 33.333333%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
#user-pass .form-item label {
  display: none;
}
#user-pass .form-item input {
	background-color: #e4f1fd;
	width: 100%;
	padding: 1rem 2rem;
	border-radius: .25rem;
	margin-bottom: 1rem;
}
#user-pass input[type="submit"] {
	background-color: #3fa2f7;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	width: 100%;
	padding: 1rem 2rem;
	border-radius: .25rem;
	margin-bottom: 1rem;
}
#user-pass .pass-help {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 1rem;
  text-align: center;
}


/* Igualar cajas de los bufetes */
.card-abogados-title {
  height: 83px;
  overflow: hidden;
}
.card-abogados-text {
  height: 220px;
  overflow: hidden;
}
.card-abogados-sede {
  height: 70px;
  overflow: hidden;
}

/* Mejorar la visualización del logo en las cajitas de los bufetes */
.logo-cajita-bufete-wrapper {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 192px;
  border-radius: .25rem;
}
.logo-cajita-bufete-wrapper img.logo-cajita-bufete {
  width: 100%;
  height: 192px;
  display: inline-block;
  overflow: hidden;
}
.detalle-cabecera-bufete {
  height: 175px;
}


/* Página de texto plano */
article.node-basic {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 100px;
}
.node-basic h2,
.node-basic h3 {
  color: #1E375D;
  text-align: left;
  font-weight: 400;
}
.node-basic h3 {
  font-weight: lighter;
  font-size: 28px;
  line-height: 38px;
}
.node-basic p {
  opacity: .8;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.node-basic ol {
  list-style: decimal;
  padding-left: 20px;
}
.node-basic  ul {
  list-style: inherit;
  padding-left: 20px;
}
.node-basic strong {
  font-weight: 500;
}
.node-basic li a{
  color: #00a4fa;
}

/* Flechas en los links con <i> (material icon) */
.abogados-premium-block-links {
  float: right;
  text-align: right;
}
a span.text-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}
a i.material-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 27px;
  line-height: 25px;
  margin-left: -5px;
  margin-top: 2px;
}
.abogados-premium-block-links a {
  display: inline-block;
}
#block-bloquedecarousel .link-read-more {
  display: inline-block;
}
#block-bloquedecarousel a.link-read-more i.material-icons {
  margin-top: 4px;
}

/* Tabs de páginas */
/* Local actions */
section.section {
  position: relative;
}
#block-pestanas {
  position: absolute;
  z-index: 999;
  left: 10px;
  top: 10px;
}
#block-pestanas h2 {
  background: url('../images/menu_hamburguesa_tabs.png') 0 0 / 100% auto no-repeat transparent scroll;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
}
#block-pestanas h2.visually-hidden {
  display: none;
}
#block-pestanas ul {
  float: left;
  width: 200px;
  padding: 5px 20px;
  margin: 10px 0 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 22px 28px 7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 22px 28px 7px rgba(0,0,0,0.75);
  box-shadow: 0px 22px 28px 7px rgba(0,0,0,0.75);
  display: none;
}
#block-pestanas:hover ul {
  display: inline-block;
}
#block-pestanas ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#block-pestanas ul li a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #00a4fa;
  text-transform: uppercase;
}
#block-pestanas ul li:last-of-type a {
  border-bottom: none;
}
#block-pestanas ul li a:hover {
  background: #00a4fa;
  color: #fff;
}


.text-center {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}


/* Página propia abogado */
.node-abogado-full .group-left {
  float: left;
  width: 34%;
  margin-bottom: 80px;
}
.node-abogado-full .group-right {
  float: left;
  width: 66%;
  padding-left: 40px;
  margin-bottom: 80px;
}
.node-abogado-full .group-right-header {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.node-abogado-full .group-right-left {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.node-abogado-full .group-right-right {
  float: left;
  width: 50%;
  padding: 0 0 0 10px;
}
.node-abogado-full .group-right-footer {
  float: left;
  width: 100%;
  margin: 40px 0;
}
.node-abogado-full .abogado-foto,
.node-abogado-full .abogado-foto img {
  float: left;
  width: 100%;
}
.node-abogado-full .abogado-text {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.node-abogado-full .abogado-link-articulos {
  float: left;
  width: 100%;
}

.modal-mask {
  z-index: 9999;
}

.btt-categorias{
  margin-bottom: 10px;
  color: #3fa2f7;
  background-color: #b2d8f9;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 1rem;
}
#articulos{
  padding-top: 60px;
}
.categorias-blog-wrapper{
  max-height: 90px;
  overflow: hidden;
  margin-bottom:20px;
  padding-top: 30px;
  padding-left: 1rem;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
/*  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;*/
}
.categorias-blog-wrapper.mostrar{
  max-height: none;
  padding: 0;
  overflow: hidden;
  padding-left: 1rem;
  margin-bottom:20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
/*  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;*/
}

#categorias {
  padding-top: 20px;
  justify-content: flex-start;

}
#categorias .boton-categoria {
  margin: 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: #eee;
}

#categorias .boton-categoria:hover{
  background-color: #e0e0e0;
}
#categorias .boton-categoria-activa{
  padding: 5px;
  margin: 5px;
}

article.node-article .fecha-articulo {
  display: inline-block;
  width: auto;
  margin-right: 0;
}
article.node-article .field-texto-libre {
  display: inline-block;
  width: auto;
}
article.node-article .field-texto-libre span.separador-texto-libre {
  margin: 0 10px;
  display: inline-block;
}
article.node-article .field-texto-libre span.item-texto-libre {
  display: inline-block;
}

article.node-article div[property="schema:text"] {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

article.node-article .field-categorias-articulo {
  display: inline-block;
  width: 100%;
}
article.node-article .field-categorias-articulo div {
  display: inline-block;
}



.newsletter-items h3.text-3xl,
#articulos h3.text-2xl {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}



/* Página usuario */
.user-general-data-wrapper {
  float: left;
  width: 50%;
  padding-left: 20px;
}
.bufetes-user-wrapper {
  float: right;
  width: 50%;
  padding-right: 20px;
}
.bufete-user-wrapper {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  background: #f9f9f9;
  margin: 0 0 20px 0;
  padding: 20px 0;
}
.bufete-admin-header {
  float: left;
  width: 100%;
  text-align: center;
}
.bufete-user-wrapper h2.title-bufete {
  padding: 0 10px;
  text-align: center;
}
.bufete-user-wrapper .bufete-admin-tipo-socio {
  width: auto;
  display: inline-block;
}
.bufete-user-wrapper .bufete-admin-links {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.bufete-user-wrapper .bufete-admin-links-title {
  float: left;
  width: 100%;
  margin: 20px 0 10px 0;
  position: relative;
}
.bufete-user-wrapper .bufete-admin-links-title-icon {
  float: left;
  width: 100%;
  text-align: center;
}
.bufete-user-wrapper .bufete-admin-links-title-icon img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.bufete-user-wrapper .bufete-admin-links-title h4 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.bufete-user-wrapper .bufete-admin-links-links {
  float: left;
  width: 100%;
  text-align: center;
}
.bufete-user-wrapper .bufete-admin-link {
  float: left;
  width: 100%;
}
.bufete-user-wrapper .bufete-admin-link a {
  display: inline-block;
  width: 100%;
}
.bufete-user-wrapper .bufete-admin-link-disabled {
  color: #7a7a7a;
}
.bufete-user-wrapper .bufete-admin-link a.edit-bufette {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}


form#user-form {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}
form#user-form #edit-account {
  float: left;
  width: 100%;
}
form#user-form .form-item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
form#user-form .form-item.form-item-pass-pass2 {
  margin-bottom: 0;
}
form#user-form .form-item label {
  float: left;
  width: 100%;
}
form#user-form .form-item input.form-text,
form#user-form .form-item input.form-email {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 20px;
}
form#user-form .form-item .description {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  padding: 0 10px;
}
form#user-form .form-item .description a {
  color: #00a4fa;
}
form#user-form .form-actions {
  float: left;
  width: 100%;
  margin: 0px 0 40px 0;
}
form#user-form .form-actions input {
  background: #3fa2f7;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 5px;
}


form#user-form details#edit-contact,
form#user-form div.password-confirm {
  display: none;
}



.bufetes-result {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.bufetes-result.bufetes-result-premium {
  background-color: rgb(0,76,148,0.08);
  padding-top: 0;
  padding-bottom: 24px;
}


.live-search {
  z-index: 99;
}
.result-live-search {
  padding-top: .25rem;
  padding-bottom: .25rem;
  height: auto;
}

.banner-logo-container.bufete-bussiness {
  height: 225px;
}
.banner-bufete-bussiness {
  background: linear-gradient(136.16deg,#004c94,#00c0ff);
  height: 150px;
  box-shadow: 
}

.socio-tipo-0 {
  
}
.socio-tipo-1 {
  background-color: #21C1FC;
}
.socio-tipo-2 {
  background-color: #959EA1;
}



.cca-additions-subscribe-to-newsletter-footer-form input.form-email {
  color: #004c94;
}


.paises-articulos-teaser {
  top: 26px;
  padding: 0;
}
.paises-articulos-teaser.in-home {
  top: 40px;
}
.paises-articulos-teaser .pais {
  text-align: center;
}
.paises-articulos-teaser .pais.pais-es {
  background: #fe4545;
}
.paises-articulos-teaser .pais.pais-de {
  background: #FFAC21;
}


.breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.breadcrumb-item a {
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb-item span {
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb-separator {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  line-height: 16px;
}



/* Mensaje aviso actualización de navegadores */
.buorg {
  background: #cde7fd !important;
  border-color: #00a4fa !important;
}
#buorgig,
#buorgul,
#buorgpermanent {
	background: #00a4fa !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold !important;
	margin-top: 10px !important;
}

.texto-largo p {
  margin-bottom: 20px;
}


.node-article ol {
  list-style: decimal;
  padding-left: 20px;
}
.node-article ul {
  list-style: inherit;
  padding-left: 20px;
}
.node-article ol li,
.node-article ul li {
  margin-bottom: 10px;
}


#block-secondary-navigation .secondary-menu li:first-of-type {
  min-width: 240px;
}
#block-dropdownlanguage {
  width: 80px;
}

.advanced-search-button-wrapper {
  padding-right: 0;
}


/*
 * NUEVA PÁGINA PROFESIONALES
 */
h2.title-bufete-type {
  float: left;
  width: 50%;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 71px;
  margin-top: 59px;
}
.bufetes-result-order-wrapper {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: 71px;
}
.bufetes-result-order-label {
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
}
.bufetes-result-order-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.bufetes-result-order-icon {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #EBF1F7;
  background: url('../images/bufetes-order-icon-random.svg') center center / 32px 32px no-repeat transparent scroll;
  cursor: pointer;
  padding: 4px;
}
.bufetes-result-classic .bufetes-result-order-icon,
.bufetes-result-business .bufetes-result-order-icon{
  border-color: #fff;
}
.bufetes-result-order-icon.active {
  border: 1px solid #D2D2D2;
  background-image: url('../images/bufetes-order-icon-random-active.svg');
}
.bufetes-result-order-icon:hover {
  background-image: url('../images/bufetes-order-icon-random-active.svg');
}

.bufetes-result-order-item.title-az .bufetes-result-order-icon {
  background-image: url('../images/bufetes-order-icon-az.svg');
}
.bufetes-result-order-item.title-az .bufetes-result-order-icon.active,
.bufetes-result-order-item.title-az .bufetes-result-order-icon:hover {
  background-image: url('../images/bufetes-order-icon-az-active.svg');
}

.bufetes-result-order-item.title-za .bufetes-result-order-icon {
  background-image: url('../images/bufetes-order-icon-za.svg');
}
.bufetes-result-order-item.title-za .bufetes-result-order-icon.active,
.bufetes-result-order-item.title-za .bufetes-result-order-icon:hover {
  background-image: url('../images/bufetes-order-icon-za-active.svg');
}

.bufetes-result-classic .logo-cajita-bufete-wrapper {
  border-radius: 0;
  border-right: none;
  /*height: 100%;*/
}
.bufetes-result-classic .logo-cajita-bufete-wrapper img.logo-cajita-bufete {
  height: auto;
}
.bufetes-result-classic h2.title-bufete {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.bufetes-result-classic .sede-bufete-classic {

}
.bufetes-result .article-content-bkg {
  background: #F9FAFB;
}
.bufetes-result.bufetes-result-business h2.title-bufete-business {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.bufetes-result.bufetes-result-business .data-bufete-business {
  float: left;
  width: 100%;
}
.bufetes-result.bufetes-result-business .sede-bufete-business {
  display: inline-block;
  vertical-align: text-bottom;
  width: 65%;
  padding-right: 20px;
  position: relative;
  min-height: 30px;
}
.bufetes-result.bufetes-result-business .sede-bufete-business svg {
  position: absolute;
}
.bufetes-result.bufetes-result-business .sede-bufete-business .direccion-sedes {
  padding-left: 30px;
  min-height: 30px;
}
.bufetes-result.bufetes-result-business .contacto-bufete-business {
  display: inline-block;
  vertical-align: text-bottom;
  width: 34%;
  text-align: right;
}



article div ol {
  list-style: decimal;
}
article div ul {
  list-style: inherit;
}
article div ol,article div ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
}
article div ol li,article div ul li {
  list-style-position: outside;
  margin-bottom: 10px;
}
article div ol li:first-of-type,article div ul li:first-of-type {
  margin-top: 15px;
}
article div ol li:last-of-type,article div ul li:last-of-type {
  margin-bottom: 30px;
}

.carousel-articulos-content-wrapper {
  position: relative;
}
.carousel-articulos-content-innner {
  position: absolute;
  bottom: 20px;
}
.carousel-articulos-content-innner h2 a {
  font-size: 1.45rem;
}

.modal-body.lg\:w-10\/12{
  width: 85%;
}

.tipo_bufete.text-center{
  padding-right: 0px;
  font-size: 12px;
}

#cpclipboard{
  color: #000;
  cursor: pointer;
  margin-top: 10px;
  color: #1d365e;
  font-weight: 500;
}
#cpclipboard i{
  padding-right: 10px;  
}
.fa-share-alt{
  color: #1d365e;
}
.share-text{
  padding-left:10px;
}
#getlink{
  display: none;
  font-size: 13px;   
}
#getlink .copy-link{
  padding: 10px;
  border: 2px solid #e2e8f0;
  border-radius: .25rem;
  color: #1d365e;
}
#getlink .desc-link{
  color: #555;
  padding-left:10px;
}

.news-mailchimp{
  max-width: 600px;
  margin:0 auto;
  background-color: #e2e8f0;
}

.clipboard{
  text-align: center;
}

#cpclipboard2.btt-categorias{
  margin-bottom: 10px;
  margin-left: 0px;
}

.clipboard .nota{
  color: #555;
  padding-left: 10px;
  font-size: 13px;
}

.stats_bufete{
    position: absolute;
    top: 60px;
}
/************************************/
/* Aquí empieza la parte responsive */
/************************************/


@media (min-width: 320px) and (max-width: 576px) {
  .newsletter-info {
    padding-bottom: 20px;
    background: #e4f1fd;
    margin-bottom: 20px;
  }
  .banner-logo-container {
    height: 150px;
  }
  .banner-logo-container img.detalle-cabecera-bufete {
    width: 100px;
    height: auto;
    margin-left: 20px;
  }
  .wrapper-buscador {
    position: relative;
  }
  .formulario-buscador-selectores-wrapper {
    float: left;
    width: 100%;
    margin-top: 70px;
  }
  #block-bloquedebuscador .formulario-buscador-selectores-wrapper {
    margin-top: 0;
  }
  .formulario-buscador-selectores-selected {
    display: none;
  }
  .formulario-buscador-selectores-options {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative !important;
  }
  .formulario-buscador-selectores-options ul {
    background: transparent;
    float: left;
    width: 100%;
  }
  .formulario-buscador-selectores-options ul li {
    float: left;
    width: 48%;
    background: #AAD2F6;
    color: #1E375D;
    border-radius: .25rem;
    margin: 0 1%;
    text-align: center;
    padding: 0;
    line-height: 34px;
    height: 34px;
    position: relative;
  }
  #block-bloquedebuscador ul li {
    line-height: 40px;
    height: 40px;
  }
  .formulario-buscador-selectores-options ul li.active {
    background: #00a4fa;
    color: #FFF;
  }
  .formulario-buscador-selectores-options ul li.active:after{
    position: absolute;
    bottom: -9px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    line-height: 0px;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #00a3fa transparent transparent transparent;
    _border-color: #00a3fa #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  }
  #block-bloquedebuscador ul li.active:after{ 
    display: none;
  }
  .formulario-buscador-inputtext {
    float: left;
    width: 82%;
    margin: 0 1%;
  }
  .advanced-search-button-wrapper {
    
  }
  #block-bloquedebuscador .formulario-buscador-inputtext {
    width: 98%;
  }
  
  .advanced-search-button-wrapper {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 16%;
    height: 56px;
    overflow: hidden;
  }
  .advanced-search-button-wrapper button {
    background: #1E375D;
    font-size: 40px;
    width: 100%;
    height: 56px;
    border-radius: 7px;
    line-height: 56px;
    padding: 0;
  }
  .advanced-search-button-wrapper button span.desktop {
    display: none;
  }
  .advanced-search-button-wrapper button span.mobile {
    display: inline-block;
    float: left;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 54px;
    font-weight: lighter;
  }
  
  .node-abogado-full .group-left {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .node-abogado-full .group-right {
    float: left;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .node-abogado-full .group-right-left,
  .node-abogado-full .group-right-right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  
  
  .modal-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-wrapper .modal-header h2 {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
  }
  .modal-wrapper form .py-4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .modal-wrapper form .mb-6 {
    margin-bottom: 10px;
  }
  .modal-wrapper form .search-select-area,
  .modal-wrapper form .search-select-subarea {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .modal-wrapper form .search-select-subarea {
    padding-left: 10px;
    padding-right: 0;
  }
  .advanced-search-button-wrapper .modal-wrapper button {
    background: inherit;
    font-size: inherit;
    width: inherit;
    height: inherit;
    border-radius: 0;
    line-height: inherit;
    padding: 0;
  }
  .advanced-search-button-wrapper .modal-wrapper button.modal-default-button {
    background-color: #3fa2f7;
    width: 33.333333%;
    font-size: .875rem;
    padding: 5px 1.5rem;
    border-radius: .25rem;
  }
  
  .bloquedeultimanewsletter-inner {
    padding-bottom: 0;
  }
  .bloquedeultimanewsletter-inner .last {
    margin-bottom: 0;
  }
  
  .bufetes-result.bufetes-result-classic .logo-cajita-bufete-wrapper {
    border-right: 1px solid #e2e8f0;
    border-bottom: none;
  }
  .bufetes-result.bufetes-result-classic .article-content-bkg,
  .bufetes-result.bufetes-result-business article,
  .bufetes-result.bufetes-result-business .article-content-bkg {
    width: 100%;
  }
  .bufetes-result.bufetes-result-business .article-content-bkg {
    padding: 1em 1.5em;
  }
  .bufetes-result.bufetes-result-business .sede-bufete-business {
    width: 100%;
    padding-right: 0;
  }
  .bufetes-result.bufetes-result-business .contacto-bufete-business {
    width: 100%;
  }
  h2.title-bufete-type {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .bufetes-result.bufetes-result-premium h2.title-bufete-type {
    padding-left: 15px;
    margin-top: 10px;
  }
  .bufetes-result-order-wrapper {
    width: 100%;
    float: left;
    margin-top: 0;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .newsletter-info-image {
    width: 100%;
  }
  #header,
  #block-breadcrumbs,
  #block-camara-content > div.container,
  .bufete-node-full-container,
  #block-bloquereverseabogados,
  .node-contacto-full,
  h2.title-bufete-type {
    padding-left: 20px;
    padding-right: 20px;
  }
  .front #header {
    padding-left: 0;
    padding-right: 0;
  }
  .front #block-bloquedelogo {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  #header div.flex.flex-wrap.items-center.container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header div.bg-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  #user-login-form h2,
  #header {
    padding-left: 0;
    padding-right: 0;
  }
  .vista-newsletters {
    padding-left: 20px;
    padding-right: 20px;
  }
  .advanced-search-button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #header .bg-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.captcha{
  margin-bottom: 20px;
}
.captcha .form-required{
  font-size: 18px;
  font-weight: bold;
}
.captcha .form-required span{
  font-size: 14px;
  font-weight: normal;
}
.captcha #edit-captcha-response{
  background-color: #e4f1fd;
}
.captcha #edit-captcha-response--description{
  font-size: 11px;
}

#block-camara-main-menu ul.language-switcher-language-url{
  width: 80px;
}
#block-camara-main-menu ul.language-switcher-language-url li{
  float:left;
  padding: 0 10px 0 2px;
  color: #1d365e;
  width: 35px;
}

#block-camara-main-menu ul.language-switcher-language-url li.is-active{
  font-weight: bold;
}

#block-camara-main-menu ul.language-switcher-language-url li.es::after{
  /*content: ' / ';*/
}

.not-translated{
  color: #1d365e;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
}

.w-full.centrado{
  text-align:center;
}
.w-full.centrado img{
  margin:0 auto;
  width: 120px;
  height: auto;
}

#block-dropdownlanguage li.es{
  background-image: url("/sites/default/files/es.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position-x: right;
  margin-bottom: 3px;
}
.language-switcher-language-url li.es{
  background-image: url("/sites/default/files/es.svg");
  background-repeat: no-repeat;
}
.language-switcher-language-url li.es a,.language-switcher-language-url li.de a{
  color: transparent;
}
#block-dropdownlanguage li.de, .language-switcher-language-url li.de{
  background-image: url("/sites/default/files/de.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position-x: right;
  margin-bottom: 3px;
}
.language-switcher-language-url li.de{
  background-image: url("/sites/default/files/de.svg");
  background-repeat: no-repeat;  
}

.adjuntos{
  margin-bottom: 40px;
}
.adjunto a{
    color: #00a4fa
}
img.download-ic{
  display: inline;
}
.adjunto{
  width: 100%;
  height: 30px;
}

@media (max-width: 570px) {
  .breadcrumb-item {
    line-height: 12px;
  }
  .breadcrumb-item span {
    font-size: 12px;    
  }
  .h-48 {
      height: 18rem;
  }
}
@media (min-width: 570px) {
  article.node-article .img-articulo {
    max-width: 360px;
    padding-right: 20px;
    float:left;
  }
  article.node-article div[property="schema:text"]{
    display: block;
  }
  article.node-article .fecha-articulo,article.node-article .field-texto-libre{
    font-size: 18px;
    font-weight: 600;
  }
}

.body-article a{
  color: #00a4fa;
}

/*cambios en buscador avanzado*/
@media (min-width: 1024px){
  .lg\:w-1\/2.less2 {
    width:42%;
  }
  .yo{
    padding-top:15px;
  }
}
option.selector {
	display: none;
}

/**Contador de visitas**/
.views-element-container .visitas{
  margin-bottom: 80px;
} 
.views-element-container .visitas header{
  color: #1d365e;
  font-weight: bold;
  padding-bottom: 20px; 
}

.views-element-container .visitas header h1{
  color: #000000;
  padding-bottom: 120px;
}
.views-element-container .visitas .views-exposed-form {
  margin-bottom: 60px;
}
.views-element-container .visitas .views-exposed-form .form-item-langcode{
  float:left;
}
.views-element-container .visitas .views-exposed-form .form-submit{
  float:left;
  padding-left: 20px;
  background-color: #3fa2f7;
  border-radius: .25rem;
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
  padding: 10px 3rem;
  margin-left: 10px;
  color: #ffffff;
  cursor: pointer;
}
.views-element-container .visitas table{
  clear: both;
}
.views-element-container .visitas thead tr{
  border-bottom: 1px solid #e2e8f0;
}
.views-element-container .visitas tbody tr:first-child td{
  padding-top:10px;
}
.views-element-container .visitas th{
  text-align:left;
  color:#1d365e;
}
.views-element-container .visitas td{
  padding-bottom:10px;
  vertical-align: top;
}
.views-element-container .visitas .views-field-title{
  width:40%;
  padding-right: 2%;
}
.views-element-container .visitas .pager{
  width: 600px;
  margin:0 auto;
  margin-top:30px;
}
.views-element-container .visitas li.pager__item {
  float:left;
  padding-left: 15px;
}
.stats{
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  float: left;
  width: 100%;
}
.stats a{
  width: auto;  
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background-color: #3fa2f7;
  border-radius: 0.25rem;  
}
/****COOKIES****/
div#sliding-popup {
  background: rgb(0, 76, 148, 0.9);
}
div#sliding-popup .eu-cookie-compliance-category{
  font-size: 11px;
}
.eu-cookie-compliance-categories-buttons button,
.eu-cookie-compliance-buttons button, .eu-cookie-compliance-buttons button:hover{
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #3fa2f7;
  border-radius: .25rem;
  text-shadow: none;
  background-image:  none;
  font-size:12px;
  border: none;
  box-shadow: inset transparent;
}

ol > li::marker {
  font-weight: bold;
}