/*
Theme Name: Danitse Música
Theme URI: https://www.danitse.pe
Author: Cocoa Perú
Author URI: http://cocoa.pe/
Description: Plantilla desarrollada para uso de Datnise Música
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
	--font-sans-regular: 'Source Sans Pro', sans-serif;
	--font-serif-regular: 'Source Serif Pro', serif;
	
	--mostasa:#EBD490;
	--amarillo:#FCF5CD;
	--vino:#BE2100;
	--black:#0A0A0A;
	--white:#ffffff;
	--light:#E0DDD3;
	--gris:#999999;
	
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--instagram: #e1306c;
	--youtube: #ff0000;
	--twitch: #9146ff;
	--discord: #7289da;
	--whatsapp: #25d366;
	--linkedin: #0077b5;
	--spotify:#1db954;
	--patreon:#f96854;
}

hr{
	display: block;
	margin: 0;
	border: 0 none !important;
	background-image: url("images/hr_line.svg");
	height: 11px !important;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
	background-color: transparent !important;
	opacity: 1;
}

body, table, td{
	font-family: var(--font-sans-regular);
	font-size: 20px;
	line-height: 1.35;
	color: var(--black);
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: 400;
}

body{
	background-image: url("images/image_background.jpg");
	background-size: auto 100vh;
	background-repeat: repeat;
	background-position: -1px center;
}

a,
a:hover{
	color: var(--vino);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.font-sans{font-family: var(--font-sans-regular) !important;}
.font-serif{font-family: var(--font-serif-regular) !important;}

small{ font-size: 85%; }

b, strong{ font-weight: 600;}

h1, .h1{ font-size: 54px; }
h2, .h2{ font-size: 48px; }
h3, .h3{ font-size: 32px; }
h4, .h4{ font-size: 28px; }
h5, .h5{ font-size: 24px; }
h6, .h6{ font-size: 20px; }

h1,h2,h3,h4,h5,h6{ font-weight: 400; margin-bottom: 1rem; line-height: 1.1; font-family: var(--font-serif-regular);}

ul,ol{
	margin-bottom: 1.5rem;
}

ol:last-child,
ul:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{
	margin-bottom: 0 !important;
}

p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
	margin-top: 0 !important;
}

p{
	margin-bottom: 1.5rem;
}

ul, ol{
	padding-left: 1em;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.overflow-hidden{
	overflow: hidden;
}
.sticky-top{
	position: sticky;
	top: 180px;
}
/*------------------------------ btn-trigger -------------------------*/

.btn-trigger{
	position: relative;
	display: none;
	min-width: 58px;
	height: 58px;
	border: 0 none;
	background-color: transparent;
	backdrop-filter: blur(3px) brightness(90%);
	z-index: 100;
	border-radius: 50%;
}

.btn-trigger span{
	display: block;
	position: absolute;
	width: 32px;
	height: 2px;
	background-color: var(--white);
	left: calc(50% - 16px);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	z-index: 9;
}
.btn-trigger span:nth-child(1){
	top: calc(50% - 11px);
}
.btn-trigger span:nth-child(2){
	bottom: calc(50% - 11px);
}

.btn-trigger span:nth-child(3){
	bottom: calc(50% - 1px);
}

.btn-trigger.show{
	background-color: rgba(0,0,0,0.9);
}

.btn-trigger.show span:nth-child(1){
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 1.5px);
}
.btn-trigger.show span:nth-child(2){
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: calc(50% - 1.5px);
}
.btn-trigger.show span:nth-child(3){
	width: 0;
	opacity: 0;
}

/*------------------------------ Base -----------------------------*/

*[class*=query]{
	margin-bottom: -40px;
}

*[class*=query] > *{
	margin-bottom: 40px;
}

*[class*=card]{
	position: relative;
}

.card_image{
	overflow: hidden;
}

.card_content{
	position: static;
}

.card_rounded{
	border-radius: 8px;
	overflow: hidden;
}

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

.img-fluid{
	max-width: 100%;
	height: auto;	
}

.img-fit{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.text-uppercase{text-transform: uppercase !important;}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.position-relative{
	position: relative;
}

.text-start {text-align: left !important;}
.text-end {text-align: right !important;}
.text-center { text-align: center !important;}
@media (min-width: 576px) {
  .text-sm-start {text-align: left !important;}
  .text-sm-end {text-align: right !important; }
  .text-sm-center {text-align: center !important;}
}
@media (min-width: 768px) {
  .text-md-start {text-align: left !important;}
  .text-md-end {text-align: right !important;}
  .text-md-center {text-align: center !important;}
}
@media (min-width: 992px) {
  .text-lg-start {text-align: left !important;}
  .text-lg-end {text-align: right !important;}
  .text-lg-center {text-align: center !important;}
}
@media (min-width: 1200px) {
  .text-xl-start {text-align: left !important;}
  .text-xl-end {text-align: right !important;}
  .text-xl-center {text-align: center !important;}
}
@media (min-width: 1400px) {
	.text-xxl-start {text-align: left !important;}
	.text-xxl-end {text-align: right !important;}
	.text-xxl-center {text-align: center !important;}
}

.py,.pt{ padding-top: 100px; }
.py,.pb{ padding-bottom: 100px; }
.my,.mt{ margin-top: 100px; }
.my,.mb{ margin-bottom: 100px; }

.text-mostasa{color: var(--mostasa) !important;}
.text-amarillo{color: var(--amarillo) !important;}
.text-vino{color: var(--vino) !important;}
.text-black{color: var(--black) !important;}
.text-white{color: var(--white) !important;}
.text-gris{color: var(--gris) !important;}
.text-light{color: var(--light) !important;}

.bg-mostasa{background-color: var(--mostasa) !important;}
.bg-amarillo{background-color: var(--amarillo) !important;}
.bg-vino{background-color: var(--vino) !important;}
.bg-black{background-color: var(--black) !important;}
.bg-white{background-color: var(--white) !important;}
.bg-gris{background-color: var(--gris) !important;}
.bg-light{background-color: var(--light) !important;}
.bg-facebook{background-color: var(--facebook) !important;}
.bg-twitter{background-color: var(--twitter) !important;}
.bg-instagram{background-color: var(--instagram) !important;}
.bg-youtube{background-color: var(--youtube) !important;}
.bg-twitch{background-color: var(--twitch) !important;}
.bg-discord{background-color: var(--discord) !important;}
.bg-whatsapp{background-color: var(--whatsapp) !important;}

.bg-grain{background-image: url("images/image_bg-grain.jpg") !important; background-color: var(--light)}

.text-truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.stretched-link::after{ position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";}

/*------------------------------ Bootstrap -----------------------------*/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
}

.row:not([class*=gx]){--bs-gutter-x: 1.875rem;}

@media (min-width: 1500px) {
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1430px;
	}
}

.fade{transition: opacity 0.15s linear;}

@media (prefers-reduced-motion: reduce) {
  .fade{ transition: none;}
}
.fade:not(.show){opacity: 0;}
.collapse:not(.show){display: none;}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.btn-close {
	opacity: 1;
}

.wp-block-button__link:visited,
.wp-block-button__link,
.btn{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
	color: var(--black);
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0 0.5rem;
	font-size: 1em;
	border-radius: 4px;
	transition: all 0.25s ease;
	min-height: 28px;
	font-family: var(--font-serif-regular);
	font-weight: 400;
	z-index: 1;
	gap: 0 0.5rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.btn a{
	color: inherit;
}
.wp-block-button__link:hover,
.wp-block-button__link:visited:hover,
.btn:hover a{
	color: var(--vino);
}
.wp-block-button__link:active,
.btn:active{
	outline: 1px dotted;
}
.wp-block-button__link:hover::before,
.btn:hover::before{
	transform: translateX(0);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23BE2100' viewBox='0 0 32 9'%3e%3cpath d='M23.694,6.005c-1.4,0-2.799,0.005-4.193,0c-0.498-0.065-0.977,0.217-1.158,0.681 c-0.12,0.416-0.539,0.673-0.969,0.594c-0.459-0.066-0.636-0.396-0.736-0.792c-0.154-0.613-0.227-0.693-0.84-0.752 c-0.654-0.058-1.31-0.099-1.965-0.11c-0.591-0.076-1.133,0.337-1.209,0.923c-0.008,0.06-0.011,0.121-0.008,0.181 c-0.032,0.347-0.015,0.701-0.067,1.044c-0.027,0.181-0.116,0.446-0.246,0.495c-0.212,0.073-0.445,0.05-0.638-0.063 c-0.207-0.179-0.363-0.408-0.454-0.664c-0.094-0.298-0.168-0.602-0.221-0.91c-0.042-0.29-0.312-0.492-0.606-0.453 C9.633,6.214,8.879,6.243,8.127,6.277C7.936,6.264,7.77,6.405,7.756,6.594C7.754,6.62,7.755,6.647,7.76,6.673 c0.021,0.362-0.108,0.612-0.5,0.674C6.911,7.443,6.551,7.24,6.454,6.895C6.452,6.886,6.449,6.877,6.447,6.867 c-0.09-0.406-0.495-0.662-0.905-0.573C5.51,6.301,5.478,6.31,5.447,6.321c-1.03,0.172-2.06,0.338-3.088,0.517 C1.873,6.922,1.778,7.042,1.743,7.53C1.733,7.675,1.73,7.819,1.728,7.964c0,0.514-0.177,0.714-0.693,0.792 c-0.422,0.065-0.683-0.107-0.81-0.587C0.153,7.89,0.112,7.604,0.103,7.317C0.063,6.056,0.041,4.795,0.01,3.533 C-0.035,2.942,0.071,2.349,0.319,1.81c0.075-0.151,0.166-0.294,0.273-0.425c0.184-0.256,0.52-0.357,0.816-0.243 c0.289,0.105,0.316,0.376,0.317,0.634c0,0.792,0,1.59,0,2.385C1.73,4.738,1.973,5.12,2.451,5.115 c0.986,0.037,1.969-0.126,2.89-0.477c0.366-0.171,0.583-0.552,0.544-0.95c0-0.806-0.007-1.611,0.006-2.417 c0.007-0.404,0.184-0.579,0.534-0.594c0.326-0.056,0.637,0.161,0.693,0.484C7.121,1.177,7.123,1.194,7.125,1.21 c0.018,0.106,0.011,0.217,0.022,0.324c0.065,0.681,0.089,1.369,0.207,2.04c0.177,1.011,0.2,1.004,1.231,0.815 c0.466-0.085,0.936-0.149,1.4-0.242c0.541-0.108,0.721-0.424,0.663-0.972c-0.087-0.833-0.145-1.671-0.19-2.508 c-0.059-0.296,0.135-0.585,0.435-0.643c0.018-0.004,0.035-0.006,0.053-0.008c0.344-0.076,0.685,0.138,0.761,0.479 c0.002,0.011,0.005,0.021,0.006,0.032c0.243,0.792,0.483,1.59,0.655,2.4c0.061,0.519,0.488,0.92,1.015,0.953 c0.707,0.132,1.436,0.096,2.126-0.107c0.536-0.115,0.908-0.598,0.88-1.14c0.01-0.145,0.1-0.385,0.19-0.404 c0.212-0.062,0.44-0.037,0.634,0.069c0.231,0.225,0.407,0.5,0.513,0.803c0.142,0.597,0.67,1.027,1.29,1.047 c1.649,0.105,3.299,0.177,4.949,0.273c1.089,0.063,2.175,0.16,3.265,0.211c0.313,0.008,0.625-0.04,0.922-0.141 c0.308-0.099,0.335-0.289,0.074-0.459c-0.607-0.396-1.232-0.764-1.856-1.131c-0.646-0.38-1.312-0.726-1.946-1.124 c-0.364-0.218-0.489-0.682-0.283-1.051c0.144-0.342,0.406-0.485,0.875-0.39c0.265,0.07,0.518,0.179,0.75,0.324 c0.4,0.225,0.788,0.473,1.18,0.715s0.754,0.483,1.14,0.709c0.189,0.107,0.387,0.195,0.594,0.263 c0.585,0.198,1.194,0.342,1.756,0.594c0.438,0.205,0.845,0.468,1.212,0.782c0.366,0.283,0.464,0.791,0.229,1.188 c-0.191,0.4-0.46,0.759-0.792,1.055c-1.176,0.934-2.399,1.814-3.599,2.715l-0.059,0.043c-0.523,0.366-0.9,0.372-1.2,0.017 c-0.31-0.431-0.253-1.022,0.135-1.386c0.394-0.31,0.843-0.553,1.263-0.832c0.079-0.064,0.151-0.135,0.216-0.213 c-0.087-0.046-0.171-0.124-0.261-0.131c-1.3-0.099-2.591-0.185-3.887-0.275L23.694,6.005z'/%3e%3c/svg%3e");
}
.wp-block-button__link::before,
.btn::before{
	content: '';
	display: block;
	width: 32px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230a0a0a' viewBox='0 0 32 9'%3e%3cpath d='M23.694,6.005c-1.4,0-2.799,0.005-4.193,0c-0.498-0.065-0.977,0.217-1.158,0.681 c-0.12,0.416-0.539,0.673-0.969,0.594c-0.459-0.066-0.636-0.396-0.736-0.792c-0.154-0.613-0.227-0.693-0.84-0.752 c-0.654-0.058-1.31-0.099-1.965-0.11c-0.591-0.076-1.133,0.337-1.209,0.923c-0.008,0.06-0.011,0.121-0.008,0.181 c-0.032,0.347-0.015,0.701-0.067,1.044c-0.027,0.181-0.116,0.446-0.246,0.495c-0.212,0.073-0.445,0.05-0.638-0.063 c-0.207-0.179-0.363-0.408-0.454-0.664c-0.094-0.298-0.168-0.602-0.221-0.91c-0.042-0.29-0.312-0.492-0.606-0.453 C9.633,6.214,8.879,6.243,8.127,6.277C7.936,6.264,7.77,6.405,7.756,6.594C7.754,6.62,7.755,6.647,7.76,6.673 c0.021,0.362-0.108,0.612-0.5,0.674C6.911,7.443,6.551,7.24,6.454,6.895C6.452,6.886,6.449,6.877,6.447,6.867 c-0.09-0.406-0.495-0.662-0.905-0.573C5.51,6.301,5.478,6.31,5.447,6.321c-1.03,0.172-2.06,0.338-3.088,0.517 C1.873,6.922,1.778,7.042,1.743,7.53C1.733,7.675,1.73,7.819,1.728,7.964c0,0.514-0.177,0.714-0.693,0.792 c-0.422,0.065-0.683-0.107-0.81-0.587C0.153,7.89,0.112,7.604,0.103,7.317C0.063,6.056,0.041,4.795,0.01,3.533 C-0.035,2.942,0.071,2.349,0.319,1.81c0.075-0.151,0.166-0.294,0.273-0.425c0.184-0.256,0.52-0.357,0.816-0.243 c0.289,0.105,0.316,0.376,0.317,0.634c0,0.792,0,1.59,0,2.385C1.73,4.738,1.973,5.12,2.451,5.115 c0.986,0.037,1.969-0.126,2.89-0.477c0.366-0.171,0.583-0.552,0.544-0.95c0-0.806-0.007-1.611,0.006-2.417 c0.007-0.404,0.184-0.579,0.534-0.594c0.326-0.056,0.637,0.161,0.693,0.484C7.121,1.177,7.123,1.194,7.125,1.21 c0.018,0.106,0.011,0.217,0.022,0.324c0.065,0.681,0.089,1.369,0.207,2.04c0.177,1.011,0.2,1.004,1.231,0.815 c0.466-0.085,0.936-0.149,1.4-0.242c0.541-0.108,0.721-0.424,0.663-0.972c-0.087-0.833-0.145-1.671-0.19-2.508 c-0.059-0.296,0.135-0.585,0.435-0.643c0.018-0.004,0.035-0.006,0.053-0.008c0.344-0.076,0.685,0.138,0.761,0.479 c0.002,0.011,0.005,0.021,0.006,0.032c0.243,0.792,0.483,1.59,0.655,2.4c0.061,0.519,0.488,0.92,1.015,0.953 c0.707,0.132,1.436,0.096,2.126-0.107c0.536-0.115,0.908-0.598,0.88-1.14c0.01-0.145,0.1-0.385,0.19-0.404 c0.212-0.062,0.44-0.037,0.634,0.069c0.231,0.225,0.407,0.5,0.513,0.803c0.142,0.597,0.67,1.027,1.29,1.047 c1.649,0.105,3.299,0.177,4.949,0.273c1.089,0.063,2.175,0.16,3.265,0.211c0.313,0.008,0.625-0.04,0.922-0.141 c0.308-0.099,0.335-0.289,0.074-0.459c-0.607-0.396-1.232-0.764-1.856-1.131c-0.646-0.38-1.312-0.726-1.946-1.124 c-0.364-0.218-0.489-0.682-0.283-1.051c0.144-0.342,0.406-0.485,0.875-0.39c0.265,0.07,0.518,0.179,0.75,0.324 c0.4,0.225,0.788,0.473,1.18,0.715s0.754,0.483,1.14,0.709c0.189,0.107,0.387,0.195,0.594,0.263 c0.585,0.198,1.194,0.342,1.756,0.594c0.438,0.205,0.845,0.468,1.212,0.782c0.366,0.283,0.464,0.791,0.229,1.188 c-0.191,0.4-0.46,0.759-0.792,1.055c-1.176,0.934-2.399,1.814-3.599,2.715l-0.059,0.043c-0.523,0.366-0.9,0.372-1.2,0.017 c-0.31-0.431-0.253-1.022,0.135-1.386c0.394-0.31,0.843-0.553,1.263-0.832c0.079-0.064,0.151-0.135,0.216-0.213 c-0.087-0.046-0.171-0.124-0.261-0.131c-1.3-0.099-2.591-0.185-3.887-0.275L23.694,6.005z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 32px 9px;
	background-position: center;
	transition: all 0.25s ease;
	transform: translateX(-0.5rem);
}

.btn-back::before{
	transform: rotate(-180deg) translateX(0);
}
.btn-back:hover::before{
	transform: rotate(-180deg) translateX(0.5em);
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:disabled, .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.btn-primary{
	min-height: 48px;
	background-color: var(--black); border-color: var(--black); color: var(--white);
	text-decoration: none;
	padding: 0.5em 2em;
}

.btn-primary:hover{
	background-color: var(--vino); border-color: var(--vino); color: var(--white);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg,
	.modal-xl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1200px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropdown-menu.show {
  display: block;
}
/*------------------------------ Responsive -----------------------------*/

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

	.py,.pt{ padding-top: 90px; }
	.py,.pb{ padding-bottom: 90px; }
	.my,.mt{ margin-top: 90px; }
	.my,.mb{ margin-bottom: 90px; }
}
@media only screen and (max-width: 1399px){
	
	.py,.pt{ padding-top: 70px; }
	.py,.pb{ padding-bottom: 70px; }
	.my,.mt{ margin-top: 70px; }
	.my,.mb{ margin-bottom: 70px; }
	
	div[class*=query]{
		margin-bottom: -32px;
	}

	div[class*=query] > *{
		margin-bottom: 32px;
	}
}

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

	.py,.pt{ padding-top: 90px; }
	.py,.pb{ padding-bottom: 90px; }
	.my,.mt{ margin-top: 90px; }
	.my,.mb{ margin-bottom: 90px; }
	
	.btn-trigger{
		display: block;
	}
	
	div[class*=query]{
		margin-bottom: -48px;
	}

	div[class*=query] > *{
		margin-bottom: 48px;
	}
	
}

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

	.py,.pt{ padding-top: 70px; }
	.py,.pb{ padding-bottom: 70px; }
	.my,.mt{ margin-top: 70px; }
	.my,.mb{ margin-bottom: 70px; }
	
	div[class*=query]{
		margin-bottom: -40px;
	}

	div[class*=query] > *{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px){
	
	.py,.pt{ padding-top: 60px; }
	.py,.pb{ padding-bottom: 60px; }
	.my,.mt{ margin-top: 60px; }
	.my,.mb{ margin-bottom: 60px; }
	
	small, .small{
		font-size: 100%;
	}
	
	div[class*=query]{
		margin-bottom: -32px;
	}

	div[class*=query] > *{
		margin-bottom: 32px;
	}

}

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

	.py,.pt{ padding-top: 50px; }
	.py,.pb{ padding-bottom: 50px; }
	.my,.mt{ margin-top: 50px; }
	.my,.mb{ margin-bottom: 50px; }
	
	div[class*=query]{
		margin-bottom: -24px;
	}

	div[class*=query] > *{
		margin-bottom: 24px;
	}
}