/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*cercademi*/
.columna-home {
    background: #edf4ff;
    padding: 25px;
    border-radius: 20px;
    border-color: #614822;
    border-style: ;
}

.su-row.funeraria {
	padding: 10px;
    background: #d0f0d7;
    border-radius: 20px dashed black;
    border-radius: 15px;
	border-style: dashed;

}
.su-row.funeraria ul li {
	margin-bottom: 10px;
}
article.entrada-cluster {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.title {
      font-size: 20px;
      font-weight: 400;
    }
.nombre-negocio {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.negocio a.boton-azul {
	padding: 5px!important;
}
table.estados-tabla {
	border: 0;
	padding: 0;
	font-size: 22px;
}
table.estados-tabla td {
	border: 0;
	padding: 0;
	text-align: center;
}
a.boton-azul {
  padding: 10px;
  display: block;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #d29d15;
  border-radius: 5px;
  text-decoration: none;
  clear: both;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 10px;
	font-size: 20px !important;
}

a.boton-azul:hover {
  background: #c69518;
  text-decoration: none;
  color: #fff;
}

a.boton-rosa {
    padding: 10px;
    display: block;
    font-weight: 500;
    text-align: center;
    color: #6c350b;
    /* background: #3b91d9; */
    border-radius: 5px;
    text-decoration: none;
    clear: both;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* margin-bottom: 10px; */
    font-size: 26px !important;
}

a.boton-rosa:hover {
  color: #6c350b;
}


a.boton-rojo {
  padding: 10px;
  display: block;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #d29d15;
  border-radius: 5px;
  text-decoration: none;
  clear: both;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		font-size: 20px !important;
}

a.boton-rojo:hover {
  background: #3980e4;
  text-decoration: none;
  color: #fff;
}
a.boton-naranja {
  padding: 10px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f5ab14;
  border-radius: 5px;
  text-decoration: none;
  clear: both;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 10px;
	margin-top: 25px;
    display: inline-block;
    width: 100%;
}

a.boton-naranja:hover {
  background: #9c6f12;
  text-decoration: none;
  color: #fff;
}
.site-info {
    border-radius: 0px 0px 0 0;
}
.main-navigation{
    border-radius: 0px 0px 0px 0px!important;
}
.main-navigation, .main-navigation ul ul {
    border-radius: 0 0 15px 15px;
	padding: 5px;

}
/*author*/
.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	font-size: 15px;
	border-radius: 20px;
	border-left: 10px solid #fc664d;
}
.author-box .avatar {
	width: 300px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -25px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}
/*fin author*/
/*HOME*/
.ul-entrada-cluster {
	list-style-position: inside;
    margin-left: 5px;
    font-size: 15px;
	padding: 5px;
}
.ul-entrada-cluster li {
	margin-bottom: 5px;
}
.ul-entrada-cluster a {
	color: #000;
}
.ul-entrada-cluster a:hover {
	color: #fc664d;
}
/*PARA LAS LISTAS*/
.clusters article.entrada-cluster a img {
  object-fit: cover;
  width: 100vw !important;
  height: 150px;
}
ol.pasos {
  list-style: none;
  counter-reset: steps;
}
ol.pasos li {
  counter-increment: steps;
}
ol.pasos li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #006bff;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}
ol.pasos ol li::before {
  background: darkorchid;
}
ul.requisitos {
  list-style: none;
}
ul.requisitos li::before {
  content: "📌";
  display: inline-block;
  margin-right: 0.2rem;
}
/*TABLAS*/
table.cercademi {
	overflow-x: auto;
	text-align: center;
}
table.cercademi thead tr {
	background: #f6bd60;
}
/*FIN TABLAS*/
.libros {
    background-color: #f7ecd9;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: solid #cbbbbb 1px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	font-size: 17px;
}
.libros>.portada {
    width: 25%;
}
@media (max-width: 700px) {
	.libros>.portada {
    	width: 50%;
	}
}
/*ESCRAPER DE ABOGADOS*/
.negocios_scrap {
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #ffd10c;
    border-radius: 10px;
}
.negocios_scrap .negocio {
    border-bottom: 3px dashed #ffd10c;
    padding: 20px;
}
.negocios_scrap .negocio:nth-child(10) {
	border-bottom: 0;
}
.negocios_scrap .negocio img.logo {
    float: left;
    border-radius: 50%;
    border: 5px solid #ffd10c;
    width: 50px;
    height: auto;
    margin-right: 10px;
}
.negocios_scrap .negocio h3 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
	margin-top: -17px;
}
.negocios_scrap .negocio h3 .rating {
    font-size: 15px;
    color: #efc51f;
}
.negocios_scrap .inferior {
    overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.negocios_scrap .inferior .direccion, .negocios_scrap .inferior .sitio-web, .negocios_scrap .inferior .telefono {
    float: left;
    width: 33.33%;
    text-align: center;
}
/*FIN DE ESCRAPER ABOGADOS*/
.entry-summary p {
	font-size: 15px;
	line-height: 1.5;
}
.entry-meta {
	text-transform: uppercase;
	font-size: 12px;
}
.su-highlight {
	border-radius: 8px;
}
.wp-caption {
    background: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 1px rgb(99 96 99 / 40%);
    -moz-box-shadow: 0px 0px 6px 1px rgba(99,96,99,0.4);
    box-shadow: 0px 0px 6px 1px rgb(99 96 99 / 40%);
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 98%!important;
}
.wp-caption-text {
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid #d7d7d7;
    box-sizing: border-box;
    color: #8a8c87;
}
div.cluster-texto > article > a {
    text-decoration: none !important;
}
div.cluster-texto > article > a > p {
    font-size: 20px;
	margin-top: 0 !important;
		    font-weight: 400;
	    color: #ffffff;
	    background: #d29d15;
}
.cluster-grid-33 article.entrada-cluster {
    display: inline-table;
    height: auto;
    margin-right: 15px;
    background: #d29d15;
}
.rank-math-breadcrumb p {
    padding: 10px 10px 10px 20px;
    background: #fafafa;
    font-size: 15px;
    box-shadow: rgb(23 43 99 /15%) 0 5px 7px !important;
    border-radius: 0px;
    text-transform: capitalize;
	margin-top:-10px;
	font-weight:400;
}
.anuncio1 {
	width: 500px;
	max-width: 50%;
	height: auto;
	float: left;
	margin-right: 10px;
}
@media (max-width: 767.98px) {
	.anuncio1 {
	width: 600px;
	max-width: 100%;
}
}
.author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
        box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	font-size: 15px;
	border-radius: 20px;
	border-left: 10px solid #f6bd60;
}
.author-box .avatar {
	width: 300px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
h5.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
}
.author-description {
	line-height: 1.6em
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.author-box .avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -25px;
	}
	.author-box .avatar img {
		max-width: 100px;
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}
b, strong {
    font-weight: 500;
}
.site-branding-container .site-logo {
    margin-right: .7em;
}
p {
    margin-bottom: 15px;
	    font-weight: 300;
	font-size:19px;
}
h2 {
    margin-bottom: 10px;
    margin-top: -10px;
}
h3 {
    margin-bottom: 10px;
    margin-top: -10px;
}
.su-note-inner {
	  background-color: #f5faff!important;
}
.su-gmap {
    margin: 0 0 1.5em;
    height: 300px!important;
}
.su-u-responsive-media-yes {
    position: relative;
    padding-bottom: 250px!important;
    height: 0;
    overflow: hidden;
}
.su-spoiler-style-default>.su-spoiler-title {
    padding-left: 30px!important;
	 margin: 0px 0px -10px 0px !important;
}
.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 40px;
    padding: 20px 10px 20px 10px!important;
    font-weight: 500!important;
    font-size: 18px!important;
    background: #f1f1f1;
    color: #564e59;
}
.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    left: 5px!important;
	padding-top:12px;
}
a {
    text-decoration: none;
    font-weight: 400;
}
.pt-cv-view.iscvblock .pt-cv-content-item a {
    font-size: 20px!important;
    font-weight: 400!important;
}
.pt-cv-view *, .pt-cv-view :after, .pt-cv-view :before {
    text-align: center;
}
div#ez-toc-container ul.ez-toc-list a {
    color: #282828;
    font-size: 20px;
    font-weight: 300;
}
.site-info a {
    color: #ffffff;
    font-size: 17.7px;
    font-weight: 300;
}

ol, ul {
    margin: 0 0 1em 0.7em;
    font-weight: 310;
}