@charset "UTF-8";

/**
 * Wordpress integration to any web app
 * (PrestaShop, OpenCart, Magento and more)
 *
 * [no mixing of PHP code or editing of files]
 * [automatically adjust CSS stylesheets]
 *
 * Just install the plugin and the magic is done!
 *
 * http://www.inveostore.com
 *
 * 2025, (c) Inveo s.r.o.
 */

#wordpress .entry-content, 
#wordpress .entry-content h1, 
#wordpress .entry-content h2, 
#wordpress .entry-content h3, 
#wordpress .entry-content h4, 
#wordpress .textwidget h4 {
    color: #000;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
}
#wordpress #wordpress-#wordpress-body {
    font-size: 17px;
	font-family: "Work Sans", sans-serif !important;
	font-weight: 400;
}
#wordpress .header {
    text-align: center;
    margin: 20px 0;
}
#wordpress .header h1 {
    font-size: 40px;
}
#wordpress .header h1 a {
    color: #000;
}
#wordpress .header h1 a:hover {
    color: #974cb7;
}
#wordpress a {
    color: #000;
}
#wordpress a:hover {
    color: #974cb7 !important;
}
#wordpress .post_lists {
    margin: 0 0px 50px 0 !important;
    padding: 0 10px !important;
    min-height: auto !important;
}
#wordpress .post_lists:nth-child(3n+3) {
    margin-right: 0;
}
#wordpress .post_lists:nth-child(2n+2) {
    margin-right: inherit;
}
#wordpress .site-content-wrap {
    float: none;
}
#wordpress .post_lists .thumbbox {
    height: auto;
}
#wordpress .contentspace {
    padding: 20px 20px 30px 20px;
    background: #eaeaea;
    text-align: center;
}
#wordpress .post_lists .post-date {
    background: none;
    padding: 0px;
	text-transform: uppercase;
	font-family: Julius Sans One;
}
#wordpress .post_lists .post-categories {
	text-transform: uppercase;
	font-family: Julius Sans One;
}
#wordpress .post_lists .post-categories a {
	font-family: Julius Sans One;
}
#wordpress .post-template-default {
    font-size: 17px;
	margin-bottom: 50px;
	font-family: "Work Sans", sans-serif !important;
	font-weight: 400;
}
#wordpress .post_lists .postmeta {
    padding: 0px 0 15px 0 !important; 
	font-size: 14px;
}
@media screen and (min-width: 981px) {
	#wordpress .site-content-wrap {
    width: 100% !important;
}
	#wordpress .post_lists {
    width: 33.3% !important;
}
}
@media screen and (max-width: 980px) and (min-width: 768px) {
	#wordpress .site-content-wrap {
    width: 100% !important;
}
	#wordpress .post_lists {
    width: 50% !important;
}
}
#wordpress #footer-wrapper {
    padding: 0px 0;
}
#wordpress .pagination {
    display: block;
    text-align: center;
}
#wordpress .pagination .nav-links {
    font-size: 20px;
}
#wordpress .pagination .nav-links a, 
#wordpress .pagination .nav-links a:hover, 
#wordpress .pagination .nav-links span.current {
    color: #333;
    border-radius: 50px;
	    padding: 11px 0 0 0;
    width: 40px;
    height: 40px;
	display: inline-block;
}
#wordpress .pagination .nav-links a {
    background: #eaeaea;
	border: 1px solid #eaeaea;	
}
#wordpress .pagination .nav-links a:hover {
    background: #fff;
	border: 1px solid #974cb7;	
	color: #974cb7;
}
#wordpress .pagination .nav-links span.current {
    background: #eaeaea;
	border: 1px solid #fff;
}
#wordpress .pagination .nav-links span.current {
	background: none;
}
#wordpress .pagination .nav-links a.next, 
#wordpress .pagination .nav-links a.prev {
    background: none;
    color: #333;
    border-radius: 0px;
	font-size: 22px;
	border: 1px solid #fff;
}
#wordpress .pagination .nav-links a.next:hover, 
#wordpress .pagination .nav-links a.prev:hover {
	color: #974cb7;	
}
#wordpress .post_lists h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 65px;
	overflow: hidden;
}
#wordpress .post_lists h5 a {
	font-family: "Work Sans", sans-serif;
}
#wordpress #menubar {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    margin-bottom: 30px;
}

@media screen and (min-width: 981px) {
	#wordpress .sitenav ul li a {
    padding: 20px 25px;
    display: block;
    color: #222;
    border-right: 0px solid #ccc;
}
	#wordpress .sitenav ul li {
    margin: 0 5px;
}
	#wordpress .sitenav ul li a {
    padding: 10px 40px;
    display: block;
    color: #974cb7;
    border-right: 0px solid #ccc;
    background: #fff;
    border: 1px solid #974cb7;
    border-radius: 50px;
}
	#wordpress .sitenav ul li a:hover {
    color: #fff !important;
    background: #974cb7;
}
	#wordpress .sitenav ul li.current-menu-item a {
    color: #fff !important;
    background: #974cb7;
}
}
#wordpress .menu-menu-1-container {
    text-align: center;
}
#wordpress .toggle a {
    background: #fff;
    border: 1px solid #974cb7;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 18px;
	color: #974cb7 !important;
}
#wordpress .toggle a:hover {
    color: #974cb7 !important;
}
@media screen and (max-width: 980px) {
	#wordpress .sitenav ul li {
    border-top: 0px #cccccc solid !important;
    border-bottom: 1px #cccccc solid !important;
    margin: 0 15px;
    line-height: 30px;
    font-size: 18px;
    height: 40px;
}
	#wordpress .toggle a.toggleMenu:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #974cb7;
    font-size: 20px;
    margin-right: 2px;
    float: right;
}
	#wordpress .toggle a.toggleMenu.active:after {
    content: "\f0d8";
}
	#wordpress .sitenav ul li a:hover, 
	#wordpress .sitenav ul li.current_page_item a {
    color: #974cb7 !important;
}
	#wordpress #menubar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
}
#wordpress .post-thumb {
    float: none;
    margin: 0;
}
#wordpress .ancho-maximo {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #fff !important;
    position: relative;
	padding-left: 25px;
	padding-right: 25px;
}
#wordpress .ancho-maximo.entrada {
    margin-top: -150px;	
	padding-top: 60px;
}
#wordpress .ancho-maximo.comentario {
	padding-bottom: 0px;
    margin-top: 75px;	
}
#wordpress .entrada h1.entry-title {
    text-align: center;
    font-size: 38px !important;
    line-height: 44px;
    border-bottom: 0px solid #eeeeee;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    font-weight: 400;
    text-transform: inherit;
}
#wordpress .entrada .postmeta {
    text-align: center;
    padding: 0px 0px 30px 0 !important; 
	font-size: 14px;	
}
#wordpress .entrada .post-date {
    background: none;
    padding: 0px 30px 0px 0 !important; 
	text-transform: uppercase;
	font-family: Julius Sans One;
}
#wordpress .entrada .post-categories {
	text-transform: uppercase;
	font-family: Julius Sans One;
}
#wordpress .entrada .post-categories a {
	text-transform: uppercase;
	font-family: Julius Sans One;
}
#wordpress .entrada .postmeta i {
    color: #974cb7;
	padding-right: 10px;
}
#wordpress .pagewraps {
    padding: 0px 0;
}
@media screen and (max-width: 767px) {
	#wordpress .post-thumb {
    width: 100% !important;
    float: none !important;
    margin: 0 0px 0px 0 !important;
}
	#wordpress .contentbox {
    padding: 25px 0px !important;
}
	#wordpress .ancho-maximo {
    max-width: 94%;
}
	#wordpress .ancho-maximo.entrada {
    margin-top: -50px;
    padding-top: 20px;
}
	#wordpress .entrada .post-date {
    padding: 0px 0px 5px 0 !important;
    display: block;
}
	#wordpress .entrada .post-categories {
    display: block;
}
	#wordpress .container {
    width: 100% !important;
	padding: 0 0px !important;
}
}
#wordpress .comentario label, 
#wordpress .comentario .label {
    text-align: left;
}
#wordpress .comentario p.form-submit {
    text-align: center;
    margin: 40px 0 !important;
}
#wordpress .comentario #commentform input#submit {
    background-color: #974cb7;
	border: 1px solid #974cb7;
}
#wordpress .comentario #commentform input#submit:hover {
    background: #fff;
    color: #974cb7;
	border: 1px solid #974cb7;
}
#wordpress #footer-wrapper {
    border-top: 1px solid #e4e4e4;
}
#wordpress .compartir {
    width: 100%;
    display: block;
	text-align: center;
}
#wordpress .oculta_movil .compartir {
  margin-top: 50px;
}
#wordpress .oculta_pc .compartir {
  margin-top: 30px;
}
#wordpress .compartir a {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    width: 24.4%;
    text-align: center;
}
#wordpress .compartir a:hover {
    color: #fff !important;
}
@media (max-width: 991px) {
	#wordpress .compartir a {
    width: 24%;	
}
}
@media (max-width: 480px) {
	#wordpress .compartir a {
    width: 23.6%;	
}
}
#wordpress .compartir .facebook {
    background: #23589a;
}
#wordpress .compartir .facebook:hover {
    background: #23589aaa;
}
#wordpress .compartir .twitter {
    background: #01ace4;
}
#wordpress .compartir .twitter:hover {
    background: #01ace4aa;
}
#wordpress .compartir .linkedin {
    background: #005985;
}
#wordpress .compartir .linkedin:hover {
    background: #005985aa;
}
#wordpress .compartir .whatsapp {
    background: #4fce5d;
}
#wordpress .compartir .whatsapp:hover {
    background: #4fce5daa;
}
#wordpress .contacta {
    text-align: center;
    padding: 60px 0px;
	background: url('/blog/wp-content/uploads/2019/05/fondo_contacta.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	margin-top: 20px;
}
#wordpress .contacta strong.texto_contacta {
    font-weight: 600;
    display: block;
}
#wordpress .contacta a.btn_contacto {
    border: 2px solid #974cb7;
    font-weight: 600;
    padding: 15px 30px !important;
    color: #974cb7 !important;
    display: inline-block;
    margin-top: 25px !important;
}
#wordpress .motiva {
  margin-top: 60px;	
  margin-bottom: 60px;	
}
#wordpress .motiva .motiva_titulo {
  text-align: center;
}
#wordpress .motiva_imagenes {
    text-align: center;
    margin-top: 30px;
}
#wordpress .motiva_imagenes img {
    width: 31.6%;
    border: 1px solid #eaeaea !important;
    margin: 0 0.5% !important;
}
@media (max-width: 480px) {
	#wordpress .motiva_imagenes img {
    width: 31%;
}
}
#wordpress div#respond {
    border: 1px solid #eaeaea;
    padding: 30px 15% !important;
    margin: 0 1% !important;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(222,222,222,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(222,222,222,0.75);
    box-shadow: 0px 0px 20px 10px rgba(222,222,222,0.75);
    margin-top: 40px !important;
	margin-bottom: 30px !important;
}
#wordpress div#respond h2, 
#wordpress p.logged-in-as {
    text-align: center;
}
#wordpress #commentform label {
    display: block;
    text-transform: uppercase;
	margin-bottom: 5px;
}
#wordpress p.comment-form-comment {
    margin-top: 10px !important;
}
#wordpress #commentform textarea {
    width: 100%;
    max-width: 100% !important;
}
#wordpress #commentform input, 
#wordpress #commentform textarea {
    background: #eaeaea;
    border: 1px #eaeaea solid !important;	
}
#wordpress #commentform p.comment-notes {
    margin-bottom: 20px !important;
}
#wordpress #commentform span#email-notes {
    font-family: inherit;
}
@media (min-width: 768px) {
	#wordpress .oculta_pc {
  display: none;		
}
	#wordpress #commentform .comment-form-author {
		width:49%;
		float:left;
	}
	#wordpress #commentform .comment-form-email {
		width:48%;
		float:right;	
	}
	#wordpress #commentform .fields-wrap:after {
		content: "";
		display: block;
		clear:both;
	}	

}
@media (max-width: 767px) {
	#wordpress .oculta_movil {
  display: none;	
}
	#wordpress div#respond {
    padding: 30px 15px !important;
}
	#wordpress #commentform input {
    width: 100%;
    max-width: 100% !important;
}
}
#wordpress a#cancel-comment-reply-link {
    font-size: 16px;
    float: left;
    margin-top: -90px;
}
@media (max-width: 955px) {
	#wordpress a#cancel-comment-reply-link {
    margin-top: -123px;
    margin-left: 25px;
}
}
@media (max-width: 767px) {
	#wordpress a#cancel-comment-reply-link {
    margin-top: -60px;
    margin-left: -22px;
}	
}
@media (max-width: 504px) {
	#wordpress a#cancel-comment-reply-link {
    margin-top: -95px;
    margin-left: -20px;
}	
}
@media (max-width: 379px) {
	#wordpress a#cancel-comment-reply-link {
	margin-top: -130px;
    margin-left: -20px;
}	
}
#wordpress .comment-meta.commentmetadata {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}
#wordpress .comment.byuser {
    margin-top: 30px !important;
}
#wordpress div#respond h2, 
#wordpress .motiva .motiva_titulo {
    font-size: 28px;
}
#wordpress strong {
    font-weight: bold;
}
#wordpress .entry-content ul {
    list-style: inherit !important;
}
#wordpress .entry-content ol {
    list-style: decimal !important;
}
#wordpress .entry-content h2 {
    font-size: 26px;
	line-height: 36px;	
}
#wordpress .entry-content h3 {
    font-size: 19px;
	line-height: 30px;	
}
#wordpress .entry-content a {
    color: #974cb7 !important;
}
#wordpress .entry-content a:hover {
    color: #000 !important;
}