/*
Theme Name: Dauch Eventos Musicais-01
Theme URI: https://tecnologiawebdigital.com
Author: Sete Jafete
Author URI: https://tecnologiawebdigital.com
Description: Tema Dauch Eventos é um site de eventos, celebrações, shows, etc., enfatiza simplicidade e adaptabilidade. Oferece opções de design flexíveis, apoiadas por uma variedade de padrões para diferentes tipos de página, como serviços e páginas de entrada, tornando-o ideal para a criação de blogs pessoais, portfólios profissionais, revistas on-line ou sites de negócios. Os seus modelos satisfazem vários estilos de blog, desde leiautes focados em textos até aqueles largamente baseados em imagens. Além disso, oferece suporte a tipografia internacional e a diversas palhetas de cores, garantindo acessibilidade e personalização para usuários de todo o mundo.
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daucheventos
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

*/
:root {
  --primary: #FFBE07;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #000000;
}

/* Fonts */
:root {
  --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*--heading-font: "Rubik",  sans-serif; */
  --heading-font: "Poppins",  sans-serif;
  --nav-font: "Kanit",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #40372e; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #281a0c; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #FFBF00; /* FF5E14; Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #FFBF00; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #40372e; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #FFBF00; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

a {
	color: #FFD966;
}
a:hover {
   color: #FFBF00;
   text-decoration: none;
}

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
}

/** Carousel **/
.carousel-caption {
	/* background: linear-gradient(to right, rgba(2, 36, 91, 10) 30%, rgba(2, 36, 91, 0) 100%); */
	background: linear-gradient(to right, #000 30%, rgba(2, 36, 91, 0) 100%);
}
.hero .background-overlay {
	/*background: linear-gradient(135deg,
	color-mix(in srgb, var(--background-color), transparent 30%) 0%,
	color-mix(in srgb, var(--background-color), transparent 50%) 100%);
	background: linear-gradient(to right, rgb(2 43 109) 0%, rgb(2 36 91 / 68%) 100%);
	background: linear-gradient(to right, rgba(2, 36, 91, 10) 30%, rgba(2, 36, 91, 0) 100%); */
	background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(45 31 2 / 70%) 100%);
}

.page-header {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%), url(assets/img/evento_8.jpg) center center no-repeat;
    background-size: cover; 
}

.author-profile img {
    border-radius: 50%;
}

.bg-dark {
    background-color: #000000 !important;
}

.navbar .navbar-brand {
    height: 80px;
    background: transparent;
}

/* BTN Botoes */
.btn-primary {
    color: #FFF;
    background-color: #FFBE07;
    border-color: #FFBE07;
}

.btn-primary:hover {
    background-color: #FFD966;
    border-color: #FFC107;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5); 
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn.btn-tag {
    color: #666666;
    font-weight: normal;
    border: 1px solid #ced4da;
}

.btn.btn-tag:hover {
    color: var(--primary);
    background: var(--dark);
    border-color: var(--dark);
}

/*** Section Header ***/
.section-header {
    position: relative;
    z-index: 1;
}

.section-header h6 {
    position: relative;
    display: inline-block;
}

.section-header h6::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    left: -45px;
    right: -45px;
    margin-top: -1px;
    background: var(--primary);
    z-index: -1;
}

.section-header.text-start h6 {
    padding-left: 0 !important;
}

.section-header.text-start h6::after {
    left: 0;
}


/*** Blog Post ***/
.blog-item img {
    transition: .5s;
}

.blog-item:hover .overflow-hidden img {
    transform: scale(1.1);
}

.blog-item a.btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
}

.blog-item:hover a.btn,
.blog-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.blog-item .blog-meta {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-style: italic;
}

.blog-item .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: var(--primary);
}

.blog-item .blog-meta a:hover {
    color: var(--primary);
}

.blog-item .blog-meta i:first-child {
    margin-left: 0 !important;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

.related-carousel .owl-nav {
    position: absolute;
    width: 76px;
    top: -52px;
    right: 0;
    display: flex;
}

.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    background: var(--primary);
    font-size: 14px;
    transition: .3s;
}

.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Call to Action ***/
.call-to-action-btn::before {
    position: absolute;
    content: '';
    left: -30px;
    bottom: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 90px solid var(--primary);
    z-index: 0;
}

.call-to-action-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: var(--primary);
}

@media (max-width: 768px) {
    .call-to-action-btn::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        background: var(--primary);
        z-index: 0;
    }
}


/*** Icon Box ***/
.icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
}

.icon-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 15px solid #FFFFFF;
    border-right: 15px solid transparent;
}

.icon-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-bottom: 15px solid #FFFFFF;
    border-left: 15px solid transparent;
}


/*** Section Header ***/
.section-header {
    position: relative;
    z-index: 1;
}

.section-header h6 {
    position: relative;
    display: inline-block;
}

.section-header h6::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 50%;
    left: -45px;
    right: -45px;
    margin-top: -1px;
    background: var(--primary);
    z-index: -1;
}

.section-header.text-start h6 {
    padding-left: 0 !important;
}

.section-header.text-start h6::after {
    left: 0;
}

/*** Rodape Footer ***/
.footer ul {
	list-style: none;
   padding: 0;
}
.footer ul a{
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #B0B9AE;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer ul li a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer ul li a:hover{
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

