/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
    display: none
}

:root {
    scrollbar-color: var(--principal) var(--gris);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--gris);
}

::-webkit-scrollbar-track {
    background-color: var(--gris);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--principal);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--secundario);
}

body {
    --mfn-column-gap-bottom: 0;
}

body a {
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body .form-legal {
    font-size: 0.7em;
    line-height: 1.5em;
    opacity: .7;
    padding: 10px;
    text-align: justify;
}

body input[name="politica"] + span {
    font-weight: 500;
}

body #cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;
}

body #cmplz-document h2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 60px;
}

body #cmplz-document h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body #cmplz-document h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body .principal {
    color: var(--principal);
}

body .secundario {
    color: var(--secundario);
}

body .blanco {
    color: var(--blanco);
}

body .listNone {
    list-style: none !important;
    margin: 0 !important;
}

body .listNone li {
    display: flex;
    align-items: flex-start;
}

body .listNone li i {
    margin-right: 10px;
    color: var(--principal);
    font-size: 1.2em;
    margin-top: .1em;
}

body.button-custom .button .button_label,
body.button-custom input[type="submit"],
body.button-custom button:not(.cc-btn),
body.button-custom .action_button {
    text-transform: uppercase;
}

body.button-custom .button {
    transform-origin: left;
}

body.button-custom .align_right .button {
    transform-origin: right;
    margin-right: 0;
    margin-left: 10px;
}

body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
    display: none;
}

body p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

body #cmplz-manage-consent .cmplz-manage-consent{ 
    background-image: url(imagenes/fondo-ajustes.svg); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 100%; 
    right: unset !important; 
    left: 0px; 
    font-size: 0px; 
    color: var(--negro) !important; 
    width: 140px; 
    background-color: transparent !important; 
    box-shadow: unset !important; 
    bottom: -2px !important; 
    padding: 0 !important; 
}

body #cmplz-manage-consent .cmplz-manage-consent:before{
    content: "";
    background-image: url(imagenes/icono-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before{
    transform: translate(-50%, -54%);
    -webkit-transform: translate(-50%, -54%);
    -moz-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    -o-transform: translate(-50%, -54%);
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    letter-spacing: 0;
    font-size: 14px !important;
    text-transform: none;
}

body.admin-bar .full-screen .section_wrapper {
    min-height: calc( 100vh - 32px );
}

body .section.has-video .section_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .section.has-video .section_video video {
    top: unset;
    left: unset;
}

.joinchat--left .joinchat__button {
    left: 20px;
    bottom: 40px;
}

body.style-simple .responsiveWidth {
    max-width: calc( 2 * var(--halfSection) );
}

body #Wrapper {
    background: url(https://conocefivecast.invbit.systems/wp-content/uploads/2024/01/fondo-2024-01-02.svg) top center/100% auto repeat-y;
}

body #Content,
body #Header_wrapper,
body #Subheader {
    background: none;
}

body.mobile-side-slide {
    overflow: hidden !important;
}


/*********************************\
              HEADER
\*********************************/
body #Top_bar .menu li ul li {
    width: 250px;
    line-height: 1.5;
}

body #Top_bar .search_wrapper button[type="submit"] {
    display: none;
}

body.header-fixed #Top_bar:not(.is-sticky) {
    box-shadow: none;
}

body #Top_bar .menu > li.current-menu-item.neverActive > a:not(:hover) {
    color: inherit;
}

body.menu-line-below-80 #Top_bar:not(.is-sticky) .menu > li > a:not(.menu-toggle):after,
body #Top_bar .menu > li a:not(.menu-toggle):after {
    height: 2px;
    background: var(--principal);
}


/*********************************\
              FOOTER
\*********************************/
body #Footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body #Footer .widgets_wrapper .widget {
    margin: 0;
}

body #Footer .copyright a:hover {
    text-decoration: none;
}

body #Footer .footer_copy {
    border: 0;
    background: var(--negro);
    color: var(--blanco);
}

body #Footer .footer_copy a {
    color: var(--blanco);
}

body #Footer .footer_copy a:hover {
    color: var(--gris);
}

body #Footer .footer_copy .one {
    --mfn-column-gap-bottom: 15px;
    padding-top: 30px;
    margin-bottom: 0;
    border-top: solid 1px var(--gris);
}

body #Footer .footer_copy .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

body #Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body #Footer .copyright .menu {
    gap: 0 10px;
    flex-direction: row;
}

body #Footer .menu li:after {
    content: none;
}

body #Footer .menu a {
    padding: 5px 0;
}

body #Footer .footer_copy .copyright {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .02em;
    float: none;
    text-align: center;
    margin-bottom: 15px;
}

body #Footer .footer_copy .copyText {
    margin: 0 0 5px;
}

body #Footer .footer_copy .social {
    line-height: 0;
}

body #Footer .footer_copy .social li a {
    font-size: 22px;
    line-height: 1;
}

body #back_to_top {
    padding: 0;
    border-color: transparent;
}

/*Kit digital*/
body #Footer .footer_action {
    background: none;
}

body #Footer .footer_action .one {
    margin-bottom: 0;
}

body #Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

body #Footer .footer_action .financiacion > div {
    line-height: 0;
}

body #Footer .footer_action .financiacion > div img {
    max-height: 50px;
    width: auto;
}

body #Footer .footer_action .financiacion > div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
	body #Footer .footer_action .financiacion {
		grid-template-columns: 1fr 1fr;
		text-align: center;
		gap: 5px;
	}

	body #Footer .footer_action .financiacion > div:last-child {
		grid-column: 1 / span 2;
	}
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}


/*********************************\
              INICIO
\*********************************/
body .backFullWidth .mcb-background-overlay {
    background-size: 100% auto;
}

body .content_slider .content_slider_ul .slick-list {
    overflow: visible !important;
}

body .content_slider .content_slider_ul .slick-slide {
    max-width: 100vw;
}

body .circleImage .image_wrapper {
    overflow: visible;
}

body .circleImage .image_wrapper:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    background: var(--principal);
    opacity: .5;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

body .circleImage.right .image_wrapper:before {
    top: 0;
    left: 0;
}

body .circleImage.left .image_wrapper:before {
    bottom: 0;
    right: 0;
}

body .categorySlider .slick-slide {
    padding: 0 25px;
}

body .categorySlider .slick-slide > a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

body .categorySlider .slick-slide > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secundario);
    opacity: .6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 1;
}

body .categorySlider .slick-slide > a:hover:before {
    opacity: .3;
}

body .categorySlider .slick-slide > a img {
    margin: 0 !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    z-index: 0;
}

body .categorySlider .slick-slide > a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

body .categorySlider .slick-slide > a .title {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px;
    z-index: 2;
}


/*********************************\
             CONTACTO
\*********************************/
body.button-custom .wpcf7-form [type="submit"] {
    width: 100%;
    margin: 0 !important;
    background: var(--principal);
    color: var(--secundario);
}

body.button-custom .wpcf7-form [type="submit"]:hover {
    background: var(--blanco);
    color: var(--secundario);
}

body .wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}


/*********************************\
          CÓMO FUNCIONA
\*********************************/
body .accordion .question .title i {
    background: var(--principal);
    width: 23px !important;
    height: 23px !important;
    left: 15px !important;
    top: 15px !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


/*********************************\
          BLOG / NOTICIAS
\*********************************/
/* Fixed nav arrows */
body .fixed-nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .fixed-nav .desc .date {
    font-size: 13px;
    color: var(--gris);
    border: 0;
}

body .fixed-nav .desc .date .icon-clock {
    display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

body .widget:not(.widget_block) > h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

body .mcb-sidebar select {
    width: 100%;
}

body .widget_categories ul {
    list-style: none;
    padding: 0;
    background: none;
}

body .widget_categories ul li:after {
    content: none
}

body .widget_categories ul li a {
    padding: 5px 10px;
    background: var(--principal);
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
    background: var(--secundario);
}


/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

body .woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

body .woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}

body .woocommerce div.product form.cart .reset_variations,
body .woocommerce .sku_wrapper {
    display: none;
}


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1239px) {
    
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    body .Recent_posts ul li .photo {
        display: none;
    }

    body .Recent_posts ul li a .desc {
        margin: 0;
    }
}

@media only screen and (max-width: 959px) {
    body #Top_bar .top_bar_left {
        width: 100%;
    }

    body .animate {
        animation-delay: 0ms !important;
    }

    body #Footer .footer_copy .mcb-column-inner {
        flex-direction: column;
    }

    body #Footer .copyright .menu {
        justify-content: center;
    }

    body #Footer .footer_copy .copyright {
        text-align: center;
    }

    body #Footer .footer_copy .social {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    body .paddingLeft {
        padding-left: 40px;
    }

    body .paddingRight {
        padding-right: 40px;
    }

    body #Top_bar.is-sticky .menu > li > a:after {
        bottom: -1px;
    }
}

@media only screen and (max-width: 767px) {
    .joinchat {
      --bottom: 20px;
    }
      
    .joinchat--left .joinchat__button {
        bottom: 0;
    }

    body .hideMobile {
        display: none !important;
    }

    body #Top_bar.is-sticky {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    }

    body.style-simple .responsiveWidth {
        max-width: 670px;
        padding: 0 33px;
    }
}

@media only screen and (max-width: 480px) {
    body .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    body .woocommerce .quantity {
        width: 100%;
        margin: 0 0 5px !important;
    }

    body .woocommerce .product div.entry-summary .cart .button {
        width: 100%;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr {
        display: flex;
        flex-direction: column;
        padding: 0 0 10px;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr:last-child {
        padding: 0;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes th,
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes td {
        width: 100%;
        padding: 0;
        text-align: left;
    }
}
