/* 
Theme Name: DARÍO GÓMEZ 2026
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
body {
    background: #ffffff;
}
html {
  scroll-behavior: smooth;
}

.btn-contacto,
.btn-contacto.elementor-widget.elementor-widget-button{
    background-image: url("/wp-content/uploads/barra.svg");
    background-position: top right;
    background-repeat: no-repeat;
}

/*--- MENU ---*/

/*- - - H O M E - - - /*/

.post-tags {
    display: none;
}
.politicas-interior hr{
    margin:30px 0 !important;
}
/*--- FOOTER  ---*/

/*--- FORMULARIO LATERAL ---*/
#contacto-lateral,
.contacto-lateral {
    --contacto-lateral-tab: 46px;
    position: fixed !important;
    top: 50%;
    right: 0;
    width: min(420px, calc(100vw - 24px));
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    z-index: 9000;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding-left: var(--contacto-lateral-tab) !important;
    transform: translate(calc(100% - var(--contacto-lateral-tab)), -50%);
    transition: transform 0.35s ease;
}

#contacto-lateral::before,
.contacto-lateral::before {
    content: "Contacto";
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: var(--contacto-lateral-tab);
    height: 34vh;
    min-height: 220px;
    max-height: calc(100vh - 40px);
    opacity: 1;
    background: #111111;
    background-image: url("/wp-content/uploads/barra-vertical.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 15%;
    border-radius: 0px 5px 5px 0px;
    padding:30px 0 0 0;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

#contacto-lateral:hover,
#contacto-lateral:focus-within,
.contacto-lateral:hover,
.contacto-lateral:focus-within {
    transform: translate(0, -50%);
}

.elementor-popup-modal {
    z-index: 100000 !important;
}

.elementor-popup-modal .dialog-widget-content {
    position: relative;
    z-index: 100001;
}

.elementor-popup-modal .dialog-close-button {
    z-index: 100002 !important;
    pointer-events: auto;
}

@media (max-width: 767px) {
    #contacto-lateral,
    .contacto-lateral {
        --contacto-lateral-tab: 48px;
        width: calc(100vw - 12px);
        max-height: calc(100vh - 24px);
        padding-left: var(--contacto-lateral-tab) !important;
    }

    #contacto-lateral::before,
    .contacto-lateral::before {
        height: 34vh;
        min-height: 200px;
        max-height: calc(100vh - 24px);
    }
}
