/*
 Theme Name:   Intocable
 Theme URI:    
 Description:  
 Author:       Econsultoria
 Author URI:   https://econsultoria.net
 Version:      100.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
BBSans-regular
SilkaMono-bold
SilkaMono-Regular
*/
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
}
body {
	position: relative;
	overflow-x: hidden;
}

.hidden {
	display: none;
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1605px;
	}
}
.logo img{
	max-width:150px;
}
.menu-principal{
	padding: 30px 40px 30px 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index:2;
}
.menu-principal ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display:flex;
	align-items:center;
	gap:20px;
}
.menu-principal a{
	font-family:'BBSans-regular';
	font-size:15px;
	line-height:21px;
	color:#D3E0FC;
	text-transform:uppercase;
}
.cabecera h1{
	color:#FCFCFC;
	text-align:left;
	font-size:50px;
	line-height:61px;
	padding-bottom:40px;
	font-family:'SilkaMono-Regular';
}
.cabecera .iconos .icono-item {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	align-items: center;
}
.cabecera .icono-item .icono-titulo {
	color: #D3E0FC;
	line-height: 22px;
	font-size: 18px;
	text-align:left;
	font-family: 'SilkaMono-bold';
}
.cabecera .titulo-iconos {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #fff;
	font-family: 'BBSans-regular';
	padding-bottom: 10px;
	text-align: left;
	margin-bottom:40px;
}
.cabecera .container{
	position:relative;
}
.cabecera{

	height: 100vH;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 100px 0;
	display: flex;
	align-items: center;
	text-align: center;
	position:relative;
}
@media (max-width:992px) {
	.cabecera-fondo {
		display: none;
	}
	.cabecera {
		padding-top: 150px;
		min-height: 100vH;
		height: auto;
		background-image: url('https://intocado.es/wp-content/uploads/2022/09/Banner1A-1.jpg');
	}
		.cabecera .row .col-lg-6:first-child {
			order: 2;
		}
		.cabecera .row .col-lg-6:last-child {
			order: 1;
		}
}
.cabe-grad{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background:#6D76F080;
	opacity:0.8;
}
.btn-green{
	background:#C6FFE6;
	padding:20px 50px;
	color:#2D516F;
	font-size:18px;
	text-transform:uppercase;
	line-height:26px;
	font-family:'BBSans-regular';
}
	.btn-green:hover {
		color:#2D516F;
	}
.buenas-manos {
	background: #D3E0FC;
	padding: 100px 0 50px 0;
	text-align: center;
}
.buenas-manos h2{
	padding-bottom:50px;
	font-size:35px;
	color:#333BA0;
	line-height:42px;
	font-family:'SilkaMono-Regular';
}
.buenas-manos .texto{
	color: #333BA0;
	max-width: 755px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 22px;
	font-family:'SilkaMono-Regular';
}
.buenas-manos .row-pasos{
	padding-top:100px;
}
.paso-inner .titulo{
	color:#6D76F0;
	font-size:18px;
	line-height:22px;
}
.paso-inner img{
	max-width:40px;
}
.paso-inner{
	padding:10px 20px;
	background:#E9F4FE;
	font-family:'SilkaMono-bold';
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom:50px;
}
.plusvalia{
	background: #E9F4FE;
	padding: 80px 0;
}
.proceso .subtitulo,
.plusvalia .subtitulo{
	text-transform: uppercase;
	color: #333BA0;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	border-top: 1px solid #6D76F0;
	font-family:'BBSans-regular';
	padding-bottom:100px;
}
.plusvalia .titulo{
	color: #333BA0;
	font-size: 35px;
	line-height: 42px;
	font-family:'SilkaMono-Regular';
}
.plusvalia .texto{
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family:'SilkaMono-Regular';
}
.row-columnas{
	padding-top:100px;
}
.row-columnas .texto{
	color:#333BA0;
	font-size:18px;
	line-height:22px;
	font-family:'SilkaMono-Regular';
	max-width:478px;
}
.row-columnas h3{
	color:#6D76F0;
	font-family:'SilkaMono-bold';
	font-size:18px;
	line-height:22px;
	padding-bottom:15px;
	font-weight:bold;
}
.proceso{
	padding: 40px 0 50px 0;
	background: #E9F4FE;
}
.proceso .subtitulo{
	padding-bottom:20px;
}
	.proceso .texto-proceso {
		color: #333BA0;
		font-size: 18px;
		line-height: 22px;
		font-family: 'SilkaMono-Regular';
		padding-bottom: 150px;
	}
.proceso .proceso-inner{
	margin-bottom:50px;
	background: #D3E0FC;
	padding:45px 40px 40px 40px;
}
.proceso-inner .titulo{
	color:#333BA0;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	font-family:'SilkaMono-bold';
}
.proceso-inner svg path{
	fill:#333BA0;
}
.proceso-inner .top{
	display: flex;
	align-items: baseline;
	gap: 40px;
	min-height:45px;
}
.proceso-inner svg{
	width:20px;
}
.proceso-item.activo .texto{
	display:block;
}
.proceso-item{
	cursor:pointer;
}
.proceso-item .texto{
	padding-top:50px;
	display:none;
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family:'SilkaMono-Regular';
}
.proceso-item.activo svg{
	transform: rotate(180deg);
}
.opiniones{
	padding:100px 0;
}
.opiniones .subtitulo{
	text-transform: uppercase;
	color: #2D516F;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	border-top: 1px solid #7BE0C2;
	font-family: 'BBSans-regular';
	padding-bottom: 100px;
}
.opiniones .texto{
	color: #2D516F;
	font-size: 18px;
	line-height: 22px;
	font-family:'SilkaMono-Regular';
	min-height:150px;
}
.opiniones .nombre{
	color: #7BE0C2;
	font-size: 18px;
	font-family:'SilkaMono-bold';
	line-height: 22px;
	font-weight:bold;
}
.estrellas{
	max-width: 180px;
	display: block;	
	text-align: center;
	margin: 100px auto 0 auto;
}
.faqs{
	background: #E9FBF7;
	padding: 100px 0 50px 0;
}
.faqs .subtitulo{
	text-transform: uppercase;
	color: #2D516F;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	border-top: 1px solid #7BE0C2;
	font-family: 'BBSans-regular';
	padding-bottom: 120px;
}
.faqs .titulo{
	color: #2D516F;
	font-size: 18px;
	line-height: 22px;
	font-family:'SilkaMono-bold';
}
.faq-inner{
	background:#C6FFE6;
	padding:40px;
	cursor:pointer;
}
.faq-item .texto{
	display:none;
}
.faq-item.activo .texto{
	display:block;
}
.faq-item{
	margin-bottom:50px;
}
.faq-inner svg path{
	fill:#2D516F
}
.faq-inner .titulo{
	display: flex;
	align-items: baseline;
	gap: 40px;
}
.faq-inner svg{
	width:20px;
}
.faq-item.activo svg{
	transform: rotate(180deg);
}
.faq-item .texto{
	color: #2D516F;
	padding-top: 50px;
	font-size: 18px;
	line-height: 22px;
}
.faq-item.activo .texto{
	display:block;
}
.contacto{
	background: #C6FFE6;
	padding: 100px 0;
}
.contacto .subtitulo{
	text-transform: uppercase;
	color: #2D516F;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	border-top: 1px solid #7BE0C2;
	font-family: 'BBSans-regular';
	padding-bottom: 100px;
}
.contacto .texto{
	color: #2D516F;
	font-size: 35px;
	line-height: 42px;
	font-family:'SilkaMono-Regular';
}
.footer{
	background: #2D516F;
	padding: 30px 40px 30px 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer img{
	max-width:43px;
}
.footer svg{
	height:20px;
}
.footer svg path{
	fill:#C6FFE6;
}
.footer .redes{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer .direccion{
	color:#E9FBF7;
	text-align:center;
	font-size:15px;
	line-height:18px;
	font-family:'SilkaMono-Regular';
}
.footer .bot a{
	color:#E9FBF7;
	font-size:15px;
	line-height:18px;
	font-family:'SilkaMono-Regular';
}
.footer .bot{
	display: flex;
	align-items: center;
	gap: 20px;
	color: #E9FBF7;
	font-size:15px;
	line-height:18px;
	font-family:'SilkaMono-Regular';
}
.logos{
	padding:60px 0;
}
	.logos .col-lg-12 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}
		/*.logos .col-lg-12 img {
			width:14%;
				}*/
		.somos {
			padding: 149px 0;
			background: url('http://intocado.es/wp-content/uploads/2022/09/Banner2B-1.png'), #6D76F0;
			background-repeat: repeat, repeat;
			background-size: auto, auto;
			background-repeat: no-repeat;
			background-size: 33% 100%;
		}
.somos .subtitulo{
	font-family: 'BB Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	padding-top:10px;
	text-transform: uppercase;
	color: #E9F4FE;
	border-top: 1px solid #D3E0FC;
	padding-bottom: 80px;
}
.somos .texto{
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #D3E0FC;
}
.cabecera input {
	color: #D3E0FC80;
	border-bottom: 1px solid #D3E0FC80;
}
input{
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #2D516F;
	width:100%;
	background:transparent;
	border:none;
	border-bottom: 1px solid #2D516F;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.cabecera ::-webkit-input-placeholder { /* Edge */
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #D3E0FC80;
}

.cabecera :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #D3E0FC80;
}
.cabecera-fondo .col-fondo{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cabecera-fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
	.cabecera-fondo .col-color {
		background:#6D76F0;
	}
.cabecera-fondo .row {
	height: 100%;
}
.cabecera ::placeholder {
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #D3E0FC80;
}::-webkit-input-placeholder { /* Edge */
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #2D516F;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #2D516F;
}

::placeholder {
font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #2D516F;
	
}
.cabecera .wpcf7-submit {
	border: 1px solid #D3E0FC;
}
#upload-button p {
	margin: 0;
	padding: 0;
}
.cabecera .container .row .col-lg-6 {
	padding: 0 50px;
}
.cabecera .container .row {
	align-items: center;
}
.wpcf7-submit {
	border: 1px solid #2D516F;
	font-family: 'BB Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #2D516F;
	padding: 0;
	display: inline-block;
	width: auto;
	padding: 15px 30px;
	width: 236px;
}

#filebutton{
	display:none;
}
#upload-button{
	background: #E9FBF7;
	padding: 15px 19px;
	display: inline-block;
	font-family: 'BB Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #2D516F;
	cursor: pointer;
	max-width: 236px;
}
.buttons{
	display: flex;
align-items: baseline;
justify-content: space-between;
gap:10px;
}
.page-template-legal .menu-principal {
	background: #E9FBF7;
}
	.page-template-legal .menu-principal a {
		color: #333BA0;
	}
.legal {
	padding: 200px 0 100px 0;
}
	.legal p,
	.legal li,
	.legal h1,
	.legal h2 {
		color: #333BA0;
	}
.ham {
	display: none;
}
.footer-legal ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 0;
	padding-bottom: 0px;
	margin: 0;
	list-style: none;
	padding-bottom: 40px;
}
.footer-legal {
	background: #2D516F;
}
	.footer-legal li a {
		color: #E9FBF7;
		text-align: center;
		font-size: 15px;
		line-height: 18px;
		font-family: 'SilkaMono-Regular';
	}
.menu-responsive {
	display: none;
}
	.menu-responsive.activo {
		display: block;
		position: absolute;
		top: 80px;
		right: 45px;
		z-index: 2;
		background: #6D76F0;
		padding: 25px 20px;
	}
.menu-responsive ul li a {
	font-family: 'BBSans-regular';
	font-size: 15px;
	line-height: 21px;
	text-transform:uppercase;
	color: #D3E0FC;
}
.menu-responsive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width:992px) {
	.plusvalia .titulo {
		padding-bottom: 35px;
	}

	.somos {
		background-size: 100% 660px;
		padding-top: 720px;
		padding-bottom: 60px;
	}

	.opiniones .texto {
		min-height: auto;
	}

	.opinion-inner {
		padding-bottom: 60px;
	}

	.estrellas {
		margin-top: 0;
	}

	.faqs .subtitulo {
		padding-bottom: 60px;
	}
}

@media(max-width:768px) {
	.footer-legal ul {
		display: block;
		text-align: center;
	}

	.faq-item {
		margin-bottom: 20px;
	}

	.row-columnas {
		padding-top: 85px;
	}

	.ham {
		display: block;
	}

	.menu {
		display: none;
	}

	.buenas-manos {
		padding: 60px 0 50px 0;
	}

	.buenas-manos h2 {
		margin: 0;
	}

	.buenas-manos .row-pasos {
		padding-top: 60px;
	}

		.paso-inner {
			margin-bottom: 20px;
		}

		.logos {
			padding: 35px 0;
		}

		.plusvalia .subtitulo {
			padding-bottom: 60px;
		}
		.proceso .texto-proceso{
			padding-bottom:60px;
		}
		.row-columnas .texto {
			padding-bottom: 60px;
		}

		.plusvalia {
			padding-bottom: 0;
		}

		.proceso .proceso-inner {
			margin-bottom: 20px;
		}
	}

	@media (max-width:575px) {
		.contacto .col-lg-5:not(.offset-lg-2) {
			order: 2;
		}
		.footer {
			flex-direction: column;
			gap: 10px;
		}

			.footer .bot {
				display: block;
				text-align: center;
			}

				.footer .bot a {
					display: block;
				}

				.footer .bot .sep {
					display: none;
				}
		.buttons {
			flex-direction: column;
		}
		}
.logo-slider {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.cabecera-blog h1{
	color: #FCFCFC;
	font-size: 50px;
	line-height: 61px;
	padding-bottom: 40px;
	font-family: 'SilkaMono-Regular';
}
.cabecera-blog .subtitulo{
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	line-height: 28px;
	font-family: 'BBSans-regular';
}
.cabecera-blog{
	background: #6D76F0;
	text-align: center;
	padding: 200px 0;
}
.post-item img{
	max-width:100%;
}
.posts-blog{
	background: #E9F4FE;
	padding: 100px 0;
}
.post-meta{
	padding: 25px;
	background: white;
	margin-bottom: 50px;
}
.post-meta h2{
	text-transform: uppercase;
	color: #333BA0;
	font-size: 20px;
	line-height: 28px;
	font-family: 'BBSans-regular';
	height: 80px;
}
.post-meta p{
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SilkaMono-Regular';
}
.post-meta .noticia-link{
	text-align:right;
}
.paginacion-blog .page-numbers {
  text-transform: uppercase;
  color: #333BA0;
  font-size: 20px;
  line-height: 28px;
  font-family: 'BBSans-regular';
}
.paginacion-blog{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}
.recent-item img{
	max-width:100%;
	max-width: 91px;
margin-right: 20px;
}
.sidebar-cont .categorias{
	background: #D3E0FC;
	padding:20px;
	margin-bottom: 50PX;
}
.sidebar-cont .categorias-lista{
	list-style-type: none;
	padding: 0;
}
.sidebar-cont .categorias-lista ul{
	list-style-type: none;
	padding: 0;
	padding-top:50px;
}
.sidebar-cont .categorias-lista a{
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SilkaMono-Regular';
	font-weight: 200;
	position: relative;
	padding-left: 10px;
}
.sidebar-cont .categorias-lista a::before {
  content: "-";
  position: absolute;
  left: 0;
}
.sidebar-cont .categorias-lista li{
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	font-family: 'SilkaMono-bold';
}
.sidebar-cont .sidebar-title{
	color: #333BA0;
font-size: 18px;
line-height: 22px;
font-weight: bold;
font-family: 'SilkaMono-bold';
padding-bottom: 50px;
}
.sidebar-cont .posts-recientes{
	background: #D3E0FC;
padding: 20px;
margin-bottom: 50PX;
}
.sidebar-cont .posts-recientes h2{
color: #333BA0;
font-size: 17px;
line-height: 22px;
font-family: 'BBSans-regular';
text-transform: none;
}
.recent-item a{
	display:flex;
	align-items:center;
}
.recent-item{
	margin-bottom:40px;
}
.buscador{
	padding-bottom:50px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
	background-color: transparent!important;
	border-bottom: 1px solid #333BA0!important;
}
#ajaxsearchlite1{
	background-color: transparent;
	box-shadow: none;
}
div.asl_w .probox .promagnifier{
	border:none!important;
	box-shadow:none!important;
	background-color:transparent!important;
}
.probox .innericon svg path{
	fill:#333BA0;
}
.noticia-link img{
	max-width:37px;
}
.page-numbers img{
	max-width:18px;
}
.row.row-results{
	padding-top:50px;
}
@media (max-width:1400px){
	.sidebar-cont .posts-recientes h2{
		font-size: 12px;
		line-height: 16px;
	}
}
@media (max-width:1300px){
	.post-meta h2{
		height:110px;
	}
}
@media (max-width:1200px){
	.recent-item img{
		display:none;
	}
}
@media (max-width:768px){
	.cabecera-blog{
		padding:150px 0;
	
	}
}
.post-ficha{
	padding-top:140px;
}
.post-ficha img{
	max-width:100%;
}
.post-ficha h1{
	font-family: 'SilkaMono-Regular';
	padding-top: 40px;
	color: #333BA0;
	font-size: 35px;
	line-height: 42px;
	max-width: 720px;
	padding-bottom: 90px;
}
.post-ficha .post-contenido h2{
	padding-bottom:30px;
	
}
.post-ficha .post-contenido ul,
.post-ficha .post-contenido ol,
.post-ficha .post-contenido p{
	padding-bottom:15px;
}
.post-ficha .post-contenido a{
	text-decoration:underline;
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SilkaMono-Regular';
}
.post-ficha .post-contenido{
	color: #333BA0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'SilkaMono-Regular';
	padding-top: 90px;
}
.post-relacionados .titulo-relacionados{
	color: #333BA0;
	font-family: 'BBSans-regular';
	padding-bottom:100px;
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
	border-top: 1px solid #6D76F0;
}
.post-relacionados{
	background: #E9F4FE;
padding: 100px 0;
}
.tve-leads-ribbon input {
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 100%;
	background: transparent;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tve-leads-ribbon ::-webkit-input-placeholder { /* Edge */
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.tve-leads-ribbon :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.tve-leads-ribbon ::placeholder {
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.tve-leads-ribbon .wpcf7-submit {
	border: 1px solid #fff;
	font-family: 'BB Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	display: inline-block;
	width: auto;
	padding: 15px 30px;
}
.tve-leads-ribbon .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.tve-leads-ribbon div.flex p {
	display: flex;
	align-items: center;
	gap: 20px;
}
	.tve-leads-ribbon form p {
	margin: 0;
}
.tve-leads-ribbon .wpcf7-list-item-label a,
.tve-leads-ribbon .wpcf7-list-item-label {
	font-family: 'Silka Mono';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
	.tve-leads-ribbon input[type="checkbox"] {
	width: auto;
	margin: 0;
}
@media (max-width:575px) {
	.tve.tve-leads-ribbon .wpcf7-spinner {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
.post-imagen,
.imagen-post {
	position:relative;
}
.post-imagen::after ,
.imagen-post::after {
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 118, 240, 0.6);
}
.post-tags{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 110px;
	gap: 20px;
}
.post-tags div{
	display: flex;
	align-items: center;
	gap: 20px;
}
.post-tags a{
	color: #6D76F0;
	line-height: 22px;
	font-family: 'SilkaMono-Regular';
	font-size: 18px;
	font-weight: bolder;
}