/*
 Theme Name:   BIGSEO Global
 Theme URI:    https://bigseo.com
 Description:  Default BIGSEO Theme
 Author:       Jonathan Mantilla
 Author URI:   https://jonathanmantilla.com
 Template:     generatepress
 Version:      0.1
*/

/*Navigation bar*/
#sticky-bar {
    border-bottom: 1px solid #E6E6E6;
    display: none;
}
body .ctas-top {
    justify-content: space-between;
}
#sticky-bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: block;
}
.admin-bar > #sticky-bar.sticky {
    top: 32px;
}
.sticky-bar-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #E6E6E6;
}
.admin-bar .main-navigation, .admin-bar .main-navigation ul.menu ul.menu {
    top: 42px;
}
.main-navigation, .main-navigation ul.menu ul.menu {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top:  10px;
}
.blog .main-navigation, .blog .main-navigation ul.menu ul.menu, .single-post .main-navigation, .single-post .main-navigation ul.menu ul.menu {
    position: relative;
    background: #121318;
    top: initial;
}
.main-navigation.navigation-stick, .main-navigation.navigation-stick ul.menu ul.menu {
    background-color: #121318;
}
#primary-menu .sub-menu li a, #generate-slideout-menu .sub-menu li a {
    border-bottom: solid 1px #333;
    padding: 20px 25px;
    font-size: 15px;
}
.main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul {
    transition: none;
}
body .gb-button-wrapper .gb-button {
    transition: none;
}
.full-height {
    height: 100vh;
    display: flex;
    align-items: center;
}
#footer-bigseo a:visited {
    color: #fff;
}

@media (max-width: 768px) {
    .navigation-branding .main-title, .mobile-header-navigation .site-logo {
        margin-left: 20px !important;
    }
    nav#mobile-header {
        padding-top: 10px;
    }
    nav#mobile-header.navigation-stick {
        padding-top: 0;
    }
}
span.gp-icon.icon-menu-bars, span.gp-icon.pro-close {
    font-size: 30px;
}
.main-navigation .main-nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
}
.mb-0 {
    margin-bottom:0;
}
ul.bs-list {
    list-style-type: none;
    margin: 0 0 1.5em 1.5em;
}
ul.bs-list li {
    margin-bottom: 10px;
}
.bs-list li:before {
    content: "";
    background-image: var(--wpr-bg-1c9ec8aa-94f9-4991-a464-87745607b6eb);
    background-repeat: no-repeat;
    background-size: 19px;
    display: inline-block;
    width: 28px;
    height: 16px;
    margin-left: -28px;
}
.fly-box {
    position: relative;
    overflow: hidden;
}
.fly-box figcaption {
    background: #fff;
    margin: 0;
    padding: 15px;
    font-size: 15px;
    text-align: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(120deg);
    transform: rotateX(120deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    bottom: -1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.fly-box:hover figcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
}
.fly-box:hover figcaption a {
    color: inherit;
}
.fly-box img, .zoom-hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.fly-box:hover img, .zoom-hover:hover {
    transform: scale(1.1);
}
.op-07 img {
    opacity: 0.7;
}
.op-07:hover img {
    opacity: 1;
}
.underline a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .fly-box figcaption {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}
/* Footer Toggle */
@media (max-width: 768px) {
    .f-toggle-movil div div {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .f-toggle-movil div div::after {
        content: "+";
        color: #fff;
        font-size: 25px;
        width: 32px;
        height: 32px;
        min-width: 32px;
        text-align: center;
    }
    .f-toggle-movil .ft-open div::after {
        content: "‒";
    }
    .f-toggle-movil div p {
        display: none;
    }
    #footer-bigseo .ft-open p {
        display: block;
    }
    .ft-open {
        margin-bottom: 30px;
    }
    #footer-bigseo .gb-headline:first-child {
        border-bottom: solid 0px #333;
        padding-bottom: 10px;
    }
}


/* FAQ accordion */
.gb-inside-container .lightweight-accordion summary {
    background: #fff;
}
.gb-inside-container .lightweight-accordion summary span,
.gb-inside-container .lightweight-accordion summary::marker {
    font-size: 20px;
}
.gb-inside-container .lightweight-accordion summary span { 
    font-weight: 700;
}
/* Accordion Style */
body .lightweight-accordion {
    margin: 0;
}
.lightweight-accordion-body b {
    margin-top: 14px;
    display: block;
}
.lightweight-accordion-body br {
    display: none;
}
.lightweight-accordion summary.lightweight-accordion-title:hover {
    border:1px solid #CDCDCD;
}
.lightweight-accordion > details > .lightweight-accordion-title {
    padding: 20px 15px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease;
    list-style: none;
    border:1px solid #CDCDCD;
}
.lightweight-accordion-body {
    border: 1px solid #CDCDCD;
    border-top: none;
}
.lightweight-accordion > details > .lightweight-accordion-title h3, .lightweight-accordion > details > .lightweight-accordion-title h2, body .lightweight-accordion .lightweight-accordion-title p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.lightweight-accordion:hover > details > .lightweight-accordion-title h3, .lightweight-accordion:hover > details > .lightweight-accordion-title h2 {
    /*color: #0020ff;*/
}
.lightweight-accordion > details > .lightweight-accordion-title::marker {
    content: "";
}
::-webkit-details-marker {   display:none; }
.lightweight-accordion > details > .lightweight-accordion-title::after {
    background-image: var(--wpr-bg-cbd257f1-449e-4627-9489-54f789465a98);
    background-repeat: no-repeat;
    background-size: 24px;
    content: "";
    width: 24px;
    height: 23px;
    min-width: 24px;
}
.lightweight-accordion:hover > details > .lightweight-accordion-title::after {
    opacity: 1;
}
.lightweight-accordion > details[open] > .lightweight-accordion-title::after {
    background-image: var(--wpr-bg-2a70e9cc-6873-489e-a0db-ca7249379a68);
    background-repeat: no-repeat;
    background-position: 0 50%;
    opacity: 1;
}
.lightweight-accordion > details[open] {
    background: #fff;
}
.lightweight-accordion > details {
    margin-bottom: 10px;
}
.lightweight-accordion-body p {
    font-size: 17px;
    margin-bottom: 0;
}
body .lightweight-accordion .lightweight-accordion-body {
    padding: 20px;
}
/* BLOG */

/* SINGLE POST */
#recent-posts-2 ul li {
    list-style: inside;
    font-size: 15px;
    color: #bfbfbf;
}z
aside#recent-posts-2 h2.widget-title {
    font-weight: 700;
}
/* Carreras */
.carreras-box {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
/* HS Forms */
.hbspt-form input {
    width: 100%;
    margin-bottom: 20px;
}
input.hs-button.primary.large {
    background: #0020ff;
}
ul.no-list.hs-error-msgs.inputs-list {
    margin: 5px 0;
    list-style: none;
    color: red;
    font-size: 15px;
}
.hbspt-form ul.inputs-list {
    margin: 5px 0;
    list-style: none;
}
.hs-form-booleancheckbox label {
    display: flex;
    margin: 0 0 10px 0;
}
.hs-form-booleancheckbox label input {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.page-id-78176 .hs-form-booleancheckbox label span, .page-id-78176 .hs-form-booleancheckbox label a, .page-id-80021 .hs-form-booleancheckbox label span, .page-id-80021 .hs-form-booleancheckbox label a {
    color: #fff;
    font-size: 15px;
}

/*LISTA SIDEBAR*/
ul.list-sidebar li {
    list-style: square;
    color: #E6E6E6;
}
.sidebar .widget ul.list-sidebar a {
    color: #1662EA;
}

/** OPINIONES NEWSLETTER **/
.meta-newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.meta-newsletter img {
    max-width: 350px;
	margin: 10px;
}

.owl-prev, .owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { left: -40px; }
.owl-next { right: -40px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

@media (max-width: 768px) {
    .owl-prev, .owl-next {
        width: 25px;
    }
    .owl-prev { left: -30px; }
    .owl-next { right: -30px; }
    .business-cases-carousel.owl-carousel, .profes-carousel.owl-carousel, .testimonial-carousel.owl-carousel {
        padding: 0 10px;
    }
}
/* WhatsApp */
.wa-link {
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: 6rem;
}
.wa-support img {
    width: 64px;
}
@media (max-width: 768px) {
    .wa-link {
        bottom: 11.7rem;
    }
    .grid-profes .gb-grid-column:nth-child(n+7) {
        display: none;
    }
    .grid-profes.grid-profes-open .gb-grid-column:nth-child(n+7) {
        display: block;
    }
    div#profesorado .gb-grid-column > .gb-container {
        height: 100%;
    }
    div#profesorado > .gb-grid-column > .gb-container > .gb-container {
        height: 100%;
    }
    .grid-resenas .gb-grid-column:nth-child(n+4) {
        display: none;
    }
    .grid-resenas.grid-resenas-open .gb-grid-column:nth-child(n+4) {
        display: block;
    }
    a.gb-button.gb-button-71e22bd0.gb-button-text.ocultar-profesorado.showbtn, a.gb-button.gb-button-9ce2c91d.gb-button-text.ver-profesorado.showbtn, a.gb-button.gb-button-d92b472f.gb-button-text.ocultar-resenas.showbtn, a.gb-button.gb-button-87ce9907.gb-button-text.ver-resenas.showbtn {
        display: block !important;
    }
    a.gb-button.gb-button-text.ver-business.showbtn, a.gb-button.gb-button-text.ocultar-business.showbtn {
        display: block !important;
    }
}
@media (min-width: 768px) {
    a.gb-button-9ce2c91d.ver-profesorado, a.gb-button.gb-button-87ce9907.gb-button-text.ver-resenas {
        display: none;
    }
}
a.gb-button-71e22bd0.ocultar-profesorado, a.gb-button.gb-button-d92b472f.gb-button-text.ocultar-resenas, a.gb-button.gb-button-text.ocultar-business {
    display: none;
}
a.gb-button.gb-button-text.ver-business.showbtn, a.gb-button.gb-button-text.ocultar-business.showbtn {
    display: inline-flex !important;
}
.grid-business .gb-grid-column:nth-child(n+7) {
    display: none;
}
.grid-business.grid-business-open .gb-grid-column:nth-child(n+7) {
    display: block;
}

/* Contact Form */
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-form {
    background: #1662EA;
}
span.wpcf7-form-control.wpcf7-acceptance a {
    color: #1662EA;
}
.wpcf7 input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

/* Carousels */
/*.owl-carousel {
    text-align: center;
    color: #fff;
}
.owl-carousel.off {
    display: block;
}
*/
.img-logo-profes img {
    width: auto !important;
    max-height: 30px;
}
.testimonial-carousel .owl-stage {
    display: flex;
}
.testimonial-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-carousel .owl-item img.img-auto {
    width: auto;
}
.owl-carousel .owl-item img.img-auto.img-business {
    max-height: 30px;
}
.meta-testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
}
.meta-testimonial img {
    border-radius: 100px;
    max-width: 80px;
}
.meta-testimonial span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}
.testimonial-name {
    display: flex;
    flex-direction: column;
    text-align: left;
}
span.testimonial-company {
    font-size: 12px;
    color: #afafaf;
    font-weight: 500;
}
/* Background Video Header */
.background-video {
    position: absolute;
    opacity: 0.2;
}
video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*Resultado Test SEO*/
@media (max-width: 767px) {
    h1.resultado-test-titular {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
h1.resultado-test-titular {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--base-3);
}
/* Thrive Leads Custom */
body .tve_lg_input_container.tve-new-checkbox .tve-checkmark {
    width: 22px;
    height: 22px;
}
.blur {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
div#sticky-blackfriday.sticky-bf {
    position: fixed;
    width: 100%;
}


.lightweight-accordion.big-accordion {
    border-radius: 8px;
    overflow: clip;
}
.lightweight-accordion.big-accordion > details > .lightweight-accordion-title {
    border: none;
    background: none;
}
.lightweight-accordion.big-accordion > details > .lightweight-accordion-title span {
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
}
.big-accordion .lightweight-accordion-body {
    border: none;
    color: #fff;
}
.lightweight-accordion.big-accordion > details > .lightweight-accordion-title::after {
    background-image: var(--wpr-bg-468fe0a8-47f9-467b-99f2-3c93360b4a85);
}
.lightweight-accordion.big-accordion > details[open] > .lightweight-accordion-title::after {
    background-image: var(--wpr-bg-41451362-7942-4752-84d1-eee70305782d);
    background-size: 17px;
    width: 20px;
    min-width: 21px;
}
.gb-inside-container .lightweight-accordion.big-accordion summary, .lightweight-accordion.big-accordion > details[open] {
    background: #222327;
}
.gb-inside-container .lightweight-accordion.big-accordion summary:hover, .lightweight-accordion.big-accordion > details[open]:hover {
    background: #303136;
}
@media screen and (max-width: 768px) {
    .lightweight-accordion.big-accordion > details > .lightweight-accordion-title span {
        font-size: 16px;
    }
}