/*
Theme Name: Beteve
Theme URI: https://afterimagedesigns.com/beteve/
Description:  "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). Other features - Currently using Bootstrap v4.0.0-alpha.6, Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder.
Version: 1.0
Text Domain: beteve
Author: Bekodo
*/
@import "/wp-content/themes/beteve/inc/assets/fonts/px-grotesk/px-grotesk.css";
@import "/wp-content/themes/beteve/inc/assets/fonts/hanken-grotesk/hanken-grotesk.css";
@import "/wp-content/themes/beteve/css-tailwind/dist/output.css?v=17";
@import "/wp-content/themes/beteve/general-styles-legacy.css?v=4.6";
/* @import "/wp-content/themes/beteve/bakery-legacy.css"; */
@import "/wp-content/themes/beteve/gutenberg-legacy.css";
/* @import "/wp-content/themes/beteve/home-template-legacy.css"; */
@import "/wp-content/themes/beteve/inc/assets/css/swiper.css?v=11.1.5";

.has-btv-theme-medium-white-color{
    color: #f1f0eb;
}
.has-btv-theme-orange-color{
    color: #f95741;
}
.has-btv-theme-dark-gray-color {
    color: #2a3034;
}
.has-btv-theme-white-color{
    color: #ffffff;
}
.has-btv-theme-medium-white-background-color{
    background-color: #f1f0eb;
}
.has-btv-theme-dark-gray-background-color{
    background-color: #2a3034;
}
.has-btv-theme-orange-background-color{
    background-color: #f95741;
}
.has-btv-theme-white-background-color{
    background-color: #ffffff;
}

.btv-content-border-top {
    border-top: 2px solid #F1F0EB;
}

.titular-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1299px) {
    .titular-ellipsis {
        -webkit-line-clamp: 2;
    }
}

.kWidgetPlayBtn {
    background: url(https://beteve.cat/wp-content/themes/beteve/img/post-video.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 53px 53px !important;
    width: 53px !important;
    margin-left: -26.5px !important;
    margin-top: -34px !important;
    opacity: 0.8 !important;
}

.kWidgetPlayBtn:hover {
    background: url(https://beteve.cat/wp-content/themes/beteve/img/post-video.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 53px 53px !important;
    width: 53px !important;
    margin-left: -26.5px !important;
    margin-top: -34px !important;
    opacity: 1 !important;
}

.kWidgetCentered {
    margin: 0;
    width: 100%;
}

.element-minut-a-minut .column-right p, li {
    font-size: 18px;
}

.swiper-button-lock {
    display: block !important;
}

.wp-block-image {
    display: block !important;
}

.wp-block-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.slider-width-screen {
    width: 100%!important;
}

.legal-footer {
    gap: 16px 32px; 
}

.ultima-hora-content p {
    margin-bottom: 0;
    line-height: 22px;
}
.hidden-header {
	display: none !important;
    top: 0 !important;
}