/*
Theme Name: Es Hoy
Theme URI: https://www.eshoy.pe
Author: Cocoa Perú
Author URI: http://cocoa.pe/
Description: Plantilla desarrollada para uso de Es Hoy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
	--font-faktum: 'faktum', sans-serif;
	--font-faktumsemibold: 'faktumsemibold', sans-serif;
	--font-recoletare: 'recoletaregular', serif;
	--font-recoletase: 'recoletasemibold', serif;
	--font-recoletabl: 'recoletablack', serif;
	--font-druk: 'druk', sans-serif;
	
	--azul:#0071CE;
	--rojo:#EB5C5D;
	--rojo-pormas: #FF0000;
	--morado:#8080FF;
	--celeste:#98D4E6;
	--amarillo:#FDC608;
	--verde:#6E7D41;
	--esmeralda:#C5FF00;
	--black:#000;
	--white:#ffffff;
	--light:#FAF8F5;
	--beige:#F2E7DD;
	
	--azul-hover:#0065B8;
	--rojo-hover:#EB3F41;
	--morado-hover:#6B6BF2;
	--celeste-hover:#78C9E3;
	--amarillo-hover:#F0BC00;
	--verde-hover:#667832;
	--esmeralda-hover:#B5EB00;
	--black-hover:#212121;
	--white-hover:#FAF8F5;
	--light-hover:#F2E7DD;
	--beige-hover:#EDDBCA;
	
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--instagram: #e1306c;
	--youtube: #ff0000;
	--twitch: #9146ff;
	--discord: #7289da;
	--whatsapp: #25d366;
	--linkedin: #0077b5;
	
	--col: 123px;
	@media only screen and (max-width: 1499px){ --col:110px; }
	@media only screen and (max-width: 1399px){ --col:95px; }
	@media only screen and (max-width: 1199px){ --col:79.98px; }
	@media only screen and (max-width: 991px){ --col:60px; }
	@media only screen and (max-width: 767px){ --col:45px; }
	@media only screen and (max-width: 575px){ --col:calc(100vw/12); }
}

body, table, td{
	font-family: var(--font-recoletare);
	font-size: 20px;
	line-height: 1.4;
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: normal;
}
body{
	color: var(--black);
}
table,td{
	color: inherit;
}

a,
a:hover{
	color: inherit;
	text-decoration: underline;
}

.font-family-faktum{font-family: var(--font-faktum) !important;}
.font-family-faktumsemibold{font-family: var(--font-faktumsemibold) !important;}
.font-family-recoletare{font-family: var(--font-recoletare) !important;}
.font-family-recoletase{font-family: var(--font-recoletase) !important;}
.font-family-recoletabl{font-family: var(--font-recoletabl) !important;}
.font-family-druk:not(.font-family-faktum) strong,
.font-family-druk{font-family: var(--font-druk) !important;}

small, .small{ font-size: 85%; }

b, strong{ font-family: var(--font-recoletase); font-weight: normal;}

.font-family-faktum:not(.font-family-druk) strong{ font-family: var(--font-faktumsemibold) !important; }

h1, .h1{ font-size: 88px; }
h2, .h2{ font-size: 68px; }
h3, .h3{ font-size: 48px; }
h4, .h4{ font-size: 32px; }
h5, .h5{ font-size: 24px; }
h6, .h6{ font-size: 20px; }
.p{ font-size: 18px; }

h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg,
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img{ width: 1.15em; height:auto;}

h1,h2,h3,h4,h5,h6{ font-family: var(--font-faktum); font-weight: normal; margin-bottom: 1rem; line-height: 1.15;}

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: 1rem;
}

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;
}

code{
	color: var(--morado);
}

.wp-block-separator{
	border-top-width: 1px;
}

.hr-dotted{
	border-top: 0 none;
	display: block;
	height: 4px;
	background-image: url("images/dotted-line.svg");
	background-repeat: repeat-x;
	background-position: left center;
	opacity: 1;
}
mark[style = 'background-color:rgba(0, 0, 0, 0)']{
	padding: 0 !important;
	border-radius: 0 !important;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignfull{
	margin-left: calc(-1*var(--bs-offset)) !important;
    margin-right: calc(-1*var(--bs-offset)) !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*------------------------------ btn-trigger -------------------------*/

.btn-trigger{
	position: relative;
	display: none;
	min-width: 52px;
	height: 52px;
	border: 0 none;
	background-color: transparent;
	z-index: 100;
	border-radius: 50%;
	background-color: var(--beige);
}

.btn-trigger span{
	display: block;
	position: absolute;
	width: 28px;
	height: 3px;
	background-color: var(--black);
	left: calc(50% - 14px);
	-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;
	border-radius: 50em;
}
.btn-trigger span:nth-child(1){
	top: calc(50% - 9px);
}
.btn-trigger span:nth-child(2){
	bottom: calc(50% - 9px);
}

.btn-trigger span:nth-child(3){
	bottom: calc(50% - 1.3px);
}

.btn-trigger.show{
	background-color: var(--black);
	outline: 4px solid rgba(255,255,255,0.25) !important;
}

.btn-trigger.show span{
	background-color: var(--beige);
}

.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: -48px;
}

*[class*=query] > *{
	margin-bottom: 48px;
}

*[class*=card]{
	position: relative;
}

.card_image{
	overflow: hidden;
}

.card_content{
	position: static;
}

.card_rounded{
	border-radius: 20px;
	overflow: hidden;
}

.rounded-pill{
	border-radius: 50em;
}

.shadow{
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
}

.img-fluid{
	max-width: 100%;
	height: auto;	
}

.img-fit{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.img-icon{
	display: inline-block;
	max-width: 110px;
	max-height: 110px;
	width: auto;
	height: auto;
}

.text-uppercase{text-transform: uppercase !important;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.position-relative{	position: relative;}

.text-justify{ text-align: justify !important;}
.text-start {text-align: left !important;}
.text-end {text-align: right !important;}
.text-center { text-align: center !important;}
.border-end{ border-right: 1px solid rgba(0,0,0,.333);}
@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;}
	.border-sm-end{ border-right: 1px solid rgba(0,0,0,.333);}
}
@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;}
	.border-md-end{ border-right: 1px solid rgba(0,0,0,.333);}
}
@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;}
	.border-lg-end{ border-right: 1px solid rgba(0,0,0,.333);}
}
@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;}
	.border-xl-end{ border-right: 1px solid rgba(0,0,0,.333);}
}
@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;}
	.border-xxl-end{ border-right: 1px solid rgba(0,0,0,.333);}
}

.py,.pt{ padding-top: 120px; }
.py,.pb{ padding-bottom: 120px; }
.my,.mt{ margin-top: 120px; }
.my,.mb{ margin-bottom: 120px; }

.text-azul{color: var(--azul) !important;}
.text-rojo{color: var(--rojo) !important;}
.text-rojo-pormas{color: var(--rojo-pormas) !important;}
.text-amarillo{color: var(--amarillo) !important;}
.text-celeste{color: var(--celeste) !important;}
.text-morado{color: var(--morado) !important;}
.text-verde{color: var(--verde) !important;}
.text-esmeralda{color: var(--esmeralda) !important;}
.text-black{color: var(--black) !important;}
.text-white{color: var(--white) !important;}
.text-beige{color: var(--beige) !important;}
.text-light{color: var(--light) !important;}

.bg-azul{background-color: var(--azul) !important;}
.bg-rojo{background-color: var(--rojo) !important;}
.bg-rojo-pormas{background-color: var(--rojo-pormas) !important;}
.bg-amarillo{background-color: var(--amarillo) !important;}
.bg-celeste{background-color: var(--celeste) !important;}
.bg-morado{background-color: var(--morado) !important;}
.bg-verde{background-color: var(--verde) !important;}
.bg-esmeralda{background-color: var(--esmeralda) !important;}
.bg-black{background-color: var(--black) !important;}
.bg-white{background-color: var(--white) !important;}
.bg-beige{background-color: var(--beige) !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;}

.alert-verde{
	background-color: #EDEFE8;
	border: 1px solid var(--verde);
	border-radius: 4px;
	padding: 1.125rem;
}

.text-truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.sider_image_caption a::after,
.stretched-link::after{ position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";}

.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: 1476px;
	}
}

.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;
}
.sider_image_caption a,
.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;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border-width: 1px;
	border-style: solid;
	padding: 0.5rem 2.1rem;
	font-size: 18px;
	border-radius: 50em;
	transition: all 0.25s ease;
	min-height: 56px;
	font-weight: normal;
	z-index: 1;
	gap: 0 0.5em;
	font-family: var(--font-faktum);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link{
	border: 0 none;
}

.btn:hover{
	text-decoration: none;
}
.btn:active{
	outline: 4px solid rgba(0,0,0,0.24);
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn-link:hover{
	color: inherit;
}

.btn:disabled, .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.sider_image_caption a,
.wp-block-button.is-style-btn-lg .wp-block-button__link,
.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 3rem;
	font-size: 20px;	
	min-height: 62px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.3rem 1.5rem;
	border-radius: 1rem;
	font-size: 16px;
	min-height: 44px;
}

.btn-square{
	border-radius: 0 !important;
}

.is-style-btn-chevron .wp-block-button__link{
	border-radius: 0;
	background-color: transparent !important;
	color: var(--black) !important;
	padding: 0 2rem 0 0;
	background-image: url("data:image/svg+xml;utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 25 16.617'%3e%3cpath fill-rule='evenodd' d='M15.65,16.6a9.291,9.291,0,0,1,2.756-6.575,9.5,9.5,0,0,1,.813-.722H0v-2H19.218a9.5,9.5,0,0,1-.812-.721A9.292,9.292,0,0,1,15.65.012l2-.012A7.367,7.367,0,0,0,25,7.308v2a7.367,7.367,0,0,0-7.35,7.308Z'/%3e%3c/svg%3e");
	background-position: right center;
	background-size: 18px auto;
	background-repeat: no-repeat;
	min-height: 0 !important;
}
.is-style-btn-chevron .wp-block-button__link:hover{
	padding-right: 2.25rem;
}

.btn-azul{ background-color: var(--azul); border-color: var(--azul); color: var(--white); }
.btn-azul:hover{ background-color: var(--azul-hover); border-color: var(--azul-hover); color: var(--white); }

.btn-rojo-black,
.btn-rojo{ background-color: var(--rojo); border-color: var(--rojo); color: var(--white); }
.btn-rojo:hover{ background-color: var(--rojo-hover); border-color: var(--rojo-hover); color: var(--white); }

.btn-rojo-pormas:hover,
.btn-rojo-black:hover{
	background-color: var(--black); border-color: var(--black); color: var(--white);
}
.btn-morado{ background-color: var(--morado); border-color: var(--morado); color: var(--white); }
.btn-morado:hover{ background-color: var(--morado-hover); border-color: var(--morado-hover); color: var(--white); }
.btn-celeste{ background-color: var(--celeste); border-color: var(--celeste); color: var(--white); }
.btn-celeste:hover{ background-color: var(--celeste-hover); border-color: var(--celeste-hover); color: var(--white); }
.sider_image_caption a,
.btn-amarillo{ background-color: var(--amarillo); border-color: var(--amarillo); color: var(--black); }
.sider_image_caption a:hover,
.btn-amarillo:hover{ background-color: var(--amarillo-hover); border-color: var(--amarillo-hover); color: var(--black); }
.btn-light{ background-color: var(--light); border-color: var(--light); color: var(--black); }
.btn-light:hover{ background-color: var(--beige);	border-color: var(--beige); color: var(--black); }
.btn-beige{ background-color: var(--beige); border-color: var(--beige); color: var(--black); }
.btn-beige:hover{ background-color: var(--light);	border-color: var(--light); color: var(--black); }
.btn-white{ background-color: var(--white); border-color: var(--white); color: var(--black); }
.btn-white:hover{ background-color: var(--light);	border-color: var(--light); color: var(--black); }
.btn-esmeralda{ background-color: var(--esmeralda); border-color: var(--esmeralda); color: var(--black); }
.btn-esmeralda:hover{ background-color: var(--esmeralda-hover);	border-color: var(--esmeralda-hover); color: var(--black); }
.btn-verde{ background-color: var(--verde); border-color: var(--verde); color: var(--white);}
.btn-verde:hover{ background-color: var(--verde-hover); border-color: var(--verde-hover); color: var(--white);}

.btn-rojo-pormas{ background-color: var(--rojo-pormas); border-color: var(--rojo-pormas); color: var(--white);}

.btn-outline-light{
	border-color: var(--light);
	color: var(--light);
	background-color: transparent;
}
.btn-outline-black{
	border-color: var(--black);
	color: var(--black);
	background-color: transparent;
}
.btn-outline{
	border-color: inherit;
	color: inherit;
	background-color: transparent;
}
.btn-outline:hover,
.btn-outline-light:hover{
	border-color: var(--white);
	background-color: var(--white);
	color: var(--black);
}
.btn-outline-black:hover{
	background-color: var(--light);
	border-color: var(--black);
	color: var(--black);
}

.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: 100px; }
	.py,.pb{ padding-bottom: 100px; }
	.my,.mt{ margin-top: 100px; }
	.my,.mb{ margin-bottom: 100px; }
	
	div[class*=query]{
		margin-bottom: -40px;
	}

	div[class*=query] > *{
		margin-bottom: 40px;
	}
}
@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: 100px; }
	.py,.pb{ padding-bottom: 100px; }
	.my,.mt{ margin-top: 100px; }
	.my,.mb{ margin-bottom: 100px; }
	
	.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: 48px; }
	.py,.pb{ padding-bottom: 48px; }
	.my,.mt{ margin-top: 48px; }
	.my,.mb{ margin-bottom: 48px; }
	
	div[class*=query]{
		margin-bottom: -24px;
	}

	div[class*=query] > *{
		margin-bottom: 24px;
	}
}