/*
Theme Name: Floka Child
Theme URI: https://floka.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Floka  is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: floka
Text Domain: floka-child
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
*/

#row_servicios .pxl-button-video.pxl-action-popup {
    display: none !important;
}

.pxl-post-blog.post-layout-portfolio-7 .pxl-item--content {
    justify-content: end;
}

.pxl-post-blog.post-layout-portfolio-7 .pxl-post--description {
    color: white;
    margin-top: 100px;
    opacity: 0;
    transition: all 2s ease-in-out;
}

.pxl-post-blog.post-layout-portfolio-7 .pxl-post--inner.active .pxl-post--description {
    opacity: 1;
    margin-top:15px;
}

@media (max-width: 768px) {
    .pxl-post-blog.post-layout-portfolio-7 .pxl-post--description {
        opacity: 1;
        margin-top:15px;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.65);
    }

    .pxl-post-blog.post-layout-portfolio-7 .pxl-post--title{
        opacity: 1;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.65);
    }
}


.language-switcher {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top:20px;
    right: 40px;
    z-index: 110 !important;
}

.language-switcher li {
    line-height: 1;
}

.language-switcher img {
    width: 24px;
    height: auto;
    display: block;
}

p.textos_legales, p.textos_legales  span {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    color: black !important;
}

@media (max-width: 768px) {
    p.textos_legales {
        padding: 0px 15px;
    }

    
    .elementor-10054 .elementor-element.elementor-element-eb226ac .pxl-heading .pxl-item--title {
        font-size: 18.5vw !important;
    }
    .elementor-10054 .elementor-element.elementor-element-eb226ac .pxl-heading {
        text-align: left;
        justify-content: left;
    }

        .elementor-10054 .elementor-element.elementor-element-7518229 {
        --padding-top: 15px !important;
    }
}

div.pxl-accordion .pxl-item--excerpt {
    color: white !important;
    margin-top: 0px !important;
}

.language-switcher {
    background-color: rgba(0,0,0,0.75) !important;
    padding:5px;
    border-radius: 5px;
}

ul.language-switcher-list {
    list-style: none;
    display: flex;
    gap: 10px;
}

li.lang-item a {
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}

.carruse_personajes .pxl-item--social a i {
    margin-right: 6px !important;
}

.carruse_personajes .pxl-item--social a {
    width: fit-content !important;
    padding: 5px 10px !important;   
}

form label {
    color: black !important;
    font-size: 15px !important;
}

ul li.pxl-item--link a {
    min-height: 25px !important;
}