/*
Theme Name: Flora Tristán
Theme URI: https://flora.org.pe
Author: Cocoa Perú
Author URI: http://cocoa.pe/
Description: Plantilla desarrollada para uso Flora Tristán
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
	--font-avenirBo: 'avenirBo', sans-serif;
	--font-avenirMe: 'avenirMe', sans-serif;
	--font-avenirHe: 'avenirHe', sans-serif;
	--font-abcBo: 'abcBo', sans-serif;
	--font-abcMe: 'abcMe', sans-serif;
	--font-abcRe: 'abcRe', sans-serif;
	
	--primary:#7e1f61;
	--secondary:#fcb275;
	--success:#77b42b;
	--danger:#e85f52;
	--black:#1D1D1B;
	--white:#ffffff;
	--gris:#707070;
	--lightGris:#e2e2e2;
	--light:#F8F8F8;
	--lightPrimary: #F2E8EF;
	
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--instagram: #e1306c;
	--youtube: #ff0000;
	--twitch: #9146ff;
	--discord: #7289da;
}

body, table, td{
	font-family: var(--font-avenirBo);
	font-size: 20px;
	line-height: 1.6;
	color: var(--black);
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: normal;
}

a,
a:hover{
	color: var(--primary);
}

.font-family-avenirBo{font-family: var(--font-avenirBo) !important; font-weight:normal;}
.font-family-avenirMe{font-family: var(--font-avenirMe) !important; font-weight:normal;}
.font-family-avenirHe{font-family: var(--font-avenirHe) !important; font-weight:normal;}
.font-family-abcBo{font-family: var(--font-abcBo) !important; font-weight:normal;}
.font-family-abcMe{font-family: var(--font-abcMe) !important; font-weight:normal;}
.font-family-abcRe{font-family: var(--font-abcRe) !important; font-weight:normal;}

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

b, strong{ font-weight: bold;}

h1, .h1{ font-size: 50px;}
h2, .h2{ font-size: 45px;}
h3, .h3{ font-size: 35px;}
h4, .h4{ font-size: 32px;}
h5, .h5{ font-size: 24px;}
h6, .h6{ font-size: 20px;}
.hSm{ font-size: 18px;}

h1,h2,h3,h4,h5,h6{ line-height: 1.3; font-weight: normal; margin-bottom: 1rem;}
h1,h2,.h1,.h2{ font-family: var(--font-abcBo);}
h3,h4,h5,h6,.h3,.h4,.h5,.h6{ font-family: var(--font-abcMe);}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover,
h6 a, h6 a:hover{
	text-decoration: none;
	color: inherit;
}

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

/*------------------------------ btn-trigger -------------------------*/

.btn-trigger{
	position: relative;
	display: none;
	min-width: 34px;
	height: 34px;
	border: 0 none;
	background-color: transparent;
	z-index: 100;
}

.btn-trigger span{
	display: block;
	position: absolute;
	width: 34px;
	height: 3px;
	background-color: #fff;
	left: calc(50% - 17px);
	-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% - 11px);
}
.btn-trigger span:nth-child(2){
	bottom: calc(50% - 11px);
}

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

.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: 12px;
	overflow: hidden;
}

.shadow{
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

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

.img-fit2{
	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;
}

.position-absolute{
  position: absolute;
}
.overflow-hidden{
	overflow: hidden;
}

.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-primary{color: var(--primary) !important;}
.text-secondary{color: var(--secondary) !important;}
.text-danger{color: var(--danger) !important;}
.text-success{color: var(--success) !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;}
.text-transparent{color: transparent !important;}

.bg-primary{background-color: var(--primary) !important;}
.bg-secondary{background-color: var(--secondary) !important;}
.bg-danger{background-color: var(--danger) !important;}
.bg-success{background-color: var(--success) !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-transparent {background-color: transparent !important;}

.bg-gradient{
	background: rgba(126,31,97,1);
	background: -moz-linear-gradient(-45deg, rgba(126,31,97,1) 0%, rgba(232,95,82,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(126,31,97,1)), color-stop(100%, rgba(232,95,82,1)));
	background: -webkit-linear-gradient(-45deg, rgba(126,31,97,1) 0%, rgba(232,95,82,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(126,31,97,1) 0%, rgba(232,95,82,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(126,31,97,1) 0%, rgba(232,95,82,1) 100%);
	background: linear-gradient(135deg, rgba(126,31,97,1) 0%, rgba(232,95,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e1f61', endColorstr='#e85f52', GradientType=1 );
}

.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: var(--bs-gutter-x, 0.9375rem);
    padding-left: var(--bs-gutter-x, 0.9375rem);
}

.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,
.btn{
	position: relative;
	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: rgb(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.5rem 2.5rem;
	font-size: 15px;
	border-radius: 50em;
	transition: all 0.25s ease;
	min-height: 56px;
	font-weight: var(--font-avenirMe);
	z-index: 1;
}

.btn>span{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:0 6px;
}

.btn:hover{
	text-decoration: none;
}

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

.btn svg{
	width: 18px;
	height: 18px;
}
.btn.btn-lg svg{
	width: 20px;
	height: 20px;
}
.btn.btn-sm svg{
	width: 14px;
	height: 14px;
}

.btn.btn-link svg{
	width: 26px !important;
	height: 26px !important;
}
.btn-link:hover{
	color: inherit;
}

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

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 3rem;
	font-size: 18px;	
	min-height: 62px;
}

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

.btn-link{
	border-radius: 0.3rem;
	padding:0 !important;
	min-height: 0 !important;
}

.btn-square{
	padding: 0 !important;
	width: 56px;
}

.btn-sm.btn-square{
	width: 42px;
}
.btn-lg.btn-quare{
	width: 62px;
}

.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.3rem;
  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.8;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@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: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 970px;
  }
}
@media (min-width: 1439px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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


/*------------------------------ 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; }	
	
}

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

.wp-block-image figcaption{
	font-size: 0.8em;
	color: var(--primary);
}

figcaption:last-child{
	margin-bottom: 0;
}

.search_box{
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  min-width: 50%;
  font-size: 18px;
}

input:focus-visible {
  border: 1px solid #e85f52;
  outline: none;
}

.btn-search_box{
  background: #e85f52;
  border: none;
  padding: 11px 15px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 991px){
  .search_box{
    min-width: 80%;
	font-size: 16px;
  }	
  .btn-search_box{
    font-size: 16px;
  }
}

.indent{
  Text-indent: -19px;
  Padding-left: 19px;
}
.img-fit {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.img-fit3 {
	object-fit: cover;	
	width: 100%;
	height: 100%;
}
.separator{
  z-index: 99;
}