/*
Theme Name: Centro Practis
Theme URI: http://www.centropractis.com/
Author: Cocoa Perú
Author URI: http://cocoa.pe/
Description: Plantilla desarrollada para uso de Practical Action
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
	--font-regular: 'gellerregular', serif;
	--font-light: 'gellerlight', serif;
	--font-bold: 'gellerbold', serif;
	--font-head: 'gellerhead', serif;
	--font-druk: 'druk', sans-serif;
	
	--amarillo: #FFA600;
	--turquesa: #2BB6B7;
	--azul: #2161C2;
	--rosado: #ED6A82;
	--celeste: #1B9CFC;
	--verde: #2ECC71;
	--rojo: #E74C3C;
	--black: #3C3C3C;
	--gris: #B1B1B1;
	--light: #F3F3F3;
	--white: #ffffff;
	
	--facebook: #1877f2;
	--twitter: #1da1f2;
	--instagram: #e1306c;
	--youtube: #ff0000;
	--twitch: #9146ff;
	--discord: #7289da;
	--whatsapp: #25d366;
	--linkedin: #0077b5;
}

body, table, td{
	font-family: var(--font-regular);
	font-size: 18px;
	line-height: 1.4;
	color: var(--black);
	font-weight: normal;
}
a, button{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: inherit;
	text-decoration: underline;
}

.font-regular{font-family: var(--font-regular) !important;}
.font-light{font-family: var(--font-light) !important;}
.font-bold{font-family: var(--font-bold) !important;}
.font-head{font-family: var(--font-head) !important;}
.font-druk{font-family: var(--font-druk) !important; letter-spacing: 1px;}
.font-druk strong{ font-family: var(--font-druk) !important; }

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

b, strong{ font-weight: normal; font-family: var(--font-bold); }

h1, .h1{ font-size: 82px; }
h2, .h2{ font-size: 60px; }
h3, .h3{ font-size: 48px; }
h4, .h4{ font-size: 38px; }
h5, .h5{ font-size: 28px; }
h6, .h6{ font-size: 22px; }

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

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

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

.form-floating{
	position: relative;
}
.form-floating label{
	position: absolute;
	top: 50%;
	font-size: 1rem;
	left: 0.75rem;
	padding: 0;
	width: auto;
	height: auto;
	transform: translateY(-50%);
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
	height: auto;
	line-height: 1.3;
}

.form-select,
.form-control{
	display: block;
	width: 100%;
	min-height: 58px;
	padding: 0.5rem 0.75rem;
	border-radius: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
	border: 1px solid var(--gris);
	background-color: var(--white);
}
.form-select:focus,
.form-control:focus{
	outline: 0 none;
	box-shadow: none;
	color: inherit;
	background-color: var(--white);
	border-color: var(--black) !important;
}

.form-floating .form-control{
	padding-bottom: 0;
	border: 1px solid var(--gris);
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
	top: 7%;
	font-size: 0.8rem;
	color: var(--gris);
	opacity: 1;
	transform: translateY(0%);
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
	padding-top: 0.8rem;
	padding-bottom: 0;
}

.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating:not(.form-control:disabled)::before{
	display: none;
}

.form-select{
	background-size: auto 14px;
}

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

.btn-trigger{
	position: relative;
	display: none;
	min-width: 3rem;
	height: 3rem;
	border: 0 none;
	background-color: var(--light);
	z-index: 100;
	border-radius: 0;
}

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

.btn-trigger.show span{
	background-color: var(--black);
}

.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*=card]{
	position: relative;
}

.card_image{
	overflow: hidden;
}

.card_content{
	position: static;
}

.card_rounded{
	border-radius: 10px;
	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%;
}

.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: 90px; }
.py,.pb{ padding-bottom: 90px; }
.my,.mt{ margin-top: 90px; }
.my,.mb{ margin-bottom: 90px; }

.text-amarillo{color: var(--verde) !important;}
.text-turquesa{color: var(--turquesa) !important;}
.text-azul{color: var(--azul) !important;}
.text-rosado{color: var(--rosado) !important;}
.text-celeste{color: var(--celeste) !important;}
.text-verde{color: var(--verde) !important;}
.text-rojo{color: var(--rojo) !important;}
.text-black{color: var(--black) !important;}
.text-light{color: var(--light) !important;}
.text-white{color: var(--white) !important;}

.bg-amarillo{background-color: var(--amarillo) !important;}
.bg-turquesa{background-color: var(--turquesa) !important;}
.bg-azul{background-color: var(--azul) !important;}
.bg-rosado{background-color: var(--rosado) !important;}
.bg-celeste{background-color: var(--celeste) !important;}
.bg-verde{background-color: var(--verde) !important;}
.bg-rojo{background-color: var(--rojo) !important;}
.bg-black{background-color: var(--black) !important;}
.bg-light{background-color: var(--light) !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]):not([class*=g]){--bs-gutter-x: 1.875rem;}

@media (min-width: 1680px) {
	.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;
}

.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;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.25em 3em;
	font-size: 26px;
	transition: all 0.25s ease;
	min-height: 60px;
	font-weight: normal;
	z-index: 1;
	gap: .2em 1em;
	font-family: var(--font-druk);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.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:disabled, .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.btn-link{
	padding: 0;
	min-height: 0;
	font-family: var(--font-regular);
	letter-spacing: 0;
	font-size: 18px;
	text-transform: none;
}

.btn-link:hover{
	color: var(--amarillo);
}

.btn-link::before{
	content: '';
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid var(--amarillo);
	border-right: 2px solid var(--amarillo);
	transform: rotate(45deg) translateY(0.05em);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn-link:hover::before{
	transform: rotate(45deg) translateY(-0.18em) translateX(0.2em);
}

.btn-lg{
	min-height: 72px;
}

.btn-amarillo{ background-color: var(--amarillo); border-color: var(--amarillo); color: var(--white); }
.btn-turquesa{ background-color: var(--turquesa); border-color: var(--turquesa); color: var(--white); }
.btn-turquesa:hover,
.btn-amarillo:hover,
.btn-celeste:hover,
.btn-azul{ background-color: var(--azul); border-color: var(--azul); color: var(--white); }
.btn-rosado{ background-color: var(--rosado); border-color: var(--rosado); color: var(--white); }
.btn-celeste{ background-color: var(--celeste); border-color: var(--celeste); color: var(--white); }
.btn-verde{ background-color: var(--verde); border-color: var(--verde); color: var(--white); }
.btn-rojo{ background-color: var(--rojo); border-color: var(--rojo); color: var(--white); }
.btn-black{ background-color: var(--black); border-color: var(--black); color: var(--white); }
.btn-white{ background-color: var(--white); border-color: var(--white); color: var(--black); }
.btn-light{ background-color: var(--light); border-color: var(--light); 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%;
}


/*------------------------------ 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: 90px; }
	.py,.pb{ padding-bottom: 90px; }
	.my,.mt{ margin-top: 90px; }
	.my,.mb{ margin-bottom: 90px; }
	
	.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: 100%;
	}


}

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