    /*
Theme Name: AWWG
Theme URI: http://impreza.us-themes.com/
Template: impreza/Impreza
Author: DENTSU CREATIVE
Author URI: https://dentsucreative.com/
Description: Multi-Purpose WordPress Theme.
Version: 7.13.1615480019
Updated: 2023-11-22 13:47:22

*/
    
    html,
    body {
        font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    }
    
    .meta-home .w-image.meta_modern .w-image-meta {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        overflow: hidden !important;
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
        background: none !important;
        color: #fff;
        padding: 15px;
        height: 100%;
    }
    
    .meta-home .w-image.meta_modern .w-image-meta:nth-child(1) {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }
    
    .bg-dark-blue {
        background-color: #005073;
    }
    
    .d-flex .wpb_wrapper {
        height: 100%;
    }
    
    .interlineado {
        line-height: 1.2;
    }
    
    .exec-team h3 {
        line-height: 1.2;
    }
    
    .us-nav-style_26>span.current,
    .no-touch .us-nav-style_26>a:hover,
    .no-touch .navstyle_26>.owl-nav div:hover,
    .no-touch .us-btn-style_26:hover {
        text-decoration: none;
    }
    
    h1.post_title {
        font-weight: bold;
    }
    
    @media screen and (-webkit-min-device-pixel-ratio: 1.10) {
        body,
        html {
            font-size: calc(12px + (17 - 15) * ((100vw - 300px) / (1600 - 300)));
        }
    }
    
    @media screen and (-webkit-min-device-pixel-ratio: 1.25) {
        body,
        html {
            font-size: calc(10px + (13 - 10) * ((100vw - 300px) / (1600 - 300)));
        }
    }
    
    @media screen and (-webkit-min-device-pixel-ratio: 1.5) {
        body,
        html {
            font-size: calc(10px + (10 - 9) * ((100vw - 300px) / (1600 - 300)));
        }
    }
    
    @media screen and (max-width: 767px) {
        html,
        body {
            font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
        }
    }