/*
Theme Name: Disk Acompanhantes
Description: Tema filho do Hello Elementor com os templates e as funções do Disk Acompanhantes. Existe para que as atualizações do tema pai não apaguem as customizações do site.
Author: Disk Acompanhantes
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: disk-acompanhantes
*/

/* O CSS abaixo é exatamente o que estava no style.css do tema modificado, sem
   nenhuma alteração. Arquivos .css não passam pelo PHP, então o caminho da fonte
   continua relativo a este arquivo — e a pasta fonts/ acompanha o tema filho. */
@font-face {
    font-family: 'Atelas';
    src: url('fonts/Atelas1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box !important;
}


.h-10{
    width:100px;
    height:auto!important;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #1a1a1a;
}

.group {
    background-color: #202428 !important;
}

.teste1 {
    background-color: #202428 !important;
    margin-bottom: 40px;
    padding: 20px 10px;
}

.textcard {
    color: #9fa8af !important;
    font-size: 14px;
}

.nomegarota {
    background-color: transparent !important;
    position: absolute !important;
    top: 320px;
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Atelas', sans-serif !important;
}

.cardcatv {
    border-top: 1px solid #ffffff0d;
    background-color: #202428 !important;
    padding: 15px 12px !important;
}

.cardcatv span {
    color: #eee !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.principala1 {
    max-width: 1364px !important;
    margin-left: auto;
    margin-right: auto;
}

.principala1 h1 {
    color: #fff !important;
    text-align: center !important;
}