/*
Theme Name: Premio Periodismo Save the Children
Theme URI: https://www.periodismosavethechildren.org
Author: Cocoa Perú
Author URI: http://cocoa.pe/
Description: Plantilla desarrollada para uso de Save the Children
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
	--font-lato: 'Lato', sans-serif;
	--font-oswald: 'Oswald', sans-serif;
	
	--rojo:#DA291C;
	--rojo-hover:#A51414;
	--amarillo:#F2A900;
	--naranja:#FF6A39;
	--vino:#9A3324;
	--morado:#A57FB2;
	--plum:#9A3324;
	--rosado:#F8B5C4;
	--verde:#71CC98;
	--turquesa:#00B2A9;
	--light:#F3F2EE;
	--beige:#D1CCBD;
	--black:#222221;
	--gris80:#4A4F53;
	--gris50:#999999;
	--white:#FFF;
	
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--instagram: #e1306c;
	--youtube: #ff0000;
	--twitch: #9146ff;
	--discord: #7289da;
	--whatsapp: #25d366;
	--linkedin: #0077b5;
}

body, table, td{
	font-family: var(--font-lato);
	font-size: 20px;
	line-height: 1.4;
	color: var(--black);
	font-weight: 400;
}

a{
	color: var(--black);
}
a:hover{
	color: var(--rojo);
	text-decoration: underline;
}

button:active,
a:active,
button:focus,
a:focus{
	outline: 2px solid var(--black) !important;
	background-color: var(--light);
	color: var(--rojo);
}

.font-lato{font-family: var(--font-lato) !important; line-height: 1.4 !important;}
.font-oswald{font-family: var(--font-oswald) !important; line-height: 1.15 !important;}
.font-lato strong{ font-weight: 700; }

small, .small{ font-size: 85%; }

b, strong{ font-weight: 700;}

h1, .h1{ font-size: 72px; }
h2, .h2{ font-size: 62px; }
h3, .h3{ font-size: 42px; }
h4, .h4{ font-size: 32px; }
h5, .h5{ font-size: 22px; }
h6, .h6{ font-size: 20px; }

h1,h2,h3,h4,h5,h6{ font-family: var(--font-oswald); font-weight: 500; margin-bottom: 1rem; line-height: 1.15;}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{ font-weight: 500; }

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: 0.8em;
}

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

.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;
}

/* WordPress Core
-------------------------------------------------------------- */
.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(--light);
}

.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(--light);
}

.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 -----------------------------*/

.card_rounded{
	border-radius: 0.75em !important;
	overflow: hidden;
}
.card_circle{
	border-radius: 50%;
	overflow: hidden;
}
.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%;
}

.labeled{
	line-height: 1.22;
}
.h5.labeled{
	line-height: 1.5;
}
h2.labeled{
	line-height: 1.3;
}

.labeled span{
	background: var(--white);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 12px;
    display: inline;
    border-radius: 0.12em;
}
.labeled.labeled-rojo span{
	background: var(--rojo);
}

.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-rojo{color: var(--rojo) !important;}
.text-amarillo{color: var(--amarillo) !important;}
.text-naranja{color: var(--naranja) !important;}
.text-vino{color: var(--vino) !important;}
.text-morado{color: var(--morado) !important;}
.text-plum{color: var(--plum) !important;}
.text-rosado{color: var(--rosado) !important;}
.text-verde{color: var(--verde) !important;}
.text-turquesa{color: var(--turquesa) !important;}
.text-light{color: var(--light) !important;}
.text-beige{color: var(--beige) !important;}
.text-black{color: var(--black) !important;}
.text-gris80{color: var(--gris80) !important;}
.text-gris50{color: var(--gris50) !important;}
.text-white{color: var(--white) !important;}

.bg-rojo{background-color: var(--rojo) !important;}
.bg-amarillo{background-color: var(--amarillo) !important;}
.bg-naranja{background-color: var(--naranja) !important;}
.bg-vino{background-color: var(--vino) !important;}
.bg-morado{background-color: var(--morado) !important;}
.bg-plum{background-color: var(--plum) !important;}
.bg-rosado{background-color: var(--rosado) !important;}
.bg-verde{background-color: var(--verde) !important;}
.bg-turquesa{background-color: var(--turquesa) !important;}
.bg-light{background-color: var(--light) !important;}
.bg-beige{background-color: var(--beige) !important;}
.bg-black{background-color: var(--black) !important;}
.bg-gris80{background-color: var(--gris80) !important;}
.bg-gris50{background-color: var(--gris50) !important;}
.bg-white{background-color: var(--white) !important;}

.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: "";}

.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;
}

.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: 0.9em;
	border-radius: 50em;
	transition: all 0.25s ease;
	min-height: 56px;
	font-weight: normal;
	z-index: 1;
	gap: 0 0.6em;
	font-family: var(--font-oswald);
	text-transform: uppercase;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link{
	border: 0 none;
}

.wp-block-button__link:hover,
.btn:hover{
	text-decoration: none;
}

.wp-block-button__link::before{
	content:'';
	display:block;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15.595' fill='%23FFFFFF' %3e%3cpath d='M14.947,9.053l.793.793a.854.854,0,0,1,0,1.211L8.8,18a.854.854,0,0,1-1.211,0L.649,11.056a.854.854,0,0,1,0-1.211l.793-.793a.858.858,0,0,1,1.225.014l4.1,4.3V3.107a.855.855,0,0,1,.857-.857H8.766a.855.855,0,0,1,.857.857V13.37l4.1-4.3a.852.852,0,0,1,1.225-.014Z' transform='translate(-2.25 15.992) rotate(-90)'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	width:16px;
	height:16px;
}

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

.btn-link:hover{
	color: inherit;
}

.btn:disabled, .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}
.wp-block-button__link,
.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 3rem;
	font-size: 0.9em;	
	min-height: 65px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.3rem 1.5rem;
	font-size: 0.8em;
	min-height: 48px;
}


.wp-block-button__link,
.btn-rojo{ background-color: var(--rojo); border-color: var(--rojo); color: var(--white); }
.wp-block-button__link:hover,
.btn-rojo:hover{ background-color: var(--rojo-hover); border-color: var(--rojo-hover); color: var(--white); }

.btn-link,
.btn-back{
	border: 0 none;
	background-color: var(--white);
	padding: 0.3em 0.5em;
	min-height: inherit;
	border-radius: 50em;
	font-family: var(--lato);
	text-transform: none;
	font-weight: 700;
}

.btn-back svg{
	transform: rotate(180deg);
	width: 10px;
	height: auto;
}
.btn-link svg{
	width: 10px;
	height: auto;
}
.btn-link:hover,
.btn-back:hover{
	text-decoration: underline;
}
.btn-link:focus,
.btn-back:focus{
	
}
.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: var(--black);
	color: inherit;
	background-color: transparent;
}
.btn-outline:hover,
.btn-outline-light:hover{
	border-color: var(--rojo);
	background-color: var(--rojo);
	color: var(--white);
}
.btn-outline-black:hover{
	border-color: var(--turquesa);
	background-color: var(--turquesa);
	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: 0 none;
  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: 80px; }
	.py,.pb{ padding-bottom: 80px; }
	.my,.mt{ margin-top: 80px; }
	.my,.mb{ margin-bottom: 80px; }
}
@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; }
}

@media only screen and (max-width: 1199px){
	.py,.pt{ padding-top: 80px; }
	.py,.pb{ padding-bottom: 80px; }
	.my,.mt{ margin-top: 80px; }
	.my,.mb{ margin-bottom: 80px; }
	.btn-trigger{
		display: block;
	}	
}

@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; }
}

@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: 1em;
	}
}

@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; }
}