/*!
Theme Name: Invite
Theme URI: http://themexriver.com/wp/invite
Author: themexriver
Author URI: http://themexriver.com/
Description: transport and logistics WordPress Theme
Version: 1.0.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: invite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

invite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*body,
p, h1, h2, h3, h4, h5, h6,
.elementor-widget-container,
.elementor-nav-menu a {
    font-family: 'Roboto', sans-serif !important;
}*/


/* ============================================
   HEADER MÓVIL - dg-header-movil
   ============================================ */

/* Permite que el menú salga del contenedor */
.dg-header-movil,
.dg-header-movil .elementor-container,
.dg-header-movil .elementor-column,
.dg-header-movil .elementor-widget-wrap,
.dg-header-movil .elementor-widget-nav-menu {
    overflow: visible !important;
}

/* Menú abierto */
.dg-header-movil .elementor-nav-menu--dropdown[aria-hidden="false"] {
    position: fixed !important;
    left: 0 !important;
    top: 110px !important;
    width: 100vw !important;
    z-index: 9999999 !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* Ítems */
.dg-header-movil .elementor-nav-menu--dropdown li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #012159 !important;
    background: #ffffff !important;
    padding: 14px 24px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    display: block !important;
    text-align: left !important;
}

/* Hover y activo */
.dg-header-movil .elementor-nav-menu--dropdown li a:hover,
.dg-header-movil .elementor-nav-menu--dropdown li a.elementor-item-active {
    background: #e8a207 !important;
    color: #ffffff !important;
}




@media screen and (max-width: 768px) {

    /* TÍTULOS PRINCIPALES - todos iguales */
    .dg-page-home h3.heading-title.tx-split-text.split-in-right,
    .dg-page-home .sec-title h2,
    .dg-page-home .section-heading h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    /* SUBTÍTULOS DE SECCIÓN - todos iguales */
    .dg-page-home .heading-subtitle.wow.fadeInRight,
    .dg-page-home .dg-title-blanco .heading-subtitle.wow.fadeInRight {
        font-size: 20px !important;
    }

    /* TEXTOS Y PÁRRAFOS */
    .dg-page-home p,
    .dg-page-home .elementor-widget-text-editor p,
    .dg-page-home .dg-txt-scroll1 p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    /* BOTONES */
    .dg-page-home .thm-btn,
    .dg-page-home .theme-btn,
    .dg-page-home .plan-btn,
    .dg-page-home a.thm-btn,
    .dg-page-home a.theme-btn {
        font-size: 18px !important;
        padding: 12px 24px !important;
    }

    /* COUNTDOWN */
    .dg-page-home .elementor-countdown-digits {
        font-size: 40px !important;
        line-height: 1.1 !important;
    }
    .dg-page-home .elementor-countdown-label {
        font-size: 17px !important;
    }
    .dg-page-home .elementor-countdown-item {
        padding: 12px 16px !important;
        min-width: 70px !important;
    }
}

@media screen and (max-width: 425px) {
.dg-img-presidenta h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-top: 22px !important;
}
    /* TÍTULOS */
    .dg-page-home h3.heading-title.tx-split-text.split-in-right,
    .dg-page-home .sec-title h2,
    .dg-page-home .section-heading h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    /* SUBTÍTULOS */
    .dg-page-home .heading-subtitle.wow.fadeInRight,
    .dg-page-home .dg-title-blanco .heading-subtitle.wow.fadeInRight {
        font-size: 26px !important;
    }

    /* TEXTOS */
    .dg-page-home p,
    .dg-page-home .elementor-widget-text-editor p {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    /* BOTONES */
    .dg-page-home .thm-btn,
    .dg-page-home .theme-btn,
    .dg-page-home .plan-btn {
        font-size: 17px !important;
    }

    /* COUNTDOWN */
    .dg-page-home .elementor-countdown-digits {
        font-size: 40px !important;
    }
    .dg-page-home .elementor-countdown-label {
        font-size: 17px !important;
    }
    .dg-page-home .elementor-countdown-item {
        padding: 10px 12px !important;
        min-width: 93px !important;
    }
	
}

@media screen and (max-width: 414px) {

    .dg-page-home h3.heading-title.tx-split-text.split-in-right,
    .dg-page-home .sec-title h2,
    .dg-page-home .section-heading h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .dg-page-home .elementor-countdown-digits {
        font-size: 40px !important;
    }
    .dg-page-home .elementor-countdown-label {
        font-size: 17px !important;
    }
    .dg-page-home .elementor-countdown-item {
        padding: 10px 10px !important;
        min-width: 60px !important;
    }
}

@media screen and (max-width: 375px) {

    .dg-page-home h3.heading-title.tx-split-text.split-in-right,
    .dg-page-home .sec-title h2,
    .dg-page-home .section-heading h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .dg-page-home .heading-subtitle.wow.fadeInRight {
        font-size: 20px !important;
    }

    .dg-page-home .elementor-countdown-digits {
        font-size: 40px !important;
    }
    .dg-page-home .elementor-countdown-label {
        font-size: 17px !important;
    }
    .dg-page-home .elementor-countdown-item {
        padding: 8px 8px !important;
        min-width: 55px !important;
    }
}

/* --- ESCRITORIO --- */

@media screen and (min-width: 1024px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1200px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1280px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1360px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1440px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1536px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1600px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}

@media screen and (min-width: 1920px) {
    .dg-page-home h3.heading-title.tx-split-text.split-in-right {
        font-size: 50px !important;
        line-height: 55px !important;
    }
}












/* Submenú desplegable del header escritorio */
.elementor-2310 .elementor-section {
    overflow: visible !important;
}

.elementor-2310 .elementor-container,
.elementor-2310 .elementor-column,
.elementor-2310 .elementor-widget-wrap {
    overflow: visible !important;
}

.elementor-element-89a7819 .sub-menu.elementor-nav-menu--dropdown {
    z-index: 999999 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}
a.elementor-sub-item.elementor-item-anchor {
    font-size: 16px !important;
}