/* Fonte Fontello - Ícones Customizados */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/ltx-mirasat.eot?12345678');
    src: url('../fonts/ltx-mirasat.eot?12345678#iefix') format('embedded-opentype'),
         url('../fonts/ltx-mirasat.woff2?12345678') format('woff2'),
         url('../fonts/ltx-mirasat.woff?12345678') format('woff'),
         url('../fonts/ltx-mirasat.ttf?12345678') format('truetype'),
         url('../fonts/ltx-mirasat.svg?12345678#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'fontello' !important;
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero Section - Overlay Escuro */
.hero-section,
.vc_section.hero-section,
.vc_section-has-fill.hero-section,
.hdd {
    position: relative !important;
}

.hero-section::before,
.vc_section.hero-section::before,
.vc_section-has-fill.hero-section::before,
.hdd::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    animation: none !important;
    transition: none !important;
}

.hero-section .container,
.hero-section .vc_row,
.vc_section.hero-section .container,
.vc_section.hero-section .vc_row,
.hdd .container,
.hdd .row {
    position: relative !important;
    z-index: 2 !important;
}

.servicos-template .container,
.planos-template .container,
.aplicativos-template .container,
.dispositivos-template .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.servicos-template .row,
.planos-template .row,
.aplicativos-template .row,
.dispositivos-template .row {
    margin: 0 -15px;
}
