/*
Theme Name: Fundación René Quintón
Template Theme URI: https://inboundcycle.com/
Author: el equipo de InboundCycle
Description: Plantilla desarrollada para Fundación René Quintón utilizando el template base de InboundCycle.
Version: 1.0.0
Template: ic-theme
*/

/* @import url("../ic-theme/style.css"); */
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Raleway:400,500|Roboto:400,500,700&display=swap');*/

/* @group Globals ============================================ */
/* @group Basics --------------------------------------------- */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    box-sizing: border-box;
}

body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
  }

h1 {
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

section.post-body h1 {
  color: inherit;
  margin-bottom: 1em;
}

h2,
h2>a,
h2 > span {
    font-size: 2rem;
    color: #82b5a9;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

h2>a:hover {
    text-decoration: none;
    color: #43766D;
}

section.post-body h3,
section.post-body h2 {
  margin-bottom: 1.2em;
}

h3,
h3 > span {
    font-size: 24px;
    font-weight: 500;
    color: #424242;
    line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog-title,
blockquote,
.post-body .panel.panel-simple .panel-title,
.post-body .panel.panel-default .panel-title,
aside .widget-title,
aside .widget .ic-form-wrapper .ic-form-title,
.widget .ic-form-wrapper aside .ic-form-title,
.widget .tagcloud,
.template-404 .panel-simple .panel-title,
.lead:not(.blog-subtitle) {
    font-family: PlayfairDisplay, serif;
}

.btn,
.post-body .panel-simple.post-comments .panel-body {
    font-family: Raleway, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    color: #424242;
    line-height: 28px;
}

a {
    color: #82b5a9;
}

a:hover {
    color: #747474;
}

.post-cotent a:hover {
    color: #43766d;
}

a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none !important;
}

.blog-title>a {
    display: inline;
    color: #fff;
    padding: 3px;
    font-size: 21px;
    position: relative;
    border-radius: 3px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}

.blog-title>a:after {
    content: '';
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background: #64C186;
    left: 0;
    right: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}

.blog-title>a:hover {
    text-decoration: none;
    text-shadow: 0 0 2px #fff;
}

.blog-title>a:hover:after {
    opacity: 1;
    box-shadow: 15px 0 1px #fff,
        -15px 0 1px #fff;
    width: 70%;
}

#ic-post-progress {
    top: 0 !important;
    height: 3px;
    background-color: transparent;
}

#ic-post-progress>.ic-post-progress-bar {
    height: 2px;
    background-color: #64C285;
    box-shadow: 0 0 2px #fff;
}
@media (max-width: 767px) {
    h2,
    h2>a,
    h2 > span {
        font-size: 18px;
    }
}

/* @end */
/* @end */
/* @group Header ============================================= */
/* @group Layout --------------------------------------------- */

body>header .logotype {
    height: auto;
    max-height: 90px;
    margin: 10px;
    width: auto;
    max-width: 220px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
}

body>header .logotype.img-contracted {
    max-height: 59px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar .navbar-right>li.current_page_item,
.navbar .navbar-right>li.current_page_parent{
  background-color: #43766D;
}

.navbar .navbar-right>li.current_page_item a,
.navbar .navbar-right>li.current_page_parent a{
  color: #fff!important;
}

.navbar .navbar-right>li.current_page_item a:hover,
.navbar .navbar-right>li.current_page_parent a:hover{
  color: #000!important;
}

.navbar .sub-menu li.current_page_item,
.navbar .sub-menu li.current_page_parent{
  background-color: #43766D;
}

body>header .navbar-brand {
    height: auto;
}

header .header-container {
    position: fixed;
    width: 100%;
    z-index: 100;
}

header>.header-wrapper {
    padding-bottom: 156px;
}

header .hero-caption {
    position: relative;
}

header .hero-caption:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .41);
    top: 0;
    left: 0;
    z-index: 0;
}

header .hero-caption .container>* {
    z-index: 1;
    position: relative;
}

/* @end */
/* @group Blog menu-------------------------------------------- */

/* Oculto por defecto */
/*
nav.navbar-categories {
  display: none;
}
*/

/* Dónde se muestra */
/*
body.archive.category nav.navbar-categories {
  display: block;
}
*/

/* Estilos de la nav-bar */
nav.navbar-categories {
  background: #82b5a9;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 0 1em;
  text-align: center;
}

nav.navbar-categories .container {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

nav.navbar-categories li.menu-item-has-children {
    /*position: relative;*/
    padding: 0px;
}

nav.navbar-categories a {
    color: white;
    font-size: 12px;
    padding: 15px 10px;
    display: block;
}

nav.navbar-categories li:hover {
    background: #8fb6ad;
}

nav.navbar-categories li:hover a {
    background: #789c94;
}

nav.navbar-categories li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 7px;
}

nav.navbar-categories li.menu-item-has-children ul.sub-menu {
    display: none;
    left: 0px;
    top: 100%;
    width: 100%;
}

nav.navbar-categories li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    background: #789c94;
    z-index: 1;
}

nav.navbar-categories li.menu-item-has-children:hover ul.sub-menu li {
    width: 30%;
    display: inline-block;
}

nav.navbar-categories li.menu-item-has-children:hover ul.sub-menu a {
    padding: 10px;
    display: block;
    text-transform: none;
}

nav.navbar-categories .current-menu-item a {
  color: black;
}


/* @end */
/* @group Dropdown menu-------------------------------------------- */
header .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.8);
}

header .sub-menu li.menu-item > a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    color: rgba(255,255,255,.5);
}

header .sub-menu li.menu-item > a:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #fff;
    bottom: 6px;
    left: 15px;
    opacity: 0;
    transition: .2s;
}

header .sub-menu .menu-item > a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

header .sub-menu .menu-item > a:hover:after {
    opacity: 1;
}
/* Responsive ----------------------- */
@media (min-width: 992px) {

    header .menu-item-has-children:hover  .sub-menu {
        display: block;
        width: max-content;
        min-width: 150px;
    }

}

@media screen and (max-width: 768px) {

    header .navbar .menu-item-has-children > .sub-menu {
        display: block;
        position: relative;
        background: none;
    }

    header .navbar .menu-item-has-children > .sub-menu li a{
        color: #989898;
        padding-left: 20px!important;
    }

}

@media screen and (max-width: 580px) {

    header .sub-menu li > a {
        padding-left: 10px!important;
    }

}

/* @end */
/* @group Main Nav Bar -------------------------------------------- */
.blog-navbar {
    position: fixed;
    margin-bottom: 0;
    background: #fff;
    color: #B6B6B6;
    padding: 0 !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
}

.contracted {
    padding-top: 0px !important;
    padding-bottom: 0px;
    border-bottom: 1px solid #c2c2c2 !important;
}

.navbar>.container {
    margin: 0 20px;
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar .navbar-right {
    margin-left: 40px;
}

.navbar .navbar-right > li {
    padding: 5px 0;
}

.navbar .navbar-right > li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 7px;
    color: #000;
}

.navbar .navbar-right > li > a,
.navbar-inverse .navbar-nav>.active>a {
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    color: #000!important;
    background: none!important;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.navbar .navbar-right > li > a:hover {
    color: #43766D!important;
}

.navbar-right li.contact-link {
    padding: 2px;
    background-color: #82b5a9;
    border: 1px solid transparent;
    border-radius: 2px;
}

.navbar-right li.contact-link:hover {
    background-color: #fff;
    border-color: #82b5a9;
}

.navbar-right li.contact-link a {
    color: #fff!important;
    font-weight: normal;
    padding: 5px;
}

.navbar-right li.contact-link:hover a {
    color: #82b5a9!important;
    text-decoration: none;
}

.navbar .navbar-right a {
    padding: 0;
    margin-right: 0px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
    padding-left: 11px;
    padding-right: 11px;
    color: #000000;
}

.navbar .navbar-right a:hover {
    text-decoration: none;
}

.after-contracted {
    top: 50px;
}

.navbar-toggle.colapsed>span {
    background-color: #fff !important;
}

.navbar-toggle[aria-expanded="false"] {
    background-color: #fff !important;
}

.navbar-toggle[aria-expanded="false"]>span {
    background-color: #333 !important;
}

.menu-icon-contracted {
    top: 15px !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
}

.collapse.navbar-collapse {
  width: 100%;
}

/* Responsive ----------------------- */
@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 992px) {
    .navbar>.container {
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .navbar .navbar-right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .navbar .navbar-right > li > a,
    .navbar-inverse .navbar-nav>.active>a {
        max-width: 140px;
        text-align: center;
    }

}

@media ( min-width: 769px ) {

}

@media screen and (max-width: 991px) {

    .navbar>.container {
        width: 95%;
    }

    .container .navbar-header {
        width: 100%;
    }

    .blog-navbar .container>.collapse {
        display: none !important;
        border-top: 1px solid #64C285;
    }

    .blog-navbar .container>.collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        display: block;
        top: 30px;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        -ms-transition: .3s ease;
        transition: .3s ease;
    }

    .navbar-right li.contact-link {
        width: 90px;
    }

    .navbar .navbar-right {
        float: none !important;
        margin-left: 40px;
        padding: 5px 0;
    }

}

@media screen and (max-width: 768px) {

    .navbar .navbar-nav  > :last-child  {
        margin-top: 15px;
    }

    .navbar .navbar-right a,
    .navbar-inverse .navbar-nav>.active>a {
        height: initial;
        line-height: initial;
        padding: 10px 10px;
    }

    .navbar .navbar-right a:after {
        display: none;
    }

    .navbar-nav>li {
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 580px) {

    header>.header-wrapper {
        padding-bottom: 140px;
    }

    body>header .logotype {
        max-height: 70px;
    }

    .navbar .navbar-right a,
    .navbar-inverse .navbar-nav>.active>a {
        height: auto;
        line-height: 2;
        text-align: left;
        padding: 5px 10px;
    }

    .navbar .navbar-right {
        float: none !important;
        margin: 10px auto !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #c2c2c2;
    }

    .navbar-toggle {
        top: 20px;
    }

    .navbar-toggle.menu-icon-contracted {
        padding: 7px !important;
    }

}

/* @end */
/* @group Hero ----------------------------------------------- */

.hero {
    position: relative;
}

.hero .blog-title,
.hero .container h1 {
    color: #fff;
    font-weight: bold;
    margin: 0 auto 25px;
    max-width: 644px;
}

.home .hero-caption .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero .hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

.hero-caption .container .lead.blog-subtitle {
    color: #fff;
    font-size: 21px;
    max-width: 520px;
    margin: 0 auto;
}

.hero-caption .custom-html-widget {
    position: relative;
    z-index: 5;
    margin-top: 25px;
}

/* Only visible when is blog */
header {
  min-height: 125px;
}

.hero {
  display: none;
}

/* Dónde se muestra */
body.blog .hero,
body.single.single-post .hero,
body.archive.category .hero {
  display: block !important;
}


body.single.single-post .hero.blogmain,
body.archive.category .hero.blogmain {
  display: none;
}


/* Responsive ----------------------- */

@media (max-width: 580px) {

    .hero-caption .container {
        padding-bottom: 0;
    }

}

/* @end */
/* @end */
/* @group Body =============================================== */
/* @group BreadCrumb --------------------------- */
.breadcrumb {
    border-radius: 0;
}

.breadcrumb li:not([class="active"]) a {
    color: #68B692;
}

/* @end */
/* @group Blog Search --------------------------- */
.blog-search {
    color: #424242;
}

.search .post-listing .panel-default .post-thumbnail {
    width: 100%;
    height: 100%;
}

/* @end */
/* @group Post listing --------------------------------------- */
main.col-sm-8 > .container.widget-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main.col-sm-8 > .container.widget-area img {
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.col-sm-8 .container.widget-area {
    max-width: 100%;
    padding: 0 0 30px;
}

.col-sm-8 .container.widget-area .ic_cta_banner img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.post-listing .panel-default {
    border: 1px solid #EBEBEB;
    background-color: #fff;
}

.post-listing .meta-item.meta-author a,
.post-listing .meta-categories a,
.post-listing .meta-tags a {
    display: inline-block;
    margin: 3px;
    letter-spacing: 0.01em;
    font-size: 12px;
    font-weight: bold;
    color: #68B692;
    line-height: 14px;
}

.post-listing .meta-author {
  display: none;
}


.post-listing .meta-tags > .list-separator {
    margin: 0;
    margin-right: 4px;
}

.post-listing .meta-categories {
    margin: 10px 10px 10px 0;
}

.post-listing .meta-categories ul li a,
.meta-tags a {
    color: #989898;
    margin: 0;
    background: none;
    text-transform: uppercase;
}

.post-listing .meta-categories a,
.meta-tags a {
    /* margin-right: 10px; */
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.post-listing .meta-categories a:hover,
.meta-tags a:hover {
    text-decoration: none;
    color: #6C938C;
}

.post-listing .meta-author img {
    top: -10px;
    width: auto !important;
}

.post-listing .meta-date .text-muted {
    color: #424242;
}

.post-listing .meta-reading-time .label-default {
    background: #68B692;
    color: #F5F5F5;
}

.post-listing .ic-social-icons {
    margin-top: 15px;
}

.post-listing .post-item .ic-social-icons {
    float: left !important;
}

.post-listing .panel-default .post-listing-thumbnail {
    overflow: hidden;
}

.post-listing .panel-default .thumbnail {
    border: none;
    padding: 0;
}

.post-listing .panel-default .post-thumbnail {
    height: auto;
    padding: 0;
    margin: 0;
}

.post-listing .post-listing-thumbnail a {
    position: relative;
}

.post-listing .post-listing-thumbnail a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -ms-transform: skewX(-25deg);
    /* IE */
    -moz-transform: skewX(-25deg);
    /* FF */
    -webkit-transform: skewX(-25deg);
    /* Safari aparte de Chrome */
    -o-transform: skewX(-25deg);
    /* Opera */
    transform: skewX(-25deg);
}

.post-listing-thumbnail:hover a::before {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.post-listing-content>p {
    color: #000;
    line-height: 1.8rem;
    font-weight: 400;
}

.post-listing-compact .post-ratings img {
    width: 15px !important;
    margin: 10px 0;
}


/* Responsive ----------------------- */
@media (min-width: 1025px) {

    .post-listing-content {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .post-listing .panel-default .post-listing-thumbnail {
        width: 45%;
    }

}

@media (max-width: 580px) {

    .post-listing .meta-categories ul li a,
    .meta-tags a {
        margin: 5px 3px;
    }

    .post-listing .panel-default .post-thumbnail {
        height: auto;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {

    .post-listing .panel-default .post-thumbnail {
        margin: 0 auto;
        max-width: unset !important;
        height: unset;
    }

}

@media (max-width: 454px) {

    .post-listing-compact .panel .panel-body .meta-author {
        border-right: none;
    }

}

/* @end */
/* @group Post listing Category --------------------------------------- */


h1.blog-category {
    color: #424242;
    text-align: left;
    margin-top: 0;
}


/* @end */

/* @group Social Icons --------------------------------------- */
.ic-social-icons.ic-social-icons-share>ul.ic-social-icons-container {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 5.5rem;
}

.ic-social-icons-share .ic-social-icons-share-item button i,
.ic-social-icons-share .ic-social-icons-whatsapp>a {
    margin: 0 !important;
}

.ic-social-icons-facebook {
    order: -1;
}

.ic-social-icons-twitter {
    order: 0;
}

.socicon-line::before {
    content: "";
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button {
    width: 50px;
    height: 50px;
    display: flex;
    z-index: 0;
    font-size: 24px;
    margin-bottom: 20px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #555;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    background-color: #fff;
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button:hover:after {
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.ic-social-icons-container .ic-social-icons-share-item>.button:hover {
    text-decoration: none !important;
    opacity: 1;
    text-decoration: none;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button i {
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button:hover i {
    color: #8F8F8F !important;
}

.share-module-wrapper .ic-social-icons-share .ic-social-icons-share-item button i {
    font-size: 24px;
    margin: 0 !important;
}

@media screen and (max-width: 580px) {

    .ic-social-icons.ic-social-icons-md.ic-social-icons-clean .button {
        width: 40px;
        height: 40px;
    }

}

/* @end */

/* @group Simple Social Icons --------------------------------------- */
.simple-social-icons .aligncenter {
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.simple-social-icons .aligncenter li a {
	padding: 10px;
    background: #834e97 !important;
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.simple-social-icons .aligncenter li a:hover {
    background: linear-gradient(45deg,rgba(131,78,151,1) 31%,rgba(146,196,183,1) 81%)!important;
}
.simple-social-icons .aligncenter li a svg {
	width: 18px;
	height: 18px;
    fill: #ffffff;
}

/* @group Related Ebooks --------------------------------------- */
.ic-featured-container {
    margin: 0 -15px 40px;
    padding: 0 15px;
}

.ic-featured-ebooks-item-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 200px));
    grid-gap: 30px;
    justify-content: center;
    text-align: center;
}

.ic-featured-ebooks-header {
    padding: 0 30px;
    margin-bottom: 40px;
}

.ic-featured-ebooks-item {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
    transition: .3s all;
    cursor: pointer;
}

.ic-featured-ebooks-item:hover {
    box-shadow: 0 20px 20px -10px rgba(0,0,0,.3);
}

.ic-featured-ebooks-item-title,
.ic-featured-ebooks-item-title:hover {
    color: #82b5a9;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/* @group Landing & Resouce center share module ------------------ */
.ic-share {
    background-color: rgba(235, 235, 235, .5);
    margin-bottom: 0;
}

.ic-share .ic-social-icons>ul.ic-social-icons-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.ic-share .ic-social-icons-container>li {
    display: inline-block;
}

.ic-share .ic-social-icons-container>li:not(:last-child) {
    margin-right: 25px;
}

.ic-share .ic-social-icons-share .ic-social-icons-share-item button i {
    margin: 0 !important;
    font-size: 20px;
}

@media (min-width: 680px) {

    .ic-share {
        margin-top: 100px;
    }

}

/* @end */
/* @group Table of Content --------------------------------------- */
#toc_container {
    margin: 40px 0;
}

#toc_container .toc-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 33px;
    color: #424242;
}

#toc_container li {
    position: relative;
    padding: 0 10px;
}

#toc_container li:before {
    display: none;
}

#toc_container li a {
    display: inline-block;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 19px;
    margin-bottom: 10px;
    color: #82b5a9;
}

#toc_container a:hover {
    color: #43766d;
}

#ez-toc-container {
    margin: 35px 0 55px;
    padding: 15px 20px 10px;
}

#ez-toc-container li,
#ez-toc-container ul li {
	margin: 5px 0;
}

/* @end */
/* @group Post Single --------------------------------------- */
/* @group Hero --------------------------------------- */
.single .hero-caption {
    padding: 160px 0 50px;
}

.single .hero-caption .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.single .hero-caption .blog-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

.single .hero-caption .blog-title a {
    color: #fff;
}

.single .hero-caption h1 {
    margin-bottom: 50px;
    font-size: 2.5rem;
}

.single .hero-caption .hero-post-categories {
    order: 1;
    margin: 20px 0 0;
}

.single .hero-caption .hero-post-categories .list-inline {
    margin-left: 0;
}

.single .hero-caption .hero-post-categories ul li a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: #82B5A9;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.single .hero-caption .hero-post-categories a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #82B5A9;
}

.single .hero-caption .hero-post-meta {
    order: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}
.single .hero-caption .hero-post-meta .meta-autor {
    color: #fff;
    font-size: 16px;
}
.single .hero-caption .hero-post-meta .meta-autor a{
    color: #fff;
    font-size: 16px;
}
.single .hero-caption .hero-post-meta .meta-update {
    color: #fff;
    margin-top: 14px;
    font-size: 16px;
}
.single .hero-caption .hero-post-meta .text-muted {
    color: #fff;
}

/* @group Post Content --------------------------------------- */
.post-style-new .post-content-wrapper {
    display: grid;
    grid-template-columns: 90px calc(100% - 90px);
}

.post-body .post-content .first-paragraph {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #424242;
}

.post-body .post-content h2 {
    color: #424242;
}

.post-body .post-content p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
}

.post-body .post-content a {
    color: #82b5a9;
}

.post-body .post-content a:hover {
    color: #43766d;
    text-decoration: none;
}

.post-content>ul,
.post-content>ol {
    padding: 0px;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.post-content>ul li,
.post-content>ol li {
    padding: 5px 0;
}

.post-content>ol {
    list-style: none;
    counter-reset: item;
}

.post-body .post-content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 700;
    font-size: 1rem;
    top: 0.75em;
    color: #82b5a9;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.post-content blockquote {
    background-color: rgba(235, 235, 235, .5);
    border-left: none;
    padding: 20px 45px;
    margin: 40px 0;
}

.post-content blockquote p {
    color: #023C5D;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
}

.meta-tags {
    margin: 10px 0;
}

.meta-tags>a {
    font-weight: bold !important;
    font-size: 12px;
}

.meta-tags > .list-separator {
    margin: 0 3px;
    color: #834E97;
    font-size: 14px;
    -ms-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.post-content .meta-tags > .list-separator{
    margin: 0 8px 0 4px;
}
.firma-autor{
    background-color: #f5f5f5;
    border-radius: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    max-width: 800px;
    padding: 30px;
    width: 100%;
    gap: 30px;
}
.firma-autor .blog-post-author__avatar {
    flex:2;
    text-align: center;
}
.firma-autor .blog-post-author__avatar .avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
    height: auto;
    margin: 0 auto;
    max-width: 260px;
    overflow: hidden;
    width: 100%;
    max-width: 170px;
}
.firma-autor .blog-post-author__info {
    flex: 10;
}
.firma-autor .blog-post-author__info h3 {
    font-size: 26px;
    font-weight: 600;
}
.firma-autor .blog-post-author__info .bio-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #424242;
}

@media (min-width: 577px){
    .firma-autor{
        flex-direction: row;
        padding: 40px;
        gap: 50px;
    }
}



.post-author .post-author-name a {
    color: #64C186;
}

.post-author .text-muted {
    color: #424242;
}

.post-body .post-content .hbspt-form{
  width: 100%;
  margin: 30px 0;
  background-color: rgba(138, 84, 150, 0.3);
  padding: 15px 15px 0;
}

.post-body .post-content-wrapper .post-content .hbspt-form *{
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.post-body .post-content-wrapper .post-content .hbspt-form ul li:before{
  content:"";
  display: none;
}

.post-body .post-content-wrapper .post-content .hbspt-form fieldset{
  max-width: 100%;
}

.post-body .post-content-wrapper .post-content .hbspt-form .hs-fieldtype-select .input:after{
  right: 35px;
}

.post-body .post-content-wrapper .post-content .hbspt-form .hs-error-msg{
  color: #e3001b;
}

.post-body .post-content-wrapper .post-content .hbspt-form input[type="checkbox"]{
  width: 10px;
  height: 10px;
}

.post-body .post-content-wrapper .post-content .hbspt-form .hs-input.hs-fieldtype-intl-phone{
  border: none!important;
  padding: 0!important;
}

.post-body .post-content-wrapper .post-content .hbspt-form .hs-button{
  border-radius: 2rem;
  color: #fff;
  background: #91C3B7;
  font-weight: bold;
  border: none;
  padding: 12px 24px;
  transition: 0.3s;
  width: auto;
  text-shadow: none;
  box-shadow: none;
}

.post-body .post-content-wrapper .post-content .hbspt-form .hs-button:hover{
  background-color: #ff1733;
}

/* @group Panel Related --------------------------------------- */
.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li {
    width: 236px !important;
    margin: 0 !important;
    margin-right: 25px !important;
    margin-bottom: 20px !important;
}

.post-body .zem_rp_wrap {
    margin-left: 0;
}

.post-body .panel {
    background-color: transparent;
    border: none;
    padding: 30px 0;
    border-top: 1px solid rgba(235, 235, 235, 0.5);
    box-shadow: none;
}

.post-body .panel-default .panel-body {
    padding: 0;
    margin-top: 20px;
}

.post-body .panel-default>.panel-heading {
    padding: 15px 0;
    background-color: #fff;
    border: none;
}

.post-body .panel-default>.panel-heading .panel-title {
    font-size: 28px;
    font-weight: bold;
}

.post-body .panel-default>.panel-heading .panel-disclaim {
    margin-bottom: 0;
    margin-top: 10px;
}

.post-body .panel-default>.panel-heading .panel-disclaim span {
    color: #EA5259;
}

.post-body .panel-default>.panel-heading .panel-back-link {
    color: #68B692;
    font-family: Helvetica, sans-serif;
    margin-top: 8px;
}

.post-body .zem_rp_wrap .zem_rp_content {
    margin: 30px 0;
    border-top: 1px solid #000;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post_title {
    margin: 40px 0!important;
    font-size: 28px;
    line-height: 33px;
    font-weight: 900;
    color: #82b5a9;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp {
    display: flex !important;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li {
    width: calc(33.3333% - 16px) !important;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li img {
    border-radius: 2px !important;
   
    max-width: 100% !important;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li .zem_rp_title {
    color: #82b5a9 !important;
}

.post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li .zem_rp_title:hover {
    text-decoration: none;
    color: #43766D !important;
}

.post-body .panel-default.post-comments-form>.panel-heading .panel-title {
    font-size: 21px;
}

.post-body .panel-default.post-comments>.panel-heading .post-comments-show-comments {
    color: #68B692 !important;
}

.post-body .panel-default textarea#comment,
.post-body .panel-default input {
    border-radius: unset;
    border-color: #424242;
}

.post-body .panel-default textarea#comment:focus,
.post-body .panel-default input:focus:not( [type="checkbox"] ) {
    border-color: #64c285 !important;
    box-shadow: none;
}

.post-body .panel-default.post-comments-form .post-comments-form-actions .btn-primary {
    border: none;
    border-radius: 0;
    border: 1px solid transparent;
    padding: .8em;
    background-color: #68B692;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}

.post-body .panel-default.post-comments-form .post-comments-form-actions .btn-primary:hover {
    background: #fff;
    color: #68B692;
    border-color: #83B4A9;
}

.post-body .alert-danger {
    color: #EA5259;
}

.post-body .post-comments-form-actions-wrapper a {
    color: #68B692;
}

.post-body .post-comments-form-actions-wrapper [type="checkbox"]  {
    position: relative;
    outline: none;
    border: 1px solid #fff;
    height: 16px;
}

.post-body .post-comments-form-actions-wrapper [type="checkbox"]:after {
    top: 0;
}

.post-body .post-comments .post-comments-list-author a {
    color: #424242;
    font-weight: 600;
}

.post-body .post-comments .post-comments-list-date {
    background-color: transparent;
    color: #555;
    font-size: 14px;
}

.post-body .post-comments .post-comments-list-date .label-default {
    display: none;
}

.post-body .post-comments .comment-edit-link {
    color: #68B692;
}

.post-body .post-comments .media.reply {
    padding: 20px;
    background-color: rgba(235, 235, 235, 0.4);
}

/* @end */
/* @group Responsive --------------------------------- */
@media screen and (max-width: 1023px) {

    .post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li {
        margin-bottom: 20px !important;
    }

    .post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 580px) {

    .single .hero-caption {
        padding: 80px 0 30px;
    }

    .single .hero-caption h1 {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }
    .blog-title>a {
        font-size: 18px;
    }
    .container.post-style-new {
        padding-top: 30px;
    }
    .post-style-new .post-content-wrapper {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }

    .post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp {
        display: inline-block !important;
    }

    .post-body .zem_rp_wrap .zem_rp_content .related_post.zem_rp li {
        width: 100% !important;
    }

    .post-style-new .ic-social-icons {
        grid-row: 2;
    }

    .post-style-new .post-content-wrapper>.ic-social-icons>ul {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        margin: 30px 0;
    }

    .post-style-new .post-content-wrapper>.ic-social-icons>ul li {
        margin-right: 10px;
    }

    .post-footer .meta-tags {
        padding-left: 0;
    }

}

/* @end */
/* @group Author --------------------------------------- */
.post-author-name a {
    color: rgb(57, 57, 57) !important;
    position: relative;
}

.post-author-name a:hover {
    text-decoration: none;
    color: #82B5A9!important;
}

.post-author-position .text-muted {
    color: #424242;
}

.post-author-web {
    color: #64C186;
}

.post-author-web:hover {
    color: #64C186;
}

.post-author-social li {
    margin: 4px;
    display: inline-block;
}

.post-author-social li a:before {
    color: #68B692;
}

.post-author-social li a:hover:before {
    color: #64C186;
}

/* @group Responsive --------------------------------------- */
@media (max-width: 767px) {
    .post-author-web {
        font-size: 10px;
    }
}

/* @end */

/* @group Error 404 -------------------------------------------------- */
.error404 .hero-caption .container .blog-title  a {
    font-size: inherit;
}

.error404 .home-btn {
    background-color: #68B692;
    border: 1px solid transparent;
    max-width: 330px;
    margin: 30px auto;
    padding: 20px 90px;
}

.error404 .home-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #fff;
}

.error404 h2 {
    color: #424242;
}

.error404 .page-header a {
    color: #82b5a9 !important;
    font-weight: bold;
    line-height: 28px;
}

.error404 .page-header a:hover {
    text-decoration: none;
    color: #43766D !important;
}

.error404 .template-404 {
    width: 100%;
}

.error404 .page-header {
    margin: 0;
}

.error404 .text-center {
    float: none;
    clear: both;
}

.error404 .form-group {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
}

.error404 .form-control {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    outline: none;
}

.error404 .form-control:focus {
    border-color: #64c285;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .075), 0 0 3px rgba(100, 194, 133, .6);
}

.error404 .btn-active {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    border-radius: 0;
    border: 1px solid transparent;
    border-left: none;
    background: transparent;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.error404 .btn-active:hover {
    color: #68B692;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.error404 .btn-active:focus {
    outline: none;
}

.error404 .panel-default {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.error404 .panel-body>.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

.error404 .lastest-post-wrapper {
    margin: 80px auto 30px;
    padding: 0;
    float: none;
    clear: both;
}

.error404 .panel-heading {
    background: none;
    border: none;
    margin: 20px auto;
    text-align: center;
}

.error404 .panel-heading h3 {
    font-size: 28px;
    line-height: 33px;
    color: #424242;
    font-weight: bold;
}

.error404 .panel-body .col-sm-4 {
    width: 100%;
    max-width: 236px;
    padding: 0;
    margin: 10px 15px;
}

.error404 .panel-body .col-sm-4 img {
    width: 100%;
    height: 162px;
    border-radius: 2px;
}

.error404 .text-muted,
.error404 .read-more {
    display: none;
}
/* Responsive -----------------------------*/
@media (max-width: 768px) {

    .error404 .panel-body>.row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .error404 .panel-body .col-sm-4 {
        width: 100%;
        max-width: initial;
        height: auto;
        margin: 20px 0;
    }

    .error404 .panel-body .col-sm-4 img {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 580px) {

    .error404 .home-btn {
        padding: 15px 70px;
    }

    .error404 .lastest-post-wrapper {
        margin: 30px auto 0;
    }

    .error404 .panel-default {
        margin-bottom: 0;
    }

    .error404 .form-group {
        position: relative;
        width: 90%;
        max-width: 370px;
        margin: 0 auto;
    }

    .error404 .panel-body .col-sm-4 {
        margin: 0 auto 30px;
    }

}

/* @end */

/* @end */
/* @group Bullet List --------------------------------------- */
.post-content ul {
    list-style: none;
    padding-left: 0;
}

.post-content ul li:before {
    display: inline-block;
    content: "";
    background-color: #82b5a9;
    margin-right: 6px;
    margin-bottom: 1px;
    border-radius: 50%;
    min-width: 10px;
    width: 10px;
    height: 10px;
}

/* .list-inline>li {
    padding: 0;
} */

/* @end */

/* @group Breadcrumbs --------------------------------------- */
.qui_breadcrumbs ol {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.qui_breadcrumbs ol li:after {
    content: '>';
    display: inline-block;
    margin: 0 0.5em;
}

.qui_breadcrumbs ol li:last-child:after {
    content: '';
}

/* @end */

/* @group Sidebar -------------------------------------------- */

/* @group Forms ------------------------*/
.form-wrapper {
    position: relative;
}

.hbspt-form {
    width: 100%;
    padding: 0 15px;
}

.hs-form a {
    font-weight: 400;
}

.hbspt-form em{
    font-size: 10px;
    line-height: 19px;
    font-style: normal;
    padding: 0 0 20px 0;
}

.hbspt-form legend{
    padding: 0 0 20px 0;;
}

.hs-form label,
.hs-form label span {
    font-size: 14px;
    color: #33475b;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.hs-form .hs-form-required {
    color: #EA5259;
    margin-left: 2px;
}

.hbspt-form input.hs-input:focus,
.hbspt-form textarea.hs-input:focus {
    outline: none !important;
    border-color: #64c285 !important;
    box-shadow: none;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
    border-color: none !important;
    box-shadow: none !important;
}

.hs-form .inputs-list {
    list-style: none;
    padding: 0;
}

.hs-form .hs-input:not([type="checkbox"]) {
    width: 100%;
    margin-bottom: 13px;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #fff;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    border-radius: 3px;
}

.hs-form .hs-error-msg {
    color: #EA5259;
    font-weight: 400;
}

input[type="checkbox"] {
    width: 16px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    border: 1px solid #000!important;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:focus,
.hs-form input[type="checkbox"]:focus {
    border-color: #000 !important;
}

input[type="checkbox"]:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: -3px;
    left: 0;
    background-color: transparent;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

input[type="checkbox"]:checked:after {
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.hs-form .hs_recaptcha {
    margin: 10px 0;
}

.hs-form .hs-button.primary.large {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    margin-top: 10px;
    padding: 12px 24px;
    background-color: #91C3B7;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none!important;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    -ms-transition: .4s ease;
    transition: .4s ease;
}

.hs-form .hs-button.primary.large:hover {
    background-color: #fff;
    color: #91C3B7;
    border-color: #82b5a9;
}

.input-group {
    width: 100%;
}

.input-group .form-control {
    position: relative;
    outline: none;
}

.input-group .form-control:hover {
    outline: #82b5a9;
    border-color: #82b5a9;
}

.input-group .form-control:focus {
    outline: #82b5a9;
    border-color: #82b5a9;
    z-index: 0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .075), 0 0 3px rgba(100, 194, 133, .6);
}

.input-group .input-group-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
}

.input-group .input-group-btn:hover>.btn {
    color: #64c285;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.input-group .input-group-btn .btn {
    background: none;
    color: #424242;
    height: 100%;
    padding: 5px 20px;
    font-size: 16px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.input-group .input-group-btn .btn:focus,
.input-group .input-group-btn .btn:active {
    outline: none;
    box-shadow: none;
}

.widget:not( .widget_search ) {
    background-color: rgba(235, 235, 235, 0.2);
    padding: 0 0 20px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 16px;
}

.widget.widget_icctawidget {
    padding: 10px;
}

.ic-form-title,
.widget-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
    color: #023C5D;
    border-bottom: none;
    padding-bottom: 0 !important;
}

.ic-form-title:after,
.widget-title:after {
    display: none;
}

.widget_social_icons span.socicon {
    background: rgb(131,78,151)!important;
    color: #fff!important;
    /* transition: 0.2s ease; */
}

/* @end */
/* @group Table --------------------------------------- */
.table-wrapper tr>th,
.table-wrapper tr>td {
    padding: 10px 30px;
    font-size: initial;
}

.table-wrapper tbody> :first-child> th {
    background: #E5EBEE;
    color: #6BB5A6;
    font-weight: 500;
}

.table-wrapper tbody> :nth-child(odd) {
    background: rgba(107, 181, 166, .4);
}

/* @end */
/* @group List -------------------------------------------- */
.content-wrapper ul>li {
    margin-bottom: 25px;
}

/* @end */
/* @group Aside ------------------------*/
aside .widget input {
    font-size: 1em;
    font-weight: lighter;
    line-height: 19px;
    color: #424242;
}

aside .ic-form-title,
.widget-title {
    font-size: 1.71429em;
    font-weight: bold;
    position: relative;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    border-bottom: none;
    background-color: #c8c8c8;
}

.widget-title:after {
    display: none;
}

aside .social-icons-lists.icons-background-rounded .socicon,
aside .social-icons-lists.icons-background-square .socicon {
    color: #000;
    /* border: 1px solid #000; */
    margin-left: 10px;
    padding: 10px !important;
    font-size: 18px !important;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
}

.social-icons-lists li.social-icons-list-item {
    margin: 7px;
}

.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon {
    opacity: 1 !important;
}

aside .social-icons-lists.icons-background-rounded .socicon:hover,
aside .social-icons-lists.icons-background-square .socicon:hover {
    background: linear-gradient(45deg, rgba(131,78,151,1) 31%, rgba(146,196,183,1) 81%)!important;
}

aside .widget {
    margin-bottom: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
}

aside .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside .widget_search {
    border: none;
    background: none;
}

aside .widget_search input,
input[type="search"] {
    border-radius: 0;
    border-radius: 3px!important;
    padding-right: 35px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px #999;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
}


.widget_familias > p,
aside .widget_categories > p {
    margin-bottom: 10px;
}

aside .widget_categories ul,
.widget_familias ul,
aside .custom-html-widget {
    list-style: none;
    padding: 10px;
    margin: 0;
}

aside .custom-html-widget img {
    width: 100%;
    height: 100%;
}

aside .widget_categories>ul .cat-item,
.widget_familias>ul li {
    width: 100%;
    margin-left: 10px;
}

aside .widget_categories ul .cat-item a,
.widget_familias ul li a {
    display: inline-block;
    position: relative;
    color: #424242;
    padding: 0px 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 18px;
    width: 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    padding-left: 30px;
    opacity: .7;
}

aside .widget_categories ul li:last-child a,
.widget_familias ul li:last-child a {
    border-bottom: none;
}

aside .widget_categories>ul .cat-item a:before,
.widget_familias ul li a:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #82b5a9;
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

aside .widget_categories>ul .cat-item a:hover,
.widget_familias ul li a:hover {
    text-decoration: none;
    color: #43766d;
    padding-left: 35px;
    opacity: 1;
}

aside .widget_categories>ul .cat-item a:hover:after,
.widget_familias ul li a:hover:after {
    color: #68B692;
    right: -5px;
}

aside .widget_tag_cloud {
    text-align: center;
}

aside .tagcloud {
    padding: 10px;
}

aside .widget_tag_cloud a {
    display: inline-block;
    color: #c8c8c8;
    font-size: 1rem !important;
    margin: 5px;
}

aside .widget_tag_cloud a:hover {
    color: #68B692;
    text-decoration: none;
}

aside .widget_tag_cloud .tagcloud :nth-child(3n+1) {
    font-size: 1.4rem !important;
}

aside .widget_tag_cloud .tagcloud :nth-child(3n+3) {
    font-size: 1.2rem !important;
}

aside .widget_tag_cloud .tagcloud :nth-child(7n+0) {
    font-size: 1.6rem !important;
}

aside .widget_tag_cloud .tagcloud :nth-child(-6n+5) {
    font-size: 1.8rem !important;
}

aside .widget_tag_cloud .tagcloud :nth-child(9n+0) {
    font-size: 2rem !important;
}

/* Responsive -----------------------------*/
@media (min-width: 1025px) {}

@media (min-width: 768px) {

    aside .social-icons-lists.icons-background-rounded .socicon,
    aside .social-icons-lists.icons-background-square .socicon {
        margin-left: -4px;
    }

    aside .widget_categories ul .cat-item a {
        padding-right: 11px;
    }

}

/* @end */
/* @group Paginator -------------------------------------------- */
.pagination .pages,
.pagination span.current,
.pagination span,
.pagination li a {
    border: none;
    color: #c8c8c8;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 24px;
    font-weight: normal;
    margin-right: 10px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: transparent;
}

.pagination .pages:hover {
    background-color: transparent !important;
    color: #82B5A9 !important;
    border: none;
}

.pagination li a.page:hover,
.pagination li a.page:focus {
    background-color: transparent !important;
    color: #82B5A9 !important;
    border: none;
}

.pagination .nextpostslink {
    padding: 5px 0;
}

.pagination .previouspostslink {
    padding: 5px;
}

.pagination span.current,
.pagination span.current:hover {
    background-color: #82b5a9;
    color: #ffffff;
}

.pagination li .nextpostslink,
.pagination li .previouspostslink,
.pagination li .nextpostslink:hover,
.pagination li .previouspostslink:hover {
    color: transparent !important;
    background-color: transparent !important;
}

.pagination li .nextpostslink:after,
.pagination li .previouspostslink:after {
    width: 100%;
    height: 100%;
    top: 0;
    font-family: 'FontAwesome';
    color: #c8c8c8;
}

.pagination li .nextpostslink:after {
    content: '\f061';
}

.pagination li .previouspostslink:after {
    content: '\f060';
}

.pagination li .nextpostslink:hover:after,
.pagination li .previouspostslink:hover:after,
.pagination>li > a.first:hover,
.pagination>li:last-child>a:hover,
.pagination>li:last-child>span:hover  {
    color: #82B5A9;
    background-color: transparent;
}
/* @end */
/* @group Cookie Notice -------------------------------------------- */
#cn-notice-text a {
    color: #68B692;
}

#cn-notice-text a:hover {
    color: #adeace;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    background: rgba(104, 182, 146, .8);
    border: 1px solid transparent;
    padding: 4px 20px;
    border-radius: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
}

#cookie-notice .cn-button:hover {
    border-color: #fff !important;
    background: #68B692;
}

#cookie-law-info-bar a.cli_settings_button {
  display: none;
}

/* @end */
/* @group Footer -------------------------------------------- */
body>footer {
    margin: 0;
    background: #393939;
    padding-top: 46px;
    padding-bottom: 51px;
    font-size: 13px;
    color: #c8c8c8;
}

footer .row> :nth-child(2) {
    padding: 0;
}

.col-sm-4 .copyright,
.col-sm-5 .copyright,
.col-sm-7 .copyright {
    padding-right: 10px;
    font-size: 13px;
}

.navbar-footer .list-inline a {
    font-size: 13px;
    color: #c8c8c8;
}

footer>.container>.row {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

footer>.container>.row :nth-child(3) {
    margin-top: -6px;
}

footer>.container>.row> :first-child img {
    max-height: 60px;
    height: auto;
}


footer.ic-footer .container>.row> :last-child {
    text-align: right;
}

footer.ic-footer .container>.row> :last-child>span,
footer.ic-footer .container>.row> :last-child>nav {
    display: inline-block;
    float: none !important;
    margin-right: 20px;
}

footer.ic-footer .container>.row> :last-child>nav ul> :first-child {
    margin-right: 18px;
}

body>footer .social-icons-lists li {
    margin-right: 10px !important;
}

footer .social-icons-lists li a>span {
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 13px !important;
}

footer .social-icons-lists li .socicon:hover {
    background-color: #fff !important;
}

footer .social-icons-lists li .socicon:hover:before {
    color: #555;
}

footer .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
footer .row .col-12 .image {
    max-height: initial !important;
    width: 200px;
    height: auto;
}

/* Responsive ----------------------- */
@media (min-width: 768px) and (max-width: 1197px) {

    .col-sm-4 .copyright {
        padding-right: 5px;
        margin-top: 2px !important;
    }

    .col-sm-4 .copyright,
    .col-sm-5.list-inline li a {
        font-size: 10px;
        padding: 0;
        margin: 0;
    }

    footer .container .list-inline>li {
        padding-right: 0;
        padding-left: 5px;
    }

    footer .social-icons-lists li a>span {
        padding: 8px !important;
    }

}

@media (max-width: 768px) {

    footer .container .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .container .row>.col-sm-4 {
        display: inherit;
        margin-bottom: 25px;
    }

    footer .container .row> :last-child {
        margin-bottom: 0;
    }

    footer.ic-footer .container>.row .col-sm-5 {
        margin: 20px 0;
    }

    footer .navbar-footer {
        margin-bottom: 20px;
    }

}

@media (max-width: 580px) {

    footer .container .row>.col-sm-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .copyright.pull-left {
        margin-bottom: 15px;
    }

    footer .list-inline {
        margin-left: 0;
    }

    footer .container>.row> :last-child>nav ul> :first-child {
        margin-right: 10px !important;
    }

    body>footer .social-icons-lists>li {
        margin: 0 4px !important;
    }

}

@media(max-width: 480px) {
    footer.ic-footer .container>.row .col-sm-7 {
        display: flex;
    }

    footer.ic-footer .container>.row .col-sm-7 .copyright {
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
    }

    footer.ic-footer .container>.row .col-sm-7 .copyright,
    footer.ic-footer .container>.row .col-sm-7 .navbar-footer {
        margin-right: 0 !important;
    }
}

@media(max-width: 360px) {
    footer.ic-footer .container>.row .col-sm-7 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* @end */

/************************************/
/* Style fixes for the template */
/************************************/
.submenu li {
    float: left;
    width: 100px;
    text-align: center;
border-right: solid 1px;
}

.submenu {
    list-style: none;
    width: 505px;
    margin-left: auto;
    margin-right: auto;}

.last_menu{border-right:none !important;}

.excerpt {
    text-align: justify;
}


nav.main_menu > ul > li > a > span.item_inner{
color:#24221F;
font-size:13px !important;
padding: 0 8px;
background-color:transparent;}

nav.main_menu > ul > li > a > span.item_inner:hover{
color:#91c3b7;}


.justificado{text-align:justify;}

.edgt_logo a{ height:83px !important;}

@media only screen and (max-width: 1200px){

.edgt_logo a{ height:62px !important;}
}

@media only screen and (max-width: 1000px){
.edgt_logo a {
    height: 80px !important;
}}

blockquote h4, blockquote > p {

    font-weight: 800 !important;

}

.boxes .latest_post_text .latest_post_title a:hover {
    color: #82B5A9;
}


p {font-size: 14px;
    line-height: 19px;}

.titular_grande{font-weight: 800 !important;}


.latest_post_holder.masonry .blog-list-masonry-item .latest_post .latest_post_title a:hover {
    color: #81b4a8 !important;
}

.edgt_logo .sticky {
    height: 80% !important;
}


.container {
    padding: 0;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu_categoria a {font-size:18px !important;
font-weight:bold;
text-decoration:underline;}

nav.main_menu>ul{    right: -88px;}


.latest_post_holder.masonry .blog-list-masonry-item .latest_post .post_info span {
    border-left-width: 0px;
    font-weight: bold;
   color:#000 !important;
}


.latest_post_holder.masonry .blog-list-masonry-item .post_info .post_author_link a:hover, .latest_post_holder.masonry .blog-list-masonry-item .post_info .post_categories a:hover {
    color: #80c4b9;
}


.side_menu_button>a>i, .side_menu_button>a>span:not(.popup_menu_inner) {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    vertical-align: bottom;
    display: none;
    width: inherit;
    text-align: center;
    -webkit-transition: opacity .15s ease-out,color .15s ease-out;
    -moz-transition: opacity .15s ease-out,color .15s ease-out;
    -ms-transition: opacity .15s ease-out,color .15s ease-out;
    -o-transition: opacity .15s ease-out,color .15s ease-out;
    transition: opacity .15s ease-out,color .15s ease-out;
}


.vc_text_separator.full .separator_content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    padding: 0 40px;
    font-size: 18px;
    line-height: 50px;
    color: #3e3e3e;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    background-color: transparent;
    font-weight: bold !important;
}

.edgt_image_with_text_over .front_holder_new.visible_holder_on_hover, .edgt_image_with_text_over:hover .front_title.visible_holder_before_hover {
    opacity: 0;
    filter: alpha(opacity = 0);
    font-size: 15px;
}

.blog_holder.blog_single.blog_standard_type article:not(.format-quote):not(.format-link) h2:hover {
    color: #80c4b9;
}

.blog_holder.blog_standard_type article:not(.format-quote):not(.format-link) .post_text .post_text_inner .post_info div a {
    color: #757572;
    font-weight: bold;
}

.blog_holder.blog_standard_type article, .blog_holder.blog_standard_type article:not(.format-quote):not(.format-link) .post_info:before, .blog_holder.blog_standard_type article:not(.format-quote):not(.format-link) .post_info:after {
    border-color: #757572;
}

h3 {
    text-transform: none;
}
nav.main_menu > ul > li.active > a > span.item_inner, header.sticky nav.main_menu > ul > li.active > a > span.item_inner {
    color: #82b5a9;
}

.colabora {
    line-height: 30px;
}

#cookie_hdr_showagain{display:none;}

#cookie-law-info-again{display:none;}

blockquote.cita-home p {
	color: #43766d;
	font-family: Playfair Display, sans-serif;
}

span.wpcf7-not-valid-tip {
    display: block;
    margin-left: 20px;
    margin-top: 7px;
}

.textp p{font-size:13px;}

.ls-nav-prev::after, .ls-nav-next::after {
    position: relative;
    /*display: block;*/
    width: 100%;
    height: 100%;
    font-family: 'ElegantIcons';
display:none;
}

.mt-cajas-inicio {
	margin-top: 5em;
	opacity: 0.8;
	border: 1px solid white;
}

img {
	max-width: 100%;
	height: auto;
}

.advgb-post-readmore {
	background: black;
	color: white;
	width: 75px;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
}
.advgb-post-readmore a {
	color: white;
}

h1, h2, h3, h4, h5 {
	font-family: Playfair Display, sans-serif;
}

.advgb-post-title a {
	font-size: 25px;
}

footer .hs-form label, footer .hs-form label span, footer p {
	color: rgb(200, 200, 200);
	margin-bottom: 10px;
}

footer form input[type="checkbox"] {
	background: white;
}

footer .widgettitle {
	color: white;
	font-size: 20px;
	font-family: inherit;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

footer .custom-html-widget,
footer .textwidget {
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

footer .hbspt-form {
	width: 80%;
	padding: 0;
	margin: 0;
}

footer .textwidget img {
	margin-right: 5px;
}

/* Contact button menu */
.menu-item-4583 {
	padding: 2px;
    background-color: #82b5a9;
    border: 1px solid transparent;
    border-radius: 5px;
	color: white;
}

.navbar .navbar-right > li.menu-item-4583 > a {
	color: white !important;
}

.navbar .navbar-right > li > a {
	max-width: none;
}

.quote-home {
	padding:0;
	margin:0;
	font-weight: bold;
	color: #43766d;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5 {
	margin-top: 0;
}

.youtube-video iframe {
	width: 100%;
	min-height: 550px;
	text-align: center;

}

/************************************/
/************************************/


/* Fixes and mobile fixes */

body.home h4.ugb-image-box__title {
	font-size: 2em;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.post-header .hero-caption .meta-reading-time > span {
    font-weight: 400;
}

/* @group Home ================================================== */

.home-posts .advgb-post-title a{
    font-size: 23px;
    font-weight: normal;
    color: #000;;
}

.home-posts .advgb-post-date{
    color: #999;;
}

/* @end */

@media only screen and (max-width: 600px) {

	.home-posts {
		width: 100%;
	}

	.advgb-recent-posts-block.grid-view.columns-4 .advgb-recent-posts {
		grid-template-columns: 1fr;
	}

	.container {
		padding: 2em;
	}

	footer {
		text-align: center;
	}

	footer .hbspt-form {
		width: 100%;
	}

}
