/*
Theme Name: CTES Theme
Theme URI: http://example.com/ctes-theme
Author: Gabriel Vilchez (Ingeniería Digital)
Author URI: https://ingenieriadigital.cl/
Description: A custom WordPress theme for CTES.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ctes-theme
*/


.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    width: 110px;
    margin: 0;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown > a {
    display: none;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown > ul > a {
    display: none;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown > ul > li > a:first-child {
    display: none;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background-color: transparent; 
    border: none;
}

/* Quienes Somos Template Styles */
.bio-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(4px) !important;
    transform: translateY(100%) !important;
    transition: transform 0.5s ease-in-out !important;
    padding: 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 4rem !important;   
}

.group:hover .bio-overlay {
    transform: translateY(0) !important;
}

.custom-scroll::-webkit-scrollbar { width: 4px; }
.custom-scroll::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); }
.custom-scroll::-webkit-scrollbar-thumb { background: #318061; border-radius: 10px; }

.container-ctes{
    max-width: 1280px;
}

@media(max-width:1024px){
    .container-ctes{
        width: 100%;
        max-width: 100%;
    }
}