@charset "utf-8";
/* Estilos studio-krea.com Docxpresso 2019 */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');


/* Globales */

html body {
	font-family:'Open Sans', sans-serif;
	}
body a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	color:var(--k-rosa);
	}
body a:hover {color: var(--k-verde);}

img {max-width:100%;}
a:hover {transition:all 0.05s ease-out ;}
a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50); 
	}

body.page-template-krea-sin-container header.entry-header{display:none;}

.row-krea {margin-bottom:70px;}
section#primary {
    padding-left: 0;
    padding-right: 0;
	}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
	}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
	}
/* Root */

:root {
  --k-verde: #39b97a;
  --k-verde-oscuro: #0f7141;
  --k-rosa: #ec7074;
  --k-crema: #f2e8d5;
  --k-oscuro: #2e2e2e;
  --k-menos-oscuro: #4e4e4e;
  --k-claro: #e6e6e6;
  --k-mas-claro: #f9f9f9;
  --k-naranja: #ff5400;
	}

/* Colores root */

body .color-verde {color:var(--k-verde) !important;}
body .bg-verde {background-color:var(--k-verde);}

body .color-rosa {color:var(--k-rosa) !important;}
body .bg-rosa {background-color:var(--k-rosa);}

body .bg-crema {background-color:var(--k-crema);}

body .color-oscuro {color:var(--k-oscuro) !important;}
body .bg-oscuro {background-color:var(--k-oscuro);}
body section.bg-oscuro p,
body section.bg-oscuro ul li {color: #bbb;}
body section.bg-oscuro h2 {color:#fff;}
body section.bg-oscuro h3 {color: #eee;}
body section.bg-oscuro h4 {color: #eee;}
body section.bg-oscuro h5 {color: #aaa;}
body section.bg-oscuro hr {background:#555;}
body section.bg-oscuro .border {border-color: #fff3 !important;}
body .color-oscuro {color:var(--k-oscuro) !important;}

body .bg-menos-oscuro {background-color:var(--k-menos-oscuro);}
body .color-menos-oscuro {color:var(--k-menos-oscuro);}


body .bg-claro {background-color:var(--k-claro);}
body .color-claro {color:var(--k-claro) !important;}

body .bg-mas-claro {background-color:var(--k-mas-claro);}
body .color-mas-claro {color:var(--k-mas-claro) !important;}

/* Varios */

body .alert {
	padding:30px 40px;
	}
body .alert .fa,
body .alert .fas {
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	}
body .alert.alert-info {
	color: #0c5460 !important;
	background-color: #e8fcff;
	border-color: #c3e1e6;
	}
body .alert.alert-info .fa,
body .alert.alert-info .fas {
	color:#6e959b;
	}
body .alert.alert-warning {
	background-color: #ffd1d1;
	color: #000 !important;
	border-color: #e4aaaa;
	}
body .alert.alert-warning .fa,
body .alert.alert-warning .fas {
	color:var(--k-rosa);
	}
	
body.home .entry-header {
    display: none;
	}
body .big-text {
    font-size: 6rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--k-verde);
	}
body .video-krea,
body.page-template .video-krea {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	padding: .5rem;
	border-radius: .25rem;
	border: 1px solid #ddd;
	}
body pre.code {
	border: 1px solid #ddd;
	padding: 20px;
	background: #fbfbfb;
	border-radius: 3px;
	margin: 30px auto 10px auto;
	}
body pre.code .com {
	color:var(--k-rosa);
	}
body .note-krea,
body.page-template .note-krea,
body .comment,
body.page-template .comment {
	font-style: oblique;
	font-weight: 500;
	border-left: 2px solid var(--k-verde);
	padding: 0 20px 0 20px;
	margin: 30px 0 30px 20px;
	}
body .well-krea-boxes {}
body .well-krea-boxes h4 {
	font-size: 1.3rem;
	margin: 0 0 20px 0;
	}
body .well-krea-boxes .fa,
body .well-krea-boxes .fas {
    font-size: 2.2rem;
	}
body .well-krea-crema,
body.page-template .well-krea-crema {
	padding: 40px;
	background: var(--k-crema);
	color: #fff;
	margin:40px auto;
	}
body .well-krea-crema p,
body .well-krea-crema span,
body.page-template .well-krea-crema p,
body.page-template .well-krea-crema span {
	color:#666;
	margin:20px auto !important;
	}
body.page-template p.text-destacado,
body.page-template section p.text-destacado,
body.page-template div p.text-destacado {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
	margin:inherit;
	}
body.page-template p.text-destacado strong,
body.page-template section p.text-destacado strong,
body.page-template div p.text-destacado strong {
	font-weight:500;
	}
body.page-template p.subh,
body.page-template section p.subh {
    color: #909090;
    font-family: 'Raleway', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    margin: 20px 0;
	}
body.page-template p.subh strong,
body.page-template section p.subh strong {
	font-weight:500;
	}
body.page-template section .well-krea {
	margin: 40px auto;
	padding:0;
	}
body.page-template section .well-krea h4 {
	color: var(--k-rosa);
	font-family:'Raleway', sans-serif;
	font-size: 1.438rem;
	font-weight: 400;
	}
body.page-template section .well-krea ul {
    border-left: 3px solid var(--k-rosa);
    padding: 0 0 0 55px;
	}
body.page-template section .well-krea ul ul{
	border-left:none;
	padding:0px 0 20px 40px
	}
	
body .krea-step {
	background-color: var(--k-verde);
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	border-radius: 100px;
	height: 60px;
	width: 60px;
	text-align: center;
	font-weight: 500;
	font-family: raleway;
	line-height: 53px;
	}

a.btn-krea,
input.btn-krea {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    color: #4e4e4e;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    max-width: 100%;
    padding: 10px 30px;
	text-align:center;
	}
a.btn-krea-mini,
input.btn-krea-mini {
    font-size: 0.7rem;
    padding: 5px 20px;
	}
a.btn-krea i,
input.btn-krea i {
    vertical-align: middle;
	}
a.btn-krea:hover,
input.btn-krea:hover {
	text-decoration:none;
	} 
a.btn-krea-big,
input.btn-krea-big {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
    color: #4e4e4e;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    max-width: 100%;
    padding: 20px 40px;
    width: 246px;
	text-align:center;
	}
a.btn-krea-big:hover,
input.btn-krea-big:hover {
	text-decoration:none;
	} 
a.btn-krea-verde,
input.btn-krea-verde {
    background-color: var(--k-verde);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
	}
a.btn-krea-verde:hover,
input.btn-krea-verde:hover {
    background-color: #333333;
    color: #eeeeee;
	}
a.btn-krea-light,
input.btn-krea-light {
    background-color: rgba(0, 0, 0, 0);
    border-color: #bbbbbb;
    color: #888888;
	}
a.btn-krea-light:hover,
input.btn-krea-light:hover {
    background-color: #f8f8f8;
    border-color: #a0a0a0;
    color: #333333;
	}
a.btn-krea-light-verde,
input.btn-krea-light-verde {
	border: 1px solid var(--k-verde);
	background:none;
	color: var(--k-verde);
	}
a.btn-krea-light-verde:hover,
input.btn-krea-light-verde:hover {
    border-color: #333;
	background:rgba(255,255,255,0.23);
	color:#333;
	}
a.btn-krea-white,
input.btn-krea-white {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ffffff;
    color: #ffffff !important;
    font-family: open sans;
    font-weight: 700;
    width: auto;
	}
a.btn-krea-white:hover,
input.btn-krea-white:hover {
	cursor:pointer;
	background:rgba(255,255,255,0.2);
	}
a.btn-krea-black,
input.btn-krea-black {
    background-color: #262626;
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
	}
a.btn-krea-black:hover,
input.btn-krea-black:hover {
	background-color:#000;
	color:#afafaf;
	}
a.btn-krea-light-blanco,
input.btn-krea-light-blanco {
    background: none;
    border-color: #fff;
	color:#fff;
	}
a.btn-krea-light-blanco:hover,
input.btn-krea-light-blanco:hover {
    border-color: #333;
	background:rgba(255,255,255,0.23);
	color:#333;
	}
	
	
	
/* Mega Menu TOP*/
@media (min-width: 992px) {
	body .krea-menu-freetrial a {
		border: 1px solid #39b97a !important;
		border-radius: 2px !important;
		-webkit-border-radius:2px !important;
		-moz-border-radius:2px !important;
		color: #39b97a !important;
		display: inline !important;
		font-weight: 400 !important;
		height: 20px !important;
		padding: 10px 30px !important;
		text-transform: uppercase !important;
		margin:0 20px !important;
		transition: all 0.1s ease-out !important;
		}
	body .krea-menu-freetrial a:hover {
		background: #39b97a !important;
		color: #fff !important;
		}	
	}
body .mega-sub-menu .mega-disable-link > a.mega-menu-link:hover {
    color: var(--k-verde) !important;
    border-bottom: 1px solid #e2e2e2 !important;
	}
body .mega-menu-item .mega-menu-link span.mega-description-group span.mega-menu-description {
    text-transform: none;
    display: block;
    color: #949494;
	line-height: 14px;
	font-size: 12px;
	font-style: oblique;
	}
body #mega-menu-wrap-primary .mega-menu-toggle {
    height: 75px;
    line-height: 75px;
	}
header.navbar-static-top {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:50px;
	}
body .krea-menu-login a {
	color:#ec7074 !important;
	}
body .krea-menu-login a:hover {
	color:#39b97a !important;
	}
body .krea-menu-icon a {
    font-size: 1.3rem !important;
    font-weight: inherit !important;
	padding: 0 6px !important;
	}
body .navbar-brand {
    max-width: 120px;
	flex: min-content;
	}
body .navbar-brand img {
    max-width: 80%;
	}
body .navbar-brand a:hover img {
    opacity:0.9;
	}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	box-shadow:0 6px 14px -15px #000;
	border-top: 1px solid #ddd;
	background:#fff;
	padding:20px 4%;
	}

@media (min-width: 1200px) { body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {padding:20px 25%;}	}




body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	font-family: 'Open Sans', sans-serif;
	font-weight:600 !important;
	}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	border-bottom: 1px solid #e2e2e2;
	}
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	font-weight:600;
	}
/* Search form Mega Menu*/
body #mega-menu-wrap-primary .mega-sub-menu .search-form {
    display: flex;
    margin: 0 auto;
    max-width: 750px;
	}
body #mega-menu-wrap-primary #mega-menu-primary > li.menu-buscar a .fa {
    border-left: 1px solid #ddd;
    font-size: 1.1rem;
    padding: 0 0 0 17px;
    vertical-align: middle;
	}
body #mega-menu-wrap-primary .mega-sub-menu .search-form label {
    display: block;
    width: 100%;
	margin:0
	}
body #mega-menu-wrap-primary .mega-sub-menu .search-form .search-field {
    border-radius: 2px;
    height: auto;
    padding: 10px 20px;
	}
body #mega-menu-wrap-primary .mega-sub-menu .search-form .search-submit {
    font-size: 0.9rem;
    font-weight: 600;
	}
/* Footer */

.footer-krea {
    background: #262626;
	color:#9d9d9d;
	font-size: 0.8rem;
	}
.footer-krea #footer-widget {
    padding: 70px 0px 30px 0;
	}
.footer-krea .widget-title {
	font-family:'Open Sans', sans-serif;
    border-bottom: 1px solid #666;
    color: #ffffff;
    font-size: 0.838rem;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: uppercase;
	margin-bottom:15px;
	margin-top:0;
	}
.footer-krea .widget {
    margin: 0 0 20px 0;
	}
.footer-krea .widget_nav_menu li {
	line-height:1.3;
	}
.footer-krea .widget_nav_menu li a {
	font-size: 0.8rem;
    color: #9d9d9d;
    margin: 0 0 3px;
    padding: 0;
	}
.footer-krea .widget_nav_menu li a:hover {
	color:var(--k-verde);
	}
.footer-krea #colophon {
    background: #181818;
	}
.footer-krea #colophon .site-info {
    font-size: 0.7rem;
	}
.footer-krea #colophon .site-info a {
    color: #4daf6c;
    display: inline-block;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0 4px;
    text-transform: uppercase;
	}
.footer-krea #colophon .colophon-right a {
	color:#999;
	font-weight:600;
	}
.footer-krea #colophon .colophon-right a:hover {
	color:var(--k-verde);
	text-decoration:none;
	}
/* Footer Especial Links */

.footer-krea .footer-especial-links {}
.footer-krea .footer-especial-links a {
    color: #fff;
	font-size: 0.838rem;
	font-weight: 600;
	display:block;
	}
.footer-krea .footer-especial-links a:hover {
	text-decoration:none;
	color:var(--k-verde);
	}
.footer-krea .footer-especial-links .footer-enlaces a {
	margin: 0 0 15px 0;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn {
	margin: 30px 0 20px;
	border-radius: 3px;
	box-shadow: 0 6px 16px -11px #000;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #fff;
	line-height: 1.3;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn img {
	max-width: 100%;
	min-width: 49px;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn .footer-enlaces-btn-bg {
	background:#323232;
	padding: 14px 10px;
	width: 100%;
	margin: 1px 0 0 0;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn div:first-child {
    border-radius: 3px 3px 0 0;
	}
.footer-krea .footer-especial-links .footer-enlaces-btn div:last-child {
    border-radius: 0 0 3px 3px;
	}

/* Footer Corporativo */
.footer-krea .footer-corporativo img {
    max-width: 100px;
	}
.footer-krea .footer-corporativo p {
    font-size: 0.813rem;
	color: #999;
    padding: 0;
    margin: 0;
	line-height:1.7;
	}
.footer-krea .footer-corporativo p.txt-mini {
    font-size: 0.750rem;
	color: #777;
	line-height: 1.4;
	}	
.footer-krea .footer-corporativo .footer-direction {
    padding: 20px 0;
    border-top: 1px solid #666;
	border-bottom: 1px solid #666;
    margin: 30px 0;
	}


/* Home*/
.section-home,
.section-pricing {
    padding: 120px 0;
	}

.section-home h1,
.section-pricing h1 {
    color: #888888;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
	font-size: 3.3rem;
	}
.section-home p,
.section-pricing p {
    color: #9e9e9e;
    font-size: 0.8rem;
    line-height: 1.75;
    margin: 40px 0 50px 0;
	}
.section-image-left img {
    max-width: 100%;
	}

.block-btn span {
    color: #999999;
    display: block;
    font-size: 0.8rem;
    margin: 10px auto;
	}
.section-home h2,
.section-pricing h2{
    font-family: 'Raleway', sans-serif;
    font-size: 2.7rem;
    font-weight: 100;
	}
#home-b2.section-home h2 {
	color:#fff;
	margin-bottom:30px;
	}
#home-b2.section-home p {
    margin: 20px 0;
	}
#home-b2.section-home p.text-destacado {
    padding-top: 20px !important;
	}
#home-b2.section-home p:not(.text-destacado){
	margin: 15px 0;
	font-size: 0.938rem;
	line-height: 1.7;
	}
#home-post.section-home-post .wp-show-posts-columns .wp-show-posts-inner {
	display: flex;
    flex-direction: column;
	}
#home-post.section-home-post .wp-show-posts-columns .wp-show-posts-inner .wp-show-posts-entry-summary {
	flex: 1 1 auto;
	}
#home-post.section-home-post .wp-show-posts-columns .wp-show-posts-inner .wp-show-posts-entry-summary p {
	margin:5px 0;
	}
#home-post.section-home-post .wp-show-posts .wp-show-posts-entry-title {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 6px;
	}
#home-post.section-home-post .wp-show-posts .wp-show-posts-meta a::before {
    color: #bfbfbf;
    content: "";
    font-family: "font awesome 5 free";
    margin: 0 6px 0 0;
    vertical-align: text-top;
	}

/* Slide de Home */


.carousel-tutorial {}
.carousel-tutorial img {
    min-height: 340px;
    object-fit: none;
    object-position: left center;
	}
.carousel-tutorial .carousel-caption {
    left: 45px;
    max-width: 480px;
    padding: 0;
    right: auto;
    text-align: center;
    top: 50px;
	}
.carousel-caption-text {
	height: inherit;
	align-items: center;
	align-self: center;
	display: grid;
	}
.carousel-tutorial h3 {
	color: var(--k-rosa);
    font-size: 2.4rem;
    line-height: 1;
	margin: 0 0 1rem;
	}
.carousel-tutorial .carousel-caption p {
	font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.38;
    margin: 0;
    padding: 0;
	}
.carousel-tutorial .carousel-indicators {
    bottom: -50px;
	}
.carousel-tutorial .carousel-indicators li {
    height: 2px;
    width: 50px;
	background-color:#444;
	opacity:1;
	}
.carousel-tutorial .carousel-indicators li.active,
.carousel-tutorial .carousel-indicators li:hover {
	background-color: var(--k-rosa);
	opacity:1;
	}
.carousel-control-next,
.carousel-control-prev {
	width: 6% !important;
	z-index:999 !important;
	}
	
	
/* Widget "widget-post-de-home" */
.widget-post-de-home {
    border: 1px solid #dddddd;
    border-radius: 2px;
    box-shadow: 0 5px 20px -16px rgba(0, 0, 0, 0.6);
    padding: 25px 30px;
	}
.widget-post-de-home .widget-title {
	border-bottom: 1px solid #aaaaaa;
    color: #6a6a6a;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0 0 6px;
	}

.widget-post-de-home p {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 0 20px;
    padding: 10px 0;
	line-height: normal !important;
	}
.widget-post-de-home p:last-child {
    border: medium none;
    padding-bottom: 0;
	}
	
/* GRID */
body.page-template .grid-krea h3 {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
	}
body.page-template .grid-krea h4 {
	font-size: 0.9rem;
	font-family: 'Raleway', sans-serif;
	color: var(--k-verde);
	margin: 0 0 10px 0;
	}
body.page-template .grid-krea p {
	margin: 5px 0 0 0;
	line-height: 1.4;
	}
body.page-template .grid-krea a {
    font-size: 0.8rem;
	}
body.page-template .grid-krea img {
    max-width: 100%;
	}

body.page-template .krea-modal-link {
	cursor:pointer;
	transition:all 0.05s ease-out ;
	}
body.page-template .krea-modal-link:hover {
    transform: scale(1.05);
	}

/* Modals */
body.page-template .modal .modal-header {
	border:none;
	padding:10px;
	}
body.page-template .modal .modal-body {
	padding:0rem 2.6rem 2.6rem 2.6rem;
	}
body.page-template .modal .modal-body h3 {
	font-family: 'Raleway',sans-serif;
	margin:10px 0;
	font-weight: 300;
	}

/* Pricing */
body .section-pricing-tabla {
	padding:60px 0;
	}


/* PRICING TABLE */

body .pricingtable {
	display:flex;
	}
body .pt-cell-blank {display:none;}
body .pricingtable .column {
	flex:auto;
	padding:0 15px;
	margin-top:0;
	}
body .pricingtable .column.featured {
    background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 13px -8px rgba(0,0,0,0.5);
	z-index:9999;
	}
body .pricingtable .column-item-body {
	background:none;
	padding:0;
	}
body .pricingtable div.column-item span.pricingtable-header-name {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
	color:var(--k-verde);
	}
body .pricingtable div.column-item span.pricingtable-header-name span {
	display: block;
	font-size: 0.813rem;
	font-family: 'Open Sans', sans-serif;
	color:#222;
	font-weight: 600;
	}
body .pricingtable .featured div.column-item span.pricingtable-header-name {
	margin-top:40px;
	}
body .pricingtable div.column-item-header .pt-hd {
	border-radius: 3px 3px 0 0 !important;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	position:absolute;
	top:10px;
	left:0;
	right:0;
	background:var(--k-rosa);
	color:#fff !important;
	font-size:0.813rem;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	padding:7px 0;
	}
body .pricingtable div.column-item-price {
	padding:0;
	}
body .pricingtable div.column-item-price span.price-value {
	font-weight:600;
	font-size:3.75rem;
	color:var(--k-verde);
	}
body .pricingtable div.column-item-price span.price-value sup {
    font-size: 1.5rem;
    font-weight: 100;
    position: absolute;
    top: 5px;
	}

body .pricingtable div.column-item-price span.pt-pd {
	color: var(--k-verde);
	margin: 10px 0 0 0;
	display: block;
	font-size:1rem;
	}
	
body .pricingtable .pricingtable-button {
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:0.813rem;
	display:block;
	padding:15px 0;
	font-weight:600;
	font-family:'Open Sans', sans-serif;
	background:var(--k-verde);
	color:#fff;
	max-width: 260px;
	margin: 0 auto;
	}
body .pricingtable .pricingtable-button:hover {
	text-decoration:none;
	background:var(--k-oscuro);
	}
body .pricingtable .column-item-data {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding:12px 0;
	color:#999;
	font-size: 0.813rem;
	font-weight: 300;
	}

/* BLOG */


body.blog .entry-content p,
body.blog .entry-content ul li,
body.blog .entry-content ol li,
body.archive .entry-content p,
body.archive .entry-content ul li,
body.archive .entry-content ol li,
body.single-post .entry-content p,
body.single-post .entry-content ul li,
body.single-post .entry-content ol li {
	font-size:0.813rem;
	line-height:1.786;
	}
body.blog .entry-title,
body.archive .entry-title,
body.single-post .entry-title {
	font-family: 'Raleway', sans-serif;
	font-size: 2.063rem;
	font-weight: 300;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 50px 0;
	position:relative;
	}
body.blog .entry-title::after,
body.archive .entry-title::after,
body.single-post .entry-title::after {
    content: "";
    width: 100px;
    background: var(--k-verde);
    display: block;
    position: absolute;
    height: 1px;
    bottom: -1px;
	}
body.blog .entry-title a,
body.archive .entry-title a,
body.single-post .entry-title a {
	color:#333;
	}
body .entry-title a:hover {
	color:var(--k-verde);
	}
html body nav.navigation  {
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin: 40px 0 0 0;
	padding: 10px;
	border: 1px solid #eee;
	font-size: 0.813rem;
	box-shadow: 0 2px 19px -16px #000;
	}
html body nav.navigation .screen-reader-text {
	color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 1.25rem;
	font-weight:300;
	border-bottom: 1px solid #ddd;
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	text-align: center;
	}
html body nav.navigation .nav-next {
    text-align: right;
	}
html body nav.navigation .nav-previous::before,
html body nav.navigation .nav-previous::before {
    content: '\f341';
    font-size: 1rem;
    padding: 0 5px 0 0;
    font-family: dashicons;
    vertical-align: middle;
	}
html body .post-navigation .nav-next::after,
html body .posts-navigation .nav-next::after {
    content: '\f345';
    font-size: 1rem;
    padding: 0 0 0 5px;
    font-family: dashicons;
    vertical-align: middle;
	}
html body .navigation .nav-links {
	display:flex;
	flex-wrap: wrap;
	}
html body .navigation .nav-links .nav-previous,
html body .navigation .nav-links .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
	}
/* tags */
html body .tags-bloque {
	}
html body .tags-bloque a {
    background-color: var(--k-rosa);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 2px 12px;
	margin: 0 3px 1px 3px;
	font-weight: 600;
	}
html body .tags-bloque a:hover {
	text-decoration:none;
	background-color:var(--k-oscuro);
	}
html body .tags-bloque i {
    color: #adadad;
    display: inline-block;
    vertical-align: middle;
	}

body.single-post .entry-meta,
body.archive .entry-meta,
body.blog .entry-meta {
	margin: -30px 0 20px 0;
	font-size: 0.750rem;
	text-align: right;
	}


body.archive .page-header,
body.blog .entry-header {
	border-bottom: 1px solid #ccc;
    display: block;
    margin: 0 0 50px;
    padding: 10px 10px 50px;
	}
body.archive .page-header .page-title,
body.blog .entry-header .page-title {
	color: var(--k-verde);
    font-family: "Raleway",sans-serif;
    font-size: 2.688rem;
    font-weight: 500;
    text-align: center;
	}
body.archive .page-header span,
body.blog .entry-header span {
	color: #888;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 1.788rem;
    font-weight: 100;
    line-height: 1.1;
    text-align: center;
	}

body.archive article.post,
body.blog article.post {
	margin: 0 0 60px 0;
	}

body.blog .list-blog {	
	}
body .list-blog .titulo-krea-blog {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
	}
body .list-blog a:hover .titulo-krea-blog {
	color:var(--k-verde);
	}
body .list-blog p {
    color: #767676;
    font-size: 0.813rem;
    line-height: 1.6;
    margin: 20px 0;
	}
body.single .content-area iframe,
body.archive .content-area iframe,
body.single-post .content-area iframe {
	border-radius: 0.25rem;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	padding:10px;
	max-width:100%;
	}

body .categoria-listado a {
    display: block;
    font-family: raleway;
    font-size: 0.8rem;
	}
	
	
/* Widget Blog */

body .widget-area {}
body .widget-area .widget {
	margin:0 0 30px 0;
	}
body .widget-area h3.widget-title {
	font-size: 0.813rem;
	text-transform: uppercase;
	color: var(--k-verde);
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 16px 0;
	font-weight: 600;
	}
body .widget-area ul.menu {
	margin: 20px 0 30px 0;
	}
body .widget-area a.nav-link {
	font-size: 0.813rem;
	color:#888;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:1.4;
	}
body .widget-area a.nav-link:hover {
    color: var(--k-verde);
	}



/* Paginas */
body.page-template  p,
body.page-template  ul li,
body.page-template  ol li {
	font-size:0.813rem;
	line-height:1.8;
	font-family:'Open Sans', sans-serif;
	color:#666;
	}
body.page-template  p strong,
body.page-template  li strong,
body.blog p strong,
body.blog li strong,
body.single p strong,
body.single li strong {
	color:var(--k-rosa);
	font-weight:600;
	}
	
.case-grid {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	}
.case-grid .case {
    padding: 30px 40px 10px 40px;
	border: 1px solid #ddd;
	margin: 15px 0;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}
.case-grid .case h2 {
	font-family: 'Raleway',sans-serif;
	font-size: 1.375rem;
	font-weight: 300;
	padding: 0 0 20px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 30px;
	position: relative;
	}
.case-grid .case h2:after {
	content: "";
	width: 100px;
	background: var(--k-verde);
	display: block;
	position: absolute;
	height: 1px;
	bottom: -1px;
	}

/* Saas Documentation HELP PAGES */

body .helpContent {}
body .helpContent .help_title {
	display:none;
	}
body .helpContent .helpImage img {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px auto 40px auto;
	border-radius: 3px;
	max-width:100%;
	}

/* Bread crumb */
.bread_crumb {
	padding: 0;
	text-align: center;
	}
body .bread_crumb li.level-1,
body .bread_crumb li.level-2 {
	display:none;
	}
body .bread_crumb li {
	display: inline-block;
	}
body .bread_crumb li a {
	color:var(--k-verde);
	}
body .bread_crumb li a::after {
	content: ">";
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 0 2px 0 5px;
	display: inline-block;
	}


/* WIDGET Barra Lateral Krea */

body .widget-area-krea {}
body .widget-area-krea a:hover {
	text-decoration:none;
	color:var(--k-verde);
	}
body .widget-area-krea .widget {
	margin:0 0 30px 0;
	}
body .widget-area-krea h3.widget-title {
	font-size: 0.813rem;
	text-transform: uppercase;
	color: var(--k-verde);
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 16px 0;
	font-weight: 600;
	position:relative;
	}
body .widget-area-krea h3.widget-title::before {
    content: "";
    height: 1px;
    width: 50px;
    background: var(--k-verde);
    position: absolute;
    bottom: -1px;
	}
body .widget-area-krea ul.menu {
	margin: 20px 0 30px 0;
	}
body .widget-area-krea ul ul {
    margin-left: 20px;
	}
body .widget-area-krea ul.list-child-pages > li > a {
	color:var(--k-verde);
	font-weight: 600;
	text-transform:uppercase;
	}
body .widget-area-krea ul.list-child-pages > li.page_item_has_children {
	margin:20px 0 0 0;
	}

body .widget-area-krea a.nav-link,
body .widget-area-krea ul.list-child-pages a {
	font-size: 0.813rem;
	color:#888;
	margin: 0 0 4px 0;
	padding: 0;
	line-height:1.3;
	display: inline-block;
	}
body .widget-area-krea a.nav-link:hover,
body .widget-area-krea ul.list-child-pages a:hover {
    color: var(--k-verde);
	}
body .widget-area-krea ul.list-child-pages,
body .widget-area-krea ul.children {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
	}
body .widget-area-krea ul.children {
    border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	position:relative;
	}
body .widget-area-krea ul.children::before {
    content: "";
    height: 1px;
    width: 50px;
    background: var(--k-verde);
    display: block;
    position: absolute;
    top: -1px;
	}
body .widget-area-krea ul.children li {	
	margin-left:10px;
	}	
body .widget-area-krea ul.list-child-pages li.current_page_item > a {
	font-weight: 600;
	color: #333;
	}

body .widget-area-krea ul.children ul ul {
	border: none;
	padding: 0;
	}
body .widget-area-krea ul.children ul ul::before {
	content: none;
	}
body .widget-area-krea ul.children ul li a {
	text-transform: uppercase;
	color: var(--k-verde);
	font-weight: 600;
	}
body .widget-area-krea ul.children ul li li a {
	text-transform: none;
	color: inherit;
	font-weight: inherit;
	}

/* Sidebar Blog sidebar.php */

body .widget-area-krea-blog .widget {
	margin:0 0 30px 0;
	}
body .widget-area-krea-blog h3.widget-title {
	font-size: 0.813rem;
	text-transform: uppercase;
	color: var(--k-verde);
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 16px 0;
	font-weight: 600;
	position:relative;
	}
body .widget-area-krea-blog h3.widget-title::before {
    content: "";
    height: 1px;
    width: 50px;
    background: var(--k-verde);
    position: absolute;
    bottom: -1px;
	}
body .widget-area-krea-blog ul.menu {
	margin: 20px 0 30px 0;
	}
body .widget-area-krea-blog ul li {
    border-bottom: 1px solid #efefef;
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0 0 2px 10px;
    padding: 4px 0;
	}
body .widget-area-krea-blog ul li a {
    color: #888888;
    display: inline-block;
    padding: 3px 0;
	}
body .widget-area-krea-blog .widget_categories ul li a {
    margin-right: 5px;
	}
body .widget-area-krea-blog ul li a:hover {
    color: var(--k-verde);
	}
body .widget-area-krea-blog ul li span.post-date {
    color: #b3b3b3;
    display: block;
    font-size: 0.7rem;
	margin-top:2px;
	}


/* WIDGET Template krea-menu-left-documentation.php con clase widget-area-krea-documentation */
.widget-area-krea-documentation a:hover {
	text-decoration:none;
	color: var(--k-verde) !important;
	}
.widget-area-krea-documentation ul.list-child-pages {
	padding: 0;
	}
.widget-area-krea-documentation ul.list-child-pages * {
	list-style:none;
	}
.widget-area-krea-documentation ul.list-child-pages ul {
	padding:0;
	margin:0 0 0 10px;
	}
.widget-area-krea-documentation ul.list-child-pages li {
	position:relative;
	}
.widget-area-krea-documentation ul.list-child-pages li a::after {
	content: "";
	height: 1px;
	width: 50px;
	background: var(--k-verde);
	position: absolute;
	bottom: -1px;
	left: 0;
}
.widget-area-krea-documentation ul.list-child-pages li a {
	color: var(--k-verde);
	text-transform: uppercase;
	font-weight: 600;
	display:block;
	border-bottom: 1px solid #ddd;
	position:relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
.widget-area-krea-documentation ul.list-child-pages li:not(.page_item_has_children) {
	line-height: 1.3;
	}
.widget-area-krea-documentation ul.list-child-pages ul ul li:not(.page_item_has_children) a {
	color:#888;
	font-size: 0.713rem;
	text-transform: none;
	font-weight: inherit;
	border:none;
	}
.widget-area-krea-documentation ul.list-child-pages ul ul li:not(.page_item_has_children) a::after {
	content: none;
	}
.widget-area-krea-documentation ul.list-child-pages ul li a:first-child {
	color:var(--k-verde);
	padding-bottom: 0;
	margin-bottom: 4px;

	}
.widget-area-krea-documentation ul.list-child-pages li.current_page_item a[aria-current="page"] {
	color: #000 !important;
	font-weight: 600 !important;
	font-size: 0.79rem !important;
	}

.widget-area-krea-documentation ul.list-child-pages li li.current_page_item a[aria-current="page"]::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 0.79rem;
	margin: 0px 4px 0 -13px;
	display: inline-block;
	}
.widget-area-krea-documentation ul.list-child-pages li.current_page_item.page_item_has_children a[aria-current="page"]::before {
	content:none;
	}

/* WIDGET Template krea-menu-left-new.php con clase widget-area-krea-new */

.widget-area-krea-new {}

.widget-area-krea-new h3 {
	font-size: 1.1rem;
	font-family: raleway;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	position: relative;
	margin:0 0 15px 0;
	}
.widget-area-krea-new h3::after {
	content: "";
	height: 1px;
	width: 50px;
	background: var(--k-verde);
	position: absolute;
	bottom: -1px;
	left: 0;
	}
.widget-area-krea-new h3::before {
	content: "\f124";
	font-family: dashicons;
	font-size: 1.3rem;
	vertical-align: sub;
	display: inline-block;
	margin:0 5px 0 0px;
	}

.widget-area-krea-new ul.list-child-pages{
	list-style:none;
	margin:0;
	padding:0;
	}
.widget-area-krea-new ul.list-child-pages li {
	line-height: 1.3;
	list-style:none;
	}
	
.widget-area-krea-new ul.list-child-pages ul {
	padding:0 0 0 20px;
	}
.widget-area-krea-new ul.list-child-pages a {
	display: block;
	color: var(--k-verde);
	padding: 4px 0;
	font-weight: 600;
	border-bottom:1px solid #ddd;
	position:relative;	
	}
.widget-area-krea-new ul.list-child-pages a::after {
	content: "";
	height: 1px;
	width: 50px;
	background: var(--k-verde);
	position: absolute;
	bottom: -1px;
	left: 0;
	}
.widget-area-krea-new ul.list-child-pages a:hover {
	text-decoration: none;
	color: #333;
	}
	
.widget-area-krea-new ul.list-child-pages li.current_page_item > a {
	color: #000 !important;
	font-size: 0.79rem !important;
	font-weight: 600 !important;
	}
	
.widget-area-krea-new ul.list-child-pages li.current_page_item > a::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: .79rem;
	margin: 0 4px 0 0;
	display: inline-block;
	}
.widget-area-krea-new ul.list-child-pages li.page_item_has_children ul.children {
	padding-top: 4px;
	}
.widget-area-krea-new ul.list-child-pages li.page_item_has_children ul.children a {
	font-size: .713rem;
	color:#888;
	text-transform: none;
	font-weight: inherit;
	border:none;
	}
.widget-area-krea-new ul.list-child-pages li.page_item_has_children ul.children a:after {
	content:none;
	}
.widget-area-krea-new ul.list-child-pages li.page_item_has_children ul.children a:hover {
	color: var(--k-verde);
	}




/* Paginas Page-krea */

/* Pagina Normal con container sin Sidebar */
body.page-template-krea-con-container .entry-header h1.entry-title {
	display:none;
	}
.page-normal header {
	font-family:  'Raleway', sans-serif;
    margin: 0 auto 60px;
    max-width: 900px;
    text-align: center;
	}
.page-normal header h1 {
    font-size: 2.7rem;
    font-weight: 200;
	}
.page-normal header h1 span {
    color: var(--k-rosa);
    font-weight: 500;
	}
.page-normal header h2 {
    font-weight: 200;
	font-size:1.8rem;
	}
.page-normal header p {
	font-family:  'Raleway', sans-serif;
    color: #999999;
    font-size: 1.4rem;
    font-weight: 100 !important;
    line-height: 1.1;
    margin: 10px auto;
	}
	
.iframe-tutorial {
    border: 1px solid #dddddd;
    min-height: 730px;
    width: 100%;
	}

	
	
	
	
body.page-template .page-krea .entry-header {
    display: block;
    padding: 10px 10px 50px 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 50px 0;
	}
body.page-template .page-krea .entry-header span {
	color: #888;
    font-size: 2.688rem;
    font-family:  'Raleway', sans-serif;
    text-align: center;
    font-weight: 100;
	line-height:1.1;
	display: block;
	text-align: center;
	}
body.page-template .page-krea .entry-header h1.entry-title {
    color: var(--k-verde);
    font-size: 2.688rem;
    font-family:  'Raleway', sans-serif;
    text-align: center;
    font-weight: 500;
	}
	
/* TABS PANELS KREA */

.krea-nav-tabs .nav-item {
	font-size: 0.9rem;
	font-weight: 600;
	font-family: raleway;
	text-transform: uppercase;
	}
@media (min-width: 768px) and (max-width: 890px) {
	.krea-nav-tabs .nav-item {font-size:0.8rem;padding:11px 11px;}
	.krea-nav-tabs .nav-link.active {font-size:1rem;}
	}
	
.krea-nav-tabs .nav-link.active {
	font-size: 1.3rem;
	line-height: 1;
	}
.krea-tab-content {
	box-shadow: 0 11px 15px -17px #000;
	}
.krea-tab-content .tab-pane {
	padding: 30px;
	border: 1px solid #e8e8e8;
	border-width: 0 1px 1px 1px;
	}
.krea-tab-content .tab-pane h3 {
    color: var(--k-verde);
	}

/* Templte page-template-fullwidth */
body.page-template-fullwidth {}
body.page-template-fullwidth .entry-header {
    display: block;
    padding: 10px 0 50px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 50px;
	}
body.page-template-fullwidth h1.entry-title {
	color: var(--k-verde);
	font-size: 2.688rem;
	font-family: 'Raleway',sans-serif;
	text-align: center;
	font-weight: 500;
	}
.studio-krea * {display:none}
.studio-krea::before {content: "studio-krea.com";display: block !important;font-size: 7vw;line-height: 100vh;text-align: center;background:#000;color:#fff;}

/* CARRUSEL KREA */
body .carousel-krea .carousel-control-next-icon,
body .carousel-krea .carousel-control-prev-icon {
	background-image: none;
	width: 40px;
	color: #fff;
	opacity: 0.55 !important;
	background: #666;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	border-radius: 3px;
	}

/* PAGINAS page-template-krea-menu-left */

body.page-template-krea-menu-left h2 {
    font-family: 'Raleway',sans-serif;
    font-weight: 300;
    font-size: 2.188rem;
	margin:0 0 10px 0;
	}
body.page-template-krea-menu-left h3 {
    font-weight: 300;
    font-family: 'Raleway',sans-serif;
    margin: 20px 0 30px 0;
    color: #666;
	}
body.page-template-krea-menu-left h4,
body .helpContent h2,
body .ApiDocumentation h2,
body.single .content-area h2 {
	font-weight: 300;
	font-family: 'Raleway',sans-serif;
	margin: 40px 0 20px;
	color: var(--k-rosa);
	font-size: 1.6rem;
	}
body.page-template-krea-menu-left h5,
body .helpContent h3,
body .ApiDocumentation h3,
body.single .content-area h3 {
	font-family: raleway;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 30px 0 10px 0;
	padding: 0;
	color: var(--k-rosa);
	}
body.page-template-krea-menu-left h4:first-child {
	margin-top:0;
	}
body .ApiDocumentation h3,
body .ApiDocumentation h4,
body .ApiDocumentation h5 {
	color: var(--k-rosa);
	}
	
body .envoltorio-etiqueta {
    border-left: 2px solid var(--k-verde);
    padding: 0 0 0 45px;
	margin: 0 0 0 40px;
	}
body .etiqueta-krea {
    background: var(--k-verde);
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    font-weight: 600;
    left: -20px;
    margin: 30px 0 0;
    padding: 5px 20px 5px 15px;
    position: relative;
	}
body .etiqueta-krea::after {
    background: var(--k-verde);
    content: "";
    display: block;
    height: 2px;
    left: -25px;
    position: absolute;
    top: 21px;
    width: 26px;
	}
body .etiqueta-krea .fas,
body .etiqueta-krea .fas {
    color: #ffffff;
    display: inline-block;
    font-size: 2rem;
    margin: 0 10px 0 0;
    vertical-align: bottom;
	}
/* menu Navbar left */
.navbar-left-krea .navbar-toggler[aria-expanded="true"] {
	background:#ddd;
	}
.navbar-left-krea .navbar-toggler[aria-expanded="true"]::after {
	content: "\f106";
	}
.navbar-left-krea .navbar-toggler[aria-expanded="false"]::after {
	content: "\f107";
	}

/* Clases de contenido de Document API */
div#signature,
div#parameters {
    margin: 0 0 1.2rem 0;
    padding: 1rem;
    background-color: #fff9d9;
	box-shadow: 0px 12px 4px -12px #00000060;
	}
span.APIsignature,
span.APIparameters {
	font-size: 1rem;
	padding: 0.3rem 1rem;
	font-family: "Courier New";
	color: #fff;
	letter-spacing: .1rem;
	margin: 0 0 10px;
	display: inline-block;
	border-radius: 0 0px 20px 0;
	}
div#signature p,
div#signature ul li,
div#parameters p,
div#parameters ul li {
	color: #000;
	}
span.APIsignature {background-color: #1ca894;}
span.APIparameters {background-color: #1c94a8;}
span.param,
span.method {
	color: var(--k-naranja);
	font-weight: 600;
	}
.downloadDocs {
	background: #f7f7f7;
	padding: 10px 20px;
	text-align: center;
	border-color: #e7e7e7;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-size: 0.8rem !important;
	display: inline-block;
	position: relative;
	top: -10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 7px -6px #0000001c inset;
	}
.downloadDocs a {
	padding: 3px;
	display: inline-block;
	border: 1px solid #ddd;
	width: 30px;
	height: 30px;
	line-height: 17px;
	border-radius: 2px;
	margin: 0 6px 0 0;
	background: #ffffff8a;
	box-shadow: 0 1px 4px -3px rgba(0,0,0,0.5);
	text-align: center;
	vertical-align: baseline;
	}
.downloadDocs a:first-child {
	margin-left: 10px;
	}
.downloadDocs a:hover {
	box-shadow: none;
	border-color:#bbb;
	}
.Docxpresso {
	color: var(--k-verde);
	font-weight: 600;
	}

/* CONTACTO */
body section.section-address p {
    margin: 0;
	}
body section.section-address h3 {
	font-family:  'Raleway', sans-serif;
	font-size:1.4rem;
    padding: 0 0 19px 0;
	}
body section.section-address h4 {
    font-size: 1.2rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
	}
body section.section-team h3 {
    font-family: raleway;
    font-weight: 300;
    font-size: 2.3rem;
    border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	position:relative;
	}
body section.section-team h3:after {	
	content: "";
    height: 1px;
    width: 100px;
    background: var(--k-verde);
    display: block;
    position: absolute;
    bottom: -1px;
	}
	
body section.section-team p {
	margin:0 0 20px 0;
	}
body section.section-team img {
    max-width: 100%;
	margin-bottom:40px;
	}
body section.section-team .team-ficha p {
	margin:0;
	}
body section.section-team .team-ficha .fab,
body section.section-team .team-ficha .fas,
body section.section-team .team-ficha .fa {
    font-size: 1.7rem;
	}
/* Contact Form 7 */
body .wpcf7 {
	width:100%;
	}
body .wpcf7-form .wpcf7-form-control:not(.btn) {
    padding: 10px 20px;
	height:auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
	background: #fff;
	}	
body .wpcf7-form span.your-name,
body .wpcf7-form span.your-phone,
body .wpcf7-form span.your-email,
body .wpcf7-form span.your-subject,
body .wpcf7-form span.your-message {
	
	}
body .wpcf7-form span.your-message textarea {
	padding-top:15px;
	}


body .wpcf7-form .wpcf7-not-valid {
    border: 2px solid #df7979;
	background-color: #ffffe5 !important;
	}
body span.wpcf7-not-valid-tip {
	display:none;
	}
body div.wpcf7-validation-errors,
body div.wpcf7-acceptance-missing {
	border: 1px solid #ff9999;
	padding: 20px;
	text-align: center;
	font-size: 1rem;
	border-radius: 3px;
	color: #df7979;
	}
	
body .wpcf7-form .wpcf7-mail-sent-ok {
    border: 1px solid var(--k-verde);
    padding: 30px 50px;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 999;
    color: var(--k-verde);
    font-size: 1.2rem;
	}

/* BANNERS */

section.section-banner {
	padding:0;
	background-repeat:no-repeat;
	background-position:center right;
	}
section.section-banner .banner-color {
	padding:60px 0;
	}
section.section-banner h3 {
	font-family:  'Raleway', sans-serif;
	font-weight:100;
	font-size:2.688rem;
	margin:0 0 40px 0;
	}
section.section-banner p {
	font-size: 0.813rem;
	line-height: 2;
	}
section.section-banner .block-btn {
	margin-top: 60px;
	}
/* Banner Crema */
section.section-banner-crema,
section.section-banner-crema p,
section.section-banner-crema span {
	color:rgba(0,0,0,0.6);
	}
/* Banner Verde */
section.section-banner-verde,
section.section-banner-verde p,
section.section-banner-verde span {
	color:#fff;
	}

	







/* RESPONSIVE */
@media (max-width: 1200px) {
	body .container-krea {max-width:95%;}
	.section-home h1,
	.section-pricing h1 {font-size: 2.6rem;margin-top:30px;}
	.section-home h2,
	.section-pricing h2 {font-size: 1.9rem;}
	/*Banner*/
	section.section-banner {text-align:center;background-position: calc(50vw) center;}
	}
@media (max-width: 991px) {
	body .container-krea {max-width: none;width: 95%;}
	.section-home,
	.section-pricing {padding:90px 0;}
	/* Menu Mobil */
	body .krea-menu-freetrial a {color: #4bd592 !important;text-transform: uppercase !important;}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {border-bottom: 1px solid #292929;font-size: 0.8rem;height: auto;padding: 0px 20px;text-transform:uppercase;text-align:left;}
	body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {float:none;}
	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {background:rgba(0, 0, 0, 0.2);color:#e0e0e0;}
	body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {box-shadow: 0 12px 35px -21px #000000;}
	body #mega-menu-wrap-primary #mega-menu-primary > li.menu-buscar a .fa {border:none;padding:0;}
	body #mega-menu-wrap-primary #mega-menu-primary > li.menu-buscar a .fa::after {content: "Search";display: inline-block;font-family: open sans;font-size: 0.85rem;padding: 0 0 0 10px;	text-transform: none;vertical-align: top;}
	/*Banner*/
	section.section-banner-verde .banner-color {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.38) 80%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(80%, rgba(0,0,0,0.38)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.38) 80%);
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.38) 80%);
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.38) 80%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,0,0.38) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
		}
	section.section-banner-crema .banner-color {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 80%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(80%, rgba(255,255,255,0.38)));
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 80%);
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 80%);
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 80%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.38) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
		}
	body.page-template .page-krea .entry-header span {font-size:2rem;}
	body.page-template .page-krea .entry-header h1.entry-title {font-size:2rem;}
	p.subh, section p.subh {font-size: 1.05rem;}
	body .pricingtable {display:block;}
	body .pricingtable .column {width:47%;background:#fff;}
	body .pricingtable .column.featured {transform: none;}
	body.single-post .post-navigation,
	body.blog .post-navigation {margin-bottom:40px;}
	}	

@media (max-width: 768px) {
	body .container-krea {max-width:100%;}
	body .container-krea .navbar {justify-content: space-between;}
	.section-home {padding:70px 0;}
	.grid-krea h3 {font-size:1.25rem;}
	body.blog .entry-title,
	body.single-post .entry-title {font-size: 1.688rem;}
	body.page-template section .well-krea h4 {font-size: 1.188rem;}
	body.page-template section .well-krea ul {padding:0 0 0 45px;}
	/*body .widget-area-krea {box-shadow: 0 10px 14px -18px #000; padding: 31px 40px 0 40px;padding-right: 40px; background: #fbfbfb;}*/
	body.page-template .grid-krea h3 {font-size:1.15rem;font-weight:500;}
	body.page-template .grid-krea p {margin: 5px 0 0 0;line-height: 1.6;}
	body .case-grid {display:block;}
	body .case-grid .case {border: none;padding: 0 0 6px 0;margin: 20px 20px 40px 20px;box-shadow: 0 10px 20px -14px rgba(0,0,0,.15);}
	body .case-grid .case h2 {margin:0 0 20px;}
	body.page-template p.subh,
	body.page-template section p.subh {font-size:0.95rem;line-height:1.6;}
	body section.section-address h3 {font-size: 1.2rem;}
	header.navbar-static-top {margin-bottom: 20px;}
	body.page-template .page-krea .entry-header {padding:10px 10px 20px;margin: 0 0 20px;}
	.footer-krea .widget_nav_menu li a {font-size: 0.7rem;}
	body .widget-area-krea a.nav-link,
	body .widget-area-krea ul.list-child-pages a {font-size:0.713rem;margin-bottom:5px;}
	.widget-area-krea-new ul.list-child-pages a {font-size: 0.7rem;}
	body.page-template p.text-destacado,
	body.page-template section p.text-destacado,
	body.page-template div p.text-destacado {font-size:1.3rem;}
	body .footer-krea #colophon .colophon-right a {font-size:0.7rem;}

	/*banner*/
	section.section-banner h3 {font-size: 2.250rem;}
	}

@media (max-width: 575px) {
	body #mega-menu-wrap-primary {width:auto;}
	.section-home h1,
	.section-pricing h1 {font-size: 2.2rem;}
	.section-home,
	.section-pricing {padding: 50px 0;}
	a.btn-krea-big, input.btn-krea-big {padding: 12px 20px;}
	body .pricingtable .column {width:100%;}
	body.page-template section .well-krea h4 {margin-top:0;}
	body.page-template section .well-krea ul {border:none;}
	body.page-template .grid-krea h3 {font-size:0.95rem;font-weight:500;}
	body.page-template .grid-krea p {margin: 5px 0 0 0;font-size: 0.7rem;}
	body.page-template .grid-krea img {max-width:55px;}
	body.page-template .page-krea .entry-header span {font-size:1.3rem;font-weight:400;}
	body.page-template .page-krea .entry-header h1.entry-title {font-size:1.6rem;}
	/* Navbar Left */
	.navbar-left-krea {border: 1px solid #ececec;margin: 0 0 20px;background: #f8f8f8;border-radius: 3px;}
	.navbar-left-krea a.navbar-brand {font-size: 0.9rem;}
	.navbar-left-krea .navbar-collapse {padding: 20px 0;}
	/* Carrousel Home */
	.carousel-tutorial .carousel-caption {bottom: 40px;left: auto;padding: 0 30px;right: auto;text-align: center;width: 100%;}
	.carousel-tutorial h3 {font-size: 2rem;}
	.carousel-tutorial .carousel-caption p {font-size: 1.2rem;}

	}





