/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2024 | 12:27:35 */
/* Styling for Grid Section */
@media (min-width: 850px) and (max-width: 1150px) {
    .category-box-list .list-item {
        padding-top: 19.5px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .section-container .section-ac .gb-layout-column-wrap {
        grid-gap: 0 1em;
    }

    .section-col {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}

@media (min-width: 800px) and (max-width: 1400px) {
    .ct-section-col .gb-block-layout-column-inner {
        padding: 7px 0px 10px 0px !important;
    }
}

.category-box-header.d-flex.f-align-center.col-third {
    border-bottom: 0.0625rem solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: -10px;
}

.header-icon.course img {
    width: 27px !important;
}

.category-box.third, .ct-section-post {
    padding: 1.5rem !important;
}

.ct-section-post {
    padding-top: 0px !important;
}

.header-icon img {
    width: 20px;
}

.featured-tittle {
    font-size: 24px;
    margin: 0px;
    font-weight: bold;
}

.category-box-header h5 {
    font-size: 24px;
}

.ct-section-post .d-flex.f-align-center {
    padding-bottom: 3px;
    color: #060606;
    padding-top: 3px;
    border-top: 1px solid #f0f0f0;
}

.ct-section-post .d-flex.f-align-center:first-child {
    border-top: none;
    padding-top: 1.6px;
}

.list-item-thumb-img {
    margin: 20px;
}

.section-col {
    margin-top: -204px;
}

.ct-section-col.gb-block-layout-column {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 64px 64px -48px rgba(7,20,41,.1);
}

.category-box-header h5 {
    font-size: 24px;
}

.ct-section-post .d-flex.f-align-center {
    padding-bottom: 3px;
    color: #060606;
    padding-top: 3px;
    border-top: 1px solid #f0f0f0;
}

.ct-section-post .d-flex.f-align-center:first-child {
    border-top: none;
    padding-top: 1.6px;
}

.list-item-thumb-img:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(https://www.marketing91.com/wp-content/uploads/2023/08/List-Post.png) no-repeat;
    background-size: 24px 24px !important;
    margin-left: -10px;
    margin-top: -12px;
}

.list-item-thumb-img {
    margin: 20px;
}

.section-col {
    margin-top: -204px;
}

.ct-section-col.gb-block-layout-column {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 64px 64px -48px rgba(7,20,41,.1);
}

.f-align-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.category-box {
    padding: 1.5rem;
}

.category-box .category-box-list {
    padding-top: 0.5rem;
}

.category-box .category-box-header .header-icon {
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #f9f9f9;
    margin-right: 0.75rem;
}

.category-box-header.d-flex.f-align-center h5 {
    margin-bottom: 0;
}

.category-box .category-box-list .list-item {
    border-top: 0.0625rem solid #f0f0f0;
}

.category-box-list .list-item {
    padding-top: 12.5px;
    padding-bottom: 1rem;
    text-decoration: none;
    color: inherit;
}

.list-item .list-item-number {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25rem;
    width: 1.5625rem;
    text-align: center;
}

.list-item .list-item-thumb {
    margin-left: 0.5rem;
    display: flex;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.list-item .list-item-thumb img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.list-item .list-item-title {
    margin-left: 0.75rem;
    font-weight: 400;
    font-size: 18px;
}

.tooltip-mb {
    margin-left: 0.5rem;
    display: flex;
    position: relative;
}

.tooltip-mb .fa.fa-info-circle {
    color: #cfcfcf;
    font-size: 14px;
    margin-left: 5px;
}

.tooltip-mb .fa.fa-info-circle:hover {
    color: #333 !important;
}

.tooltip-mb {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.has-tooltip-mb {
    display: none;
    position: absolute;
    background-color: #000;
    color: white;
    font-family: Inter,sans-serif;
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.375rem;
    font-size: 10px;
    bottom: 100%;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tooltip-mb:hover .has-tooltip-mb {
    display: block;
}

.has-tooltip-mb::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 1;
}

h1.wp-block-heading.has-text-align-center.fade-up.has-black-color.has-text-color {
    color: white;
}

@media (max-width: 849px) {
    .section-ac .gb-layout-column-wrap {
        display: inherit;
    }
}

@media (max-width: 600px) {
    .section-ac {
        padding-top: 32px !important;
    }

    .ct-section-col .gb-block-layout-column-inner {
        padding: 10px 4px 10px 4px !important;
    }
	.category-box-header.d-flex.f-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}		
}

/* End of Grid Section Styling */

/* Styling for Accordion */

.sp-collapse ul li a.active {
    background-color: #b8e2ff;
    color: #333;
}
.sp-collapse ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.sp-collapse ul li a:hover {
    background-color: #e0e0e0;
}

.sp-collapse ul li {
    margin: 0;
    padding: 0 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 0px;
}

.sp-easy-accordion>.sp-ea-single>.ea-header a {
    background-color: #1484c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    color: white !important;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
    float: left;
    color: #444;
    font-size: 16px;
    background-color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.header-full-width.sidebar-content-sidebar .sidebar-secondary {
    position: sticky;
    top: 62px;
}

.sp-easy-accordion {
    max-height: 520px;
    overflow-y: auto;
}

.ea-body a.active {
    font-weight: bold;
    color: blue;
}

.ea-body a.active {
    position: relative;
}

/* Styling for the scrollbar */
.header-full-width.sidebar-content-sidebar .sidebar-secondary ::-webkit-scrollbar {
    width: 6px;
}

.sp-easy-accordion::-webkit-scrollbar-track {
    background-color: #cbcbcb;
}

.sp-easy-accordion::-webkit-scrollbar-thumb {
    background-color: #818080;
    border-radius: 6px;
}

.sp-easy-accordion::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
/* End of Accordion Styling */


/* Other Section Styling */
img.avatar.avatar-38.photo {
    margin-right: 10px !important;
    margin-top: -8px;
}

span.reading-time {
    margin-left: 3px;
	    margin-right: 3px;
}

.entry-modified-time {
    margin-left: 3px;
}

.entry-header .entry-meta, .entry-header .entry-meta a, .entry-header .entry-meta .entry-modified-time {
    margin-right: 3px;
}

span.entry-categories {
    margin-left: 6px;
}

@media only screen and (max-width: 600px) {
img.avatar.avatar-38.photo {
margin-top: 0px;
}
span.entry-categories a {
    line-height: 24px;
}
.entry-header .entry-meta {
    line-height: 30px;
}
}

span.entry-categories {
    position: relative;
}

.entry-categories a {
    display: inline-block;
    background-color: #0e82c6 !important;
    border-radius: 7px !important;
    padding: 1px 7px 1px 4px !important;
    color: white !important;
    font-size: 14px;
    text-align: center;
    position: relative;
	    margin-left: 9px;
}

.entry-categories a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
}

.entry-categories a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #0e82c6;
    position: absolute;
    left: -6px !important;
    top: 1px;
}

span.entry-categories a {
    color: white;
    text-decoration: none;
}

span.entry-categories a:hover {
    color: #f0f0f0;
}

.home span.entry-categories {
    margin-left: 9px;
}

/* Styling of Links*/

.IRPP_minimalist .postTitle, .yarpp-related-shortcode a {
    color: #147bb5 !important;
    font-size: 18px;
}


.code-block a {
    border-bottom: 0;
}

.hub-list-style li a, .author-box-content p a {
    color: #147bb5 !important;
}

/* End Links for Styling*/



body, .nav-primary .genesis-nav-menu a {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
}

/* End of Other Section Styling */

/* Styling Old Accordion */
.accordions {
    font-family: 'Inter', sans-serif;
}

.accordions-head {
    font-family: 'Inter', sans-serif;
}

.accordion-content {
    font-family: 'Inter', sans-serif;
    padding: 0 !important;
}

.acc_active {
    background: #b8e2ff;
    border-radius: 0px !important;
    font-weight: bold;
}

.accordions .accordion-icons {
    float: left;
    color: #444 !important;
    font-size: 16px;
    background-color: white !important;
    border-radius: 50%;
    width: 28px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    transition: transform 0.3s;
}

.accordions .ui-accordion-header-active .accordion-icons {
    transform: rotate(180deg);
}

.ui-accordion-header,
.ui-accordion-content {
    border: none;
}

.accordions-head-title, .ui-accordion-content {
    font-size: 16px !important;
}

.accordion-content p:last-child {
    padding: 8px 16px;
}

.ui-accordion-content {
    line-height: 28px;
}

.accordions-head {
    background-color: #2f86d6 !important;
    color: #333;
    font-size: 15px;
    padding: 12px !important;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    transition: background-color 0.3s;
}

.accordion-content {
    color: #555 !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-radius: 0 0 5px 5px !important;
}

.accordion-content ol li:hover {
    background-color: #e0e0e0;
}

.accordion-content ol li {
    margin: 0;
    padding: 3px 9px;
    font-size: 15px;
    line-height: 1.6;
}

.accordion-content ol li:last-child {
    margin: 0;
    padding: 9px 12px;
}

.items.ui-accordion ::-webkit-scrollbar {
    width: 6px;
}

.items.ui-accordion::-webkit-scrollbar-track {
    background-color: #cbcbcb;
}

.items.ui-accordion::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 6px;
}

.items.ui-accordion::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* End of Old Accordion Styling */



.site-header {
    position: relative;
}

@media only screen and (min-width: 1001px) {
    .content-sidebar-wrap {
        margin-top: -40px;
    }
}

.acc_active a, li.acc_active {
    color: #333;
}

/* NEXT Buttons CSS */

.wp-block-buttons>.wp-block-button {
    margin: 5px;
}

.wp-block-button a {
    color: #ffffff;
}

.wp-block-button__link.has-background {
    padding: 1px 15px 1px 15px;
    font-size: 20px;
    background: linear-gradient(107deg, #d11450, #ee2e24);
    border: 0px;
}

.wp-block-button__link.has-background:hover {
    color: white;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
    border-bottom: 1px solid #0000FF;
    border-radius: 0px;
    padding: 0px;
    margin-left: 10px;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
    border-bottom: 1px solid #008EFB;
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background {
    background: linear-gradient(107deg, white, white);
}

.wp-block-button__link.has-black-color.has-white-background-color.has-text-color.has-background:hover {
    background-image: linear-gradient(to right, white 40%, white 100%);
    color: #008EFB;
}
/* NEXT Buttons CSS END */

.read-m-ar {
    padding: 6px 12px
}

.yarpp-related a {
    font-weight: 500;
}

.yarpp-related-shortcode a {
    color: blue;
}


/* Fixed position of read-more button */
a.read-m-ar {
    margin: inherit !important;
    position: inherit !important;
}


/* Three Column Layout CSS*/
@media only screen and (min-width: 1000px) {
    .header-full-width.sidebar-content-sidebar main.content {
        background-color: #fff;
         margin-top: 12px;
        border-radius: 10px;
        padding: 27px 18px 15px 17px;
    }

    body.header-full-width.sidebar-content-sidebar {
        background-color: #f4f4f4;
    }

    body.header-full-width.sidebar-content-sidebar .wrap {
        margin: 0 auto;
        max-width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .header-full-width.sidebar-content-sidebar section.author-box {
        margin: 0px;
    }
}

@media only screen and (min-width: 1001px) {
    .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap, .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        margin-top: -57px;
    }
}

@media only screen and (min-width: 1201px) {
    body.post-template-default.header-full-width main.content {
        width: 75% !important;
    }
}

@media only screen and (min-width: 1700px) {
    body.post-template-default.header-full-width .author-box .avatar {
        width: 12% !important;
    }
}

main.content.header-full-width.sidebar-content-sidebar {
    padding: 27px 18px 15px 17px;
    margin: 22px 22px;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {

    .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        width: 100%;
    }

    body.post-template-default.header-full-width.sidebar-content-sidebar.genesis-breadcrumbs-hidden.genesis-footer-widgets-visible .sidebar-primary {
        width: 100%;
    }

    .vi-sticky-ad, div#vi-sticky {
        position: inherit !important;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 85%;
    /* Adjust the width as needed */
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {

    .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        width: 100%;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 79%;
    /* Adjust the width as needed */
    }

    .sidebar-primary .widget {
        width: 300px;
    }
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
    width: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .header-full-width.sidebar-content-sidebar .content-sidebar-wrap {
        display: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }

    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        float: left;
        width: 24%;
    /* Adjust the width as needed */
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 74%;
    /* Adjust the width as needed */
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1460px) {
  .header-full-width.sidebar-content-sidebar .sidebar-secondary {
    width: 17%;
  }

  .header-full-width.sidebar-content-sidebar main.content {
    margin-right: 14px;
  }

  body.post-template-default.header-full-width main.content {
    margin-left: -34px;
    width: 70% !important;
  }

  .accordions-head-title, .ui-accordion-content {
    font-size: 14px !important;
  }

  .accordion-content ol li {
    font-size: 13px;
  }

  .header-full-width.sidebar-content-sidebar .sidebar-secondary .widgettitle {
    font-size: 15px;
  }
}


@media only screen and (min-width: 1461px) and (max-width: 1500px) {
    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        width: 20%;
    }

    .header-full-width.sidebar-content-sidebar main.content {
        margin-right: 14px;
    }
}

@media only screen and (min-width: 1501px) {
    .header-full-width.sidebar-content-sidebar .sidebar-secondary {
        width: 16%;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
        width: 84%;
    }

    .header-full-width.sidebar-content-sidebar main.content {
        margin: 22px 22px;
			margin-top: 12px;
    }
}

@media only screen and (min-width: 1201px) {
    .header-full-width.sidebar-content-sidebar .sidebar-primary {
        margin-top: 1px;
    }
}
/* Three Column Layout CSS END*/


/* TOC CSS*/
div#ez-toc-container ul.ez-toc-list a {
    border: 0;
}

.ez-toc-icon-toggle-span {
    display: inherit !important;
}

div#ez-toc-container {
    padding-bottom: 9px !important;
}

#ez-toc-container a {
    margin-bottom: 10px;
}

.ez-toc-list {
    column-count: 2;
    column-gap: 20px;
}

.ez-toc-list-level-1,
.ez-toc-list-level-2,
.ez-toc-list-level-3 {
    break-inside: avoid;
    page-break-inside: avoid;
}

@media (max-width: 768px) {
    .ez-toc-list {
        column-count: inherit !important;
        column-gap: inherit !important;
    }
}

.ez-toc-title-container {
    display: block !important;
}

div#ez-toc-container.ez-toc-v2_0_49.counter-hierarchy.ez-toc-counter.ez-toc-container-direction.toc_close {
    padding: 20px 28px 0px;
    width: 100% !important;
}

div#ez-toc-container {
    padding-bottom: 0px;
    background: radial-gradient(59.51% 110.17% at 50% -10.17%, #c9e7ff 0, #dff0fc 100%);
}
/* TOC END CSS*/



.sp-easy-accordion .sp-ea-single .ea-header a {
    font-weight: 500;
}

/* Breadcrumb*/
.breadcrumb-top {
    font-size: 15px;
}
/*Breadcrumb END CSS*/

/* CUSTOM TAGS LINKS CSS*/
a.more-link {
    background-color: #0767da;
    margin: 6px;
    border-radius: 7px;
    padding: 5px 12px 5px 10px;
    width: auto;
    color: white;
}

a.more-link:hover {
    color: #ddd;
}

/**Site Header sticky**/
@media only screen and (min-width: 1001px) {
.site-header {
  position: sticky;
}
}

/**Academy on hover **/
.get-started a:focus {
  color: #fff;
}

/**Related Post Style**/
.yarpp-template-list {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 16px;
    border-left: 1px solid #ddd;
    margin: 50px 0px 5px;
    background: linear-gradient(to left, #e8f2ff, #fff);
    border-bottom: 6px solid #ddd;
    border-radius: 6px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.yarpp-template-list ol li {
    margin-left: 20px;
    line-height: 35px;
}

.yarpp-template-list ol li a {
    font-weight: 400;
    color: #147bb5 !important
}

.yarpp-template-list ol li a:hover {
    font-weight: 400;
    color: #147bb5 !important;
    border-bottom: 1px solid #147bb5;
}
/* CUSTOM TAGS LINKS END CSS*/
/* MIO CSS CAJA PUNTOS*/
.caja-puntos{
  padding: 20px 15px 5px 15px;
  border-left: 5px solid #0e82c6;
  background: #F5F5F5;
  margin-bottom: 30px;
  line-height: 26px !important;
}
.title-caja-puntos{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.title-caja-puntos::before {
  content: "\2605";
  padding-right:10px;
  font-size:3.5rem;
  color: #0e82c6;
}
/* MIO RECAPTCHAV3 */
.grecaptcha-badge { 
    visibility: hidden;
}
/* Varias Paginas >> .page-id-3411 .grecaptcha-badge, .page-id-1000 .grecaptcha-badge { */
.page-id-3610923 .grecaptcha-badge {
    visibility: visible !important;
}