/**
Theme Name: CEDEHM
Theme URL: http://
Author: Agencia Mixen
Author URL: http://mixen.mx/
Description: Tema para el sitio de CEDEHM
Version: 1.0
Text Domain: Mixen Marketing & Web Technology /
**/

::selection {
    color: #fff;
    background: #72277a;
}

/* FONTS */
@font-face {
    font-family: 'Galano Grotesque Regular';
    src: url(../../vendor/fonts/GalanoGrotesque-Regular.woff);
}
@font-face {
    font-family: 'Galano Grotesque Semi Bold';
    src: url(../../vendor/fonts/GalanoGrotesque-SemiBold.woff);
}
@font-face {
    font-family: 'Galano Grotesque Bold';
    src: url(../../vendor/fonts/GalanoGrotesque-Bold.woff);
}
@font-face {
    font-family: 'Galano Grotesque Extra Bold';
    src: url(../../vendor/fonts/GalanoGrotesque-ExtraBold.woff);
}

/* GENERAL STYLES */
body {
    font-family: 'Galano Grotesque Regular', sans-serif;
}
h1, h2, h3, p, a {
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font-family: 'Galano Grotesque Bold', sans-serif;
}
h1 {
    font-family: 'Galano Grotesque Extra Bold', sans-serif;
    font-size: 34px;
    color: #282828;
    text-transform: uppercase;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
p, a, li {
    font-size: 14px;
    line-height: 1.2;
    color: #303030;
}
a:hover {
    color: #303030;
}
a,
button,
input,
select,
textarea {
    text-decoration: none!important;
    outline: none!important;
}
.regular {
    font-family: 'Galano Grotesque Regular', sans-serif;
}
.semibold {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
}
.bold {
    font-family: 'Galano Grotesque Bold', sans-serif;
}
.extrabold {
    font-family: 'Galano Grotesque Extra Bold', sans-serif;
}
.black {
    color: #141414;
}
.gray {
    color: #282828;
}
.white {
    color: #FFFFFF;
}
.purple {
    color: #72277a;
}

.spacing {
    padding: 100px 10px;
}
.regular-spacing {
    padding: 75px 10px;
}
.light-spacing {
    padding: 50px 10px;
}
.thin-spacing {
    padding: 25px 10px;
}
.clearfix {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.clearfix.spacing-lg {
    margin: 25px 0px;
}
.clearfix.spacing-md {
    margin: 15px 0px;
}
.clearfix.spacing-sm {
    margin: 5px 0px;
}
.transition {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}
.wrapper {
    max-width: 100vw;
    overflow: hidden;
}
.content {
    position: relative;
    overflow: hidden;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.abs-pos {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-cover {
    background-size: cover!important;
}
.bg-contain {
    background-size: contain!important;
}
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

a.bigcustom-btn {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 14px;
    color: white;
    padding: 12px 18px;
    border-radius: 24px;
    text-transform: uppercase;
    background-color: #72277a;
    letter-spacing: 1px;
    transition: 300ms ease all;
}

a.bigcustom-btn:hover {
    box-shadow: 8px 12px 12px -8px rgba(0,0,0,0.75);
    background-color: #581e5e;
}

a.custom-btn {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 12px;
    color: #282828;
    padding: 6px 24px;
    border-radius: 24px;
    text-transform: uppercase;
    background-color: #aa75c7;
    letter-spacing: 1px;
    transition: 300ms ease all;
    line-height: 1;
    font-weight: 700;
}

a.custom-btn:hover {
    box-shadow: 8px 12px 12px -8px rgba(0,0,0,0.75);
    background-color: #88619e;
}



/* CONTROLS/INDICATORS */

[class*="carousel-control-"] {
    width: 30px;
    text-shadow: none;
}

[class*="carousel-control-"] i {
    position: absolute;
    display: block;
    color: #FFFFFF;
    font-size: 36px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.carousel-indicators li {
    background-color: rgba(0,0,0,0.2);
    height: 4px;
}

[class*="carousel-control-"],
[class*="carousel-control-"] i,
.carousel-indicators li {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
    max-width: 100%;
    object-fit: contain;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* MENU */
#nav {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    border-radius: 0px;
    transition: 300ms ease width, 300ms ease border-radius;
    z-index: 99;
}

#nav.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
}

#nav .container-fluid {
    padding: 0 4%;
}

#nav .container-fluid,
#nav .container-fluid .d-flex {
    position: relative;
    height: 100%;
}

#nav .container-fluid .d-flex  {
    padding: 10px 0;
}

#nav .container-fluid .d-flex .brand-logos {
    height: 100%;
    display: flex;
}

#nav .container-fluid .d-flex .brand-logos a.brand:not(:last-of-type){
    margin-right: 20px;
}

#nav .container-fluid .d-flex .brand-logos a.brand {
    height: 100%;
    display: flex;
    align-items: center;
}

#nav .container-fluid .d-flex .brand-logos a.brand {
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: 300ms ease all;
}

#nav .container-fluid .d-flex .brand-logos a.brand.active-nav {
    opacity: 0;
}

#nav .container-fluid .d-flex .brand-logos a.brand img {
    max-width: 165px;
    max-height: 100%;
}

#nav .container-fluid .attr {
    display: flex;
    align-items: center;
}

#nav .container-fluid .attr a.lang {
    margin-right: 10px;
}

#nav button {
    height: 50px;
    width: 50px;
    padding: 4px;
    background-color: transparent;
    border: none;
    z-index: 99;
}

#nav button i {
    font-size: 36px;
    color: #58167d;
}

#nav button img {
    width: 100%;
}

menu {
    position: fixed;
    width: 40%;
    height: 100vh;
    background-color: #FFFFFF;
    right: 0;
    margin: 0;
    padding: 0 8%;
    margin-right: -45%;
    transition: all 0.5s ease-out;
    z-index: 100;
    opacity: 0;
}

.active-nav {
    margin-right: 0px;
    opacity: 1;
}

menu button.close {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 40px;
    top: 40px;
    z-index: 99;
    opacity: 0.8;
}

menu button.close:hover {
    opacity: 1;
}

menu button.close i {
    color: #72277a;
    font-size: 34px;
}

menu .menu-bg {
    height: 20%;
    bottom: 0;
    top: auto;
}

menu .menu-content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

menu .menu-content .brand {
    text-align: center;
}

menu .menu-content .brand img {
    max-width: 55%;
}

menu .menu-content ul.menu-list {
    position: relative;
    margin: 10% 0;
    padding: 0;
    text-align: left;
}

menu .menu-content ul.menu-list li {
    list-style: none;
}

menu .menu-content ul.menu-list li:not(:last-of-type) {
    margin-bottom: 4px;
}

menu .menu-content ul.menu-list li a {
    position: relative;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 16px;
    color: #282828;
    line-height: 1;
    font-weight: 600;
}

menu .menu-content ul.menu-list li a:hover {
    color: #aa75c7;
}

menu .menu-content ul.menu-list li a:hover {
    color: #aa75c7;
}

menu .menu-content .contact-info {
    text-align: center;
}

menu .menu-content .contact-info a:hover {
    color: #72277a;
}

menu .menu-content .contact-info .social {
    margin-bottom: 18px;
}

menu .menu-content .contact-info .social a {
    color: #282828;
    font-size: 26px;
    transition: 300ms ease all;
}

menu .menu-content .contact-info .social a:hover {
    color: #72277a;
}

menu .menu-content a.bigcustom-btn {
    background-color: #aa75c7;
    padding: 12px 45px;
}

menu .menu-content a.bigcustom-btn:hover {
    background-color: #72277a;
    color: #FFFFFF;
}

menu .menu-content .contact-info p {
    font-size: 12px;
    margin-top: 18px;
    line-height: 1.2;
    white-space: pre-line;
}

menu .menu-content .contact-info .text a {
    font-size: 12px;
}


/****** HOME ******/

/* header */
#home header {
    height: 85vh;
}

#home header .img-bg {
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

#home header .container,
#home header .container .row {
    height: 100%;
}

#home header .hero-content h1 {
    font-size: 38px;
    line-height: 1;
    text-transform: none;
}

#home header .propaganda {
    position: absolute;
    height: 80%;
    width: 50%;
    top: 20%;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}

#home header .propaganda .purple-bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 92%;
    width: 90%;
    background-color: #6a2372;
}

#home header .propaganda img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* NOSOTRAS */

#home #nosotras {
    min-height: 450px;
}

#home #nosotras .container {
    position: relative;
    padding-bottom: 50px;
}

#home #nosotras .container::before {
    position: absolute;
    display: block;
    content: 'NOSOTRAS';
    top: -20%;
    left: -16%;
    text-transform: uppercase;
    font-family: 'Galano Grotesque Extra Bold', sans-serif;
    transform: rotate(-90deg);
    font-size: 40px;
    color: #72277a;
}

#home #nosotras .section-content .cta {
    text-align: right;
}

#home #nosotras .section-content ul#nosotrasTab {
    justify-content: space-around;
    border: none;
    border-bottom: 4px solid #c4c4c4;
    margin-bottom: 25px;
}

#home #nosotras .section-content ul#nosotrasTab li {
    margin: 0;
}

#home #nosotras .section-content ul#nosotrasTab li a {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    color: #262626;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0;
    border: none;
    transition: 300ms ease all;
}

#home #nosotras .section-content ul#nosotrasTab li.show a,
#home #nosotras .section-content ul#nosotrasTab li a:hover,
#home #nosotras .section-content ul#nosotrasTab li a.active {
    color: #aa75c7;
}

#home #nosotras .section-content .tab-content .tab-pane p {
    white-space: pre-line;
    text-align: justify;
}

#home #nosotras .carousel-container {
    position: absolute;
    height: 120%;
    width: 50%;
    bottom: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

#home #nosotras .carousel-container .carousel {
    width: 90%;
    margin: 0 auto;
}

#home #nosotras .carousel-container .carousel,
#home #nosotras .carousel-container .carousel .carousel-inner,
#home #nosotras .carousel-container .carousel .carousel-item {
    height: 100%!important;
}

#home #nosotras .carousel-container .carousel .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#home #nosotras .carousel-container .carousel .carousel-control-prev {
    left: -30px;
}

#home #nosotras .carousel-container .carousel .carousel-control-next {
    right: -30px;
}

#home #nosotras .carousel-container .carousel [class*="carousel-control-"] i {
    color: #aa75c7;
}

/* FUNDADORES */

#home #fundadores {
    background-color: #aa75c7;
}

#home #fundadores .section-title h1 {
    text-align: center;
    white-space: pre-line;
    line-height: 1;
}

#home #fundadores .carousel .img-container img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

#home #fundadores .carousel .founder{
    position: relative;
}

#home #fundadores .carousel .founder h2 {
    text-align: center;
    font-size: 21px;
}

#home #fundadores .carousel .founder p {
    text-align: justify;
}

#home #fundadores .carousel .founder a.custom-btn {
    background-color: #FFFFFF;
}

#home #fundadores .carousel .quote {
    text-align: center;
}

#home #fundadores .carousel .quote img {
    width: 70px;
}

#home #fundadores .carousel .quote p {
    font-family: serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

/*FUNDADORES CORNER DECOR*/
#home #fundadores .carousel .carousel-inner {
    width: calc(100% - 60px);
    margin: 0 auto;
}
#home #fundadores .founder::after {
    position: absolute;
    display: block;
    content: '';
    height: 95%;
    width: 2px;
    background-color: #FFFFFF;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}
#home #fundadores .carousel .decor-left {
    position: absolute;
    width: 25%;
    height: 100%;
    left: 0;
}
#home #fundadores .carousel .decor-left::before {
    position: absolute;
    display: block;
    content: '';
    height: 80%;
    width: 2px;
    background-color: #FFFFFF;
    left: 0;
}
#home #fundadores .carousel .decor-left::after {
    position: absolute;
    display: block;
    content: '';
    width: 80%;
    height: 2px;
    background-color: #FFFFFF;
    top: 0;
}
#home #fundadores .carousel .decor-right {
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
}
#home #fundadores .carousel .decor-right::before {
    position: absolute;
    display: block;
    content: '';
    height: 80%;
    width: 2px;
    background-color: #FFFFFF;
    right: 0;
}
#home #fundadores .carousel .decor-right::after {
    position: absolute;
    display: block;
    content: '';
    width: 80%;
    height: 2px;
    background-color: #FFFFFF;
    top: 0;
    right: 0;
}
#home #fundadores .carousel .carousel-control-prev {
    left: -45px;
}
#home #fundadores .carousel .carousel-control-next {
    right: -45px;
}

/* ENFOQUES */

#home #enfoques .section-title h1 {
    text-align: center;
    padding: 30px 0;
}

#home #enfoques .boxes {
    display: flex;
}

#home #enfoques .boxes a {
    position: relative;
    width: 33.333%;
    height: 320px;
}

#home #enfoques .boxes a .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#home #enfoques .boxes a .box .img-bg {
    transform: scale(1.01);
}

#home #enfoques .boxes a:hover .box .img-bg {
    transform: scale(1.15);
}

#home #enfoques .boxes a .box h2 {
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    white-space: pre-line;
}

/* ESTRATEGIAS */

#home #estrategias .container {
    padding: 35px 10px;
    padding-bottom: 50px;
}

#home #estrategias .bg-decor {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}

#home #estrategias .section-title h1 {
    white-space: pre-line;
    text-align: center;
    line-height: 1;
}

#home #estrategias .boxes {
    align-items: center;
}

#home #estrategias .boxes .box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    height: 280px;
    background-color: #ebebeb;
    padding: 25px;
}

#home #estrategias .boxes .box .img-bg {
    z-index: 0;
    height: 115px;
}

#home #estrategias .boxes .box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #FFFF;
    border-radius: 50%;
    z-index: 1;
}

#home #estrategias .boxes .box .icon img {
    padding: 18px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#home #estrategias .boxes .box h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 14px;
}

#home #estrategias .boxes .box a.custom-btn {
    background-color: #FFFFFF;
}

/* OTROS */

#home #otros {
    padding: 0 8%;
}

#home #otros .boxes {
    display: flex;
    justify-content: space-between;
}

#home #otros .boxes a {
    position: relative;
    height: 375px;
    width: calc(20% - 10px);
    overflow: hidden;
}

#home #otros .boxes a .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 25px;
}

#home #otros .boxes a:nth-child(odd) .box {
    background-color: #ffcf29;
}

#home #otros .boxes a:nth-child(even) .box {
    background-color: #fe6817;
}

#home #otros .boxes a .box .img-bg {
    z-index: 0;
    transition: 300ms ease all;
}

#home #otros .boxes a:hover .box .img-bg {
    transform: scale(1.15);
}

#home #otros .boxes a .box h2 {
    font-size: 20px;
    color: #FFFF;
    text-transform: uppercase;
    line-height: 1;
    white-space: pre-line;
    z-index: 1;
}

.modal-otros .modal-dialog .modal-body {
    padding: 30px 45px 45px;
}

.modal-otros .modal-dialog .modal-body .title h2 {
    text-align: center;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.modal-otros .modal-dialog .modal-body button {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    border: none;
    font-size: 25px;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #282828;
    font-family: auto;
    cursor: pointer;
}

.modal-otros .modal-dialog .modal-body p {
    white-space: pre-line;
    text-align: justify;
}
.modal-otros .modal-dialog .modal-body a {
    color: #aa75c7;
}


/* ACOMPANAMIENTO */

#home #acompanamiento .img-bg {
    width: 50%;
}

#home #acompanamiento .boxes .col-12:not(:last-of-type) {
    margin-bottom: 25px;
}

#home #acompanamiento .boxes .box {
    border: 3px solid #ffcf29;
}

#home #acompanamiento .boxes .col-12:nth-child(1) .box {
    border: 3px solid #ffcf29;
}

#home #acompanamiento .boxes .col-12:nth-child(2) .box {
    border: 3px solid #fe6817;
}

#home #acompanamiento .boxes .col-12:nth-child(3) .box {
    border: 3px solid #eb6d6d;
}

#home #acompanamiento .boxes .box .box-title {
    text-align: center;
    background-color: #ffcf29;
    padding: 16px 25px;
}

#home #acompanamiento .boxes .col-12:nth-child(1) .box .box-title {
    background-color: #ffcf29;
}

#home #acompanamiento .boxes .col-12:nth-child(2) .box .box-title {
    background-color: #fe6817;
}

#home #acompanamiento .boxes .col-12:nth-child(3) .box .box-title {
    background-color: #eb6d6d;
}

#home #acompanamiento .boxes .box .box-title h2 {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    color: white;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    white-space: pre-line;
}

#home #acompanamiento .boxes .box .box-content {
    padding: 20px 25px 25px;
}

#home #acompanamiento .boxes .box .box-content p {
    text-align: justify;
}


/* EDUCACION */

#home #educ-psicosocial .img-bg {
    height: 80%;
    bottom: 0;
    top: auto;
}

#home #educacion .section-content h1 {
    font-size: 22px;
}

#home #educacion .section-content p {
    text-align: justify;
}

#home #educacion .section-carousel .carousel .carousel-item .img-container {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 275px;
    padding: 20px 25px;
}

#home #educacion .section-carousel .carousel .carousel-item .img-container h2 {
    font-family: 'Galano Grotesque Bold', sans-serif;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    white-space: pre-line;
    line-height: 1;
    width: 75%;
}

#home #educacion .section-carousel .carousel .carousel-control-prev {
    width: 50px;
    height: 50px;
    bottom: 20px;
    top: auto;
    right: 5px;
    left: auto;
    background-color: rgba(255,255,255,0.90);
}

#home #educacion .section-carousel .carousel .carousel-control-next {
    width: 50px;
    height: 50px;
    bottom: 20px;
    top: auto;
    right: -55px;
    left: auto;
    background-color: rgba(255,255,255,0.90);
}
#home #educacion .section-carousel .carousel [class*="carousel-control-"] i {
    font-size: 25px;
    color: #000000;
}

/* ACOMPANAMIENTO PSICOSOCIAL */

#home #acomp-psico .section-content h1 {
    color: #FFFFFF;
    font-size: 22px;
}

#home #acomp-psico .section-content p {
    color: #FFFFFF;
    text-align: justify;
}

#home #acomp-psico .section-content .cta {
    text-align: right;
}

#home #acomp-psico .section-content .cta a.custom-btn {
    background-color: #FFFFFF;
}

#home #acomp-psico .section-carousel .glide {
    height: 250px;
}

#home #acomp-psico .section-carousel .glide__track ul {
    list-style: none;
}

#home #acomp-psico .section-carousel .glide__track,
#home #acomp-psico .section-carousel .glide__track ul,
#home #acomp-psico .section-carousel .glide__track ul li {
    height: 100%;
}

#home #acomp-psico .section-carousel .glide__track ul li img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#home #acomp-psico .section-carousel .glide__arrows {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#home #acomp-psico .section-carousel .glide__arrow--right {
    font-size: 24px;
    border: none;
    padding: 0;
}

/* PUBLICACIONES */

#publicaciones .container-fluid {
    padding: 50px 6%;
}

#publicaciones .boxes .col-12 {
    display: flex;
    align-items: flex-end;
}

#publicaciones .boxes .col-12 .box {
    width: calc(100% - 100px);
}

#publicaciones .boxes .col-12 a {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 12px;
    color: #282828;
    width: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f3f2f2;
}

#publicaciones .boxes .col-12 a:hover {
    background-color: #282828;
    color: #f3f2f2;
}

#publicaciones .boxes .box .title {
    padding: 15px;
    background-color: #ffcf29;
}

#publicaciones .boxes .box .title h2 {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    white-space: pre-line;
    line-height: 1;
    font-weight: 700;
}

#publicaciones .boxes .box .title h2 span {
    font-size: 12px;
    font-style: italic;
}

#publicaciones .boxes .box .img-container {
    position: relative;
    height: 200px;
}

/* ASI SOMOS */

#home #asi-somos .gray-bg {
    position: absolute;
    height: 40%;
    width: 100%;
    background-color: #f4f3f3;
}

#home #asi-somos .section-title .title {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
}

#home #asi-somos .section-title .title h1 {
    transform: rotate(-90deg);
    line-height: 0.8;
    font-size: 65px;
    margin-right: 17px;
}

#home #asi-somos .section-title .title h2 {
    font-size: 12px;
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#home #asi-somos .section-title .title h2 span {
    color: #72287a;
}

#home #asi-somos .section-gallery ul li {
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#home #asi-somos .section-gallery ul li i {
    position: absolute;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 5px black;
}

#home #asi-somos .section-gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home #asi-somos .section-gallery .lSPager img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 300ms ease all;
}

#home #asi-somos .section-gallery .lSSlideOuter .lSPager.lSGallery li.active,
#home #asi-somos .section-gallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border: none;
    border-radius: 0;
}

#home #asi-somos .section-gallery .lSPager li.active img,
#home #asi-somos .section-gallery .lSPager li:hover img {
    -webkit-filter: none;
    filter: none;
    transition: 300ms ease all;
}

#home #asi-somos .section-gallery a.lSPrev {
    display: none;
}

#home #asi-somos .section-gallery a.lSNext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    left: auto;
    bottom: 0;
    right: 0;
    padding: 20px 38px;
    opacity: 1;
    background: none;
    background-color: #72287a;
    z-index: 1;
}

#home #asi-somos .section-gallery a.lSNext i {
    font-size: 20px;
}

/* NUESTRAS VOCES */

#home #nuestras-voces .img-bg {
    height: 38vw;
}

#home #nuestras-voces .section-title {
    margin-bottom: 185px;
}

#home #nuestras-voces .section-title .col-12 {
    display: flex;
    justify-content: flex-end;
}

#home #nuestras-voces .section-title .col-12 h1 {
    white-space: pre-line;
    line-height: 1;
    text-align: center;
}

#home #nuestras-voces .section-content {
    align-items: flex-end;
}

#home #nuestras-voces .section-content .about p {
    white-space: pre-line;
    text-align: justify;
}

#home #nuestras-voces .cta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#home #nuestras-voces .cta a.bigcustom-btn {
    padding: 12px 28px;
}

#home #nuestras-voces .social {
    margin-left: 20px;
}

#home #nuestras-voces .social p {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#home #nuestras-voces .social p > a {
    margin-left: 5px;
    font-size: 22px;
    color: #333033;
}

#home #nuestras-voces .social p > a i {
    font-weight: normal;
}

#home #nuestras-voces .social p > a:hover {
    color: #72277a;
}

#home #nuestras-voces .about .iframe-container {
    height: 325px;
    width: 100%;
}

#home #nuestras-voces .about .iframe-container iframe {
    height: 100%;
    width: 100%;
}

/* BOLETIN */

#home #boletin h1 {
    color: white;
    white-space: pre-line;
    line-height: 1;
}

#home #boletin p {
    color: white;
}

#home #boletin .form-container {
    display: inline-flex;
    height: 50px;
    padding: 5px 5px;
    border-radius: 25px;
    background-color: #FFFFFF;
}
#home #boletin .wpcf7 form.invalid .wpcf7-response-output,
#home #boletin .wpcf7 form.unaccepted .wpcf7-response-output {
color: white;
}

#home #boletin .form-container input[type="email"] {
    font-family: 'Galano Grotesque Bold', sans-serif;
    font-size: 14px;
    color: #212529;
    width: 250px;
    border: none;
    padding-left: 15px;
    background-color: transparent;
    height: 100%;
}

#home #boletin .form-container input[type="submit"]{
    font-family: 'Galano Grotesque Bold', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #aa75c7;
    cursor: pointer;
    height: 100%;
}

#home #boletin .wpcf7 form .wpcf7-response-output {
    color: white;
}

/* DONACION */

#home #donacion {
    background-color: #FFFFFF;
}

#donacion {
    background-color: #f2f1f1;
}

#donacion .bg-decor {
    position: absolute;
    height: 425px;
    width: 50%;
    right: 0;
    bottom: 0;
    object-fit: contain;
}

#donacion .section-content p {
    white-space: pre-line;
}

/* EVENTOS */

#eventos .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px 10px;
}

#eventos h2 {
    font-size: 20px;
    text-transform: uppercase;
}

#eventos::after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    top: 337px;
    background-color: #282828;
}

#eventos .container {
    padding-top: 0;
    padding-bottom: 50px;
}

#eventos .boxes {
    justify-content: space-evenly;
}

#eventos .boxes .box {
    border: 2px solid #282828;
}

#eventos .boxes .box .img-container {
    position: relative;
    height: 235px;
    background-color: #FFFFFF;
}

#eventos .boxes .box .img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}

#eventos .boxes .box .img-container .img-bg {
    z-index: 1;
}

#eventos .boxes .box .title-container {
    padding: 15px;
    background-color: #FFFFFF;
}

#eventos .boxes .box .title-container h2 {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}


/* noticias */

#home #noticias {
    background-color: #f4f3f3;
}

#home #noticias::after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    top: 335px;
    background-color: #282828;
}

#home #noticias .container {
    padding-bottom: 50px;
}

#home #noticias .boxes {
    justify-content: space-evenly;
}

#home #noticias .boxes .box {
    border: 2px solid #282828;
}

#home #noticias .boxes .box .img-container {
    position: relative;
    height: 235px;
}

#home #noticias .boxes .box .img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}

#home #noticias .boxes .box .img-container .img-bg {
    z-index: 0;
}

#home #noticias .boxes .box .title-container {
    padding: 15px;
    background-color: #FFFFFF;
}

#home #noticias .boxes .box .title-container h2 {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}

/* CONTACTO */

#contacto img.bg-decor {
    position: absolute;
    height: 95%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#contacto .map-container {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
}

#contacto .map-container iframe {
    height: 100%;
    width: 100%;
}

#contacto p {
    text-align: justify;
}

#contacto .form-container input {
    font-family: "Galano Grotesque Regular", sans-serif;
    color: white;
    width: 100%;
    background-color: #aa75c7;
    border: none;
    border-radius: 8px;
    font-size: 10px;
    padding: 15px 10px;
    margin-bottom: 10px;
}

#contacto .form-container textarea {
    font-family: "Galano Grotesque Regular", sans-serif;
    color: white;
    width: 100%;
    background-color: #aa75c7;
    border: none;
    border-radius: 8px;
    font-size: 10px;
    padding: 15px 10px;
    margin-bottom: 10px;
    height: calc(100% - 10px);
}

#contacto .form-container input[type="submit"] {
    font-family: "Galano Grotesque Semi Bold", sans-serif;
    font-size: 12px;
    padding: 8px;
    text-transform: uppercase;
    cursor: pointer;
}


#contacto .form-container ::-webkit-input-placeholder {
    font-family: "Galano Grotesque Regular", sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#contacto .form-container ::-moz-placeholder {
    font-family: "Galano Grotesque Regular", sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#contacto .form-container :-moz-placeholder {
    font-family: "Galano Grotesque Regular", sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#contacto .form-container :-ms-input-placeholder {
    font-family: "Galano Grotesque Regular", sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/***** PAGE TEMPLATE / NOSOTRAS *****/
/* HEADER */

#page-template header {
    margin-top: 90px;
}

#page-template header .container {
    padding: 150px 10px;
}


#page-template header h1,
#page-template header P {
    color: #FFFFFF;
}

#page-template header h1 {
    white-space: pre-line;
    line-height: 1;
}

#page-template header p {
    margin-top: 15px;
}

/* CONTENIDO */

#page-template.nosotras #contenido .gallery ul li {
    border: none;
}

#page-template.nosotras #contenido .gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page-template.nosotras #contenido .gallery .lSPager img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 300ms ease all;
}

#page-template.nosotras #contenido .gallery .lSSlideOuter .lSPager.lSGallery li.active,
#page-template.nosotras #contenido .gallery .lSSlideOuter .lSPager.lSGallery li:hover {
    border: none;
    border-radius: 0;
}

#page-template.nosotras #contenido .gallery .lSPager li.active img,
#page-template.nosotras #contenido .gallery .lSPager li:hover img {
    -webkit-filter: none;
    filter: none;
    transition: 300ms ease all;
}

#page-template.nosotras #contenido .gallery a.lSPrev {
    display: none;
}

#page-template.nosotras #contenido .gallery a.lSNext {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    left: auto;
    bottom: 0;
    right: 0;
    padding: 20px 38px;
    opacity: 1;
    background: none;
    background-color: #72287a;
    z-index: 1;
}

#page-template.nosotras #contenido .gallery a.lSNext i {
    font-size: 20px;
}

/***** PAGE TEMPLATE / FICHAS (AGREGADO POR LUIS PANDO 30/06/2021) *****/
#page-template.fichas #ficha .ficha-informativa {
    box-shadow: 0.125rem 0.125rem 0.85rem rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 30px;
}

#page-template.fichas #ficha .ficha-informativa .titulo-dato {
    color: #72277a;
}

#page-template.fichas #ficha .ficha-informativa .dato {
    background-color: #ececec;
    font-weight: bold;
    padding: 10px;
    margin: 8px 0 14px;
}

#page-template.fichas #related .paginacion a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/***** PAGE LINK BOOTSTRAP STYLES OVERRIDE / FICHAS (AGREGADO POR LUIS PANDO 17/069/2021) *****/
.page-link {
    background-color: #f19100;
    color: #fff;
    border: none;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 14px;
}

.page-link:hover {
    background-color: #f19136;
}

/***** PAGE TEMPLATE / FUNDADORAS *****/
/* FOUNDER */
#page-template.fundadoras #founder .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template.fundadoras #founder .img-container {
    position: relative;
    height: 550px;
}

#page-template.fundadoras #founder .img-container .img-bg {
    border-radius: 10px;
}

#page-template.fundadoras #founder .text-container p {
    text-align: justify;
    white-space: pre-line;
}
/* AWARDS */
#page-template.fundadoras #awards .container {
    padding: 0 0 75px;
}

#page-template.fundadoras #awards .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template .timeline ul.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

#page-template .timeline ul.nav-tabs li {
    display: flex;
    align-items: flex-end;
    width: 15%;
}

#page-template .timeline ul.nav-tabs li a {
    padding: 0;
    border: none;
    text-align: center;
    width: 100%;
}

#page-template .timeline ul.nav-tabs li a span {
    font-family: 'Galano Grotesque Extra Bold', sans-serif;
    color: #282828;
    font-size: 22px;
}

#page-template .timeline ul.nav-tabs li a .timeline-box {
    position: relative;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    background-color: #f2f1ef;
    transition: 300ms ease all;
}

#page-template .timeline ul.nav-tabs li.show a .timeline-box,
#page-template .timeline ul.nav-tabs li a:hover .timeline-box,
#page-template .timeline ul.nav-tabs li a.active .timeline-box {
    background-color: #fdcd29;
}

#page-template .timeline ul.nav-tabs li a .timeline-box img {
    position: absolute;
    bottom: 0;
    height: 80px;
}

#page-template .timeline ul.nav-tabs li a .timeline-box::after {
    position: absolute;
    display: block;
    content: '';
    height: 40px;
    width: 40px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f2f1ef;
    border-radius: 50%;
    transition: 300ms ease all;
}

#page-template .timeline ul.nav-tabs li.show a .timeline-box::after,
#page-template .timeline ul.nav-tabs li a:hover .timeline-box::after,
#page-template .timeline ul.nav-tabs li a.active .timeline-box::after {
    background-color: #fdcd29;
}

#page-template .timeline .tab-content .tab-pane p {
    white-space: pre-line;
    text-align: justify;
}

/* RELATED */

#page-template.fundadoras #related .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template.fundadoras #related .founder {
    font-size: 26px;
    text-transform: none;
}

#page-template.fundadoras #related .founder .box {
    border-radius: 10px;
    overflow: hidden;
}

#page-template.fundadoras #related .founder .box .img-container {
    height: 215px;
    position: relative;
}

#page-template.fundadoras #related .founder .box .title {
    padding: 15px;
    background-color: #FFFFFF;
}

#page-template.fundadoras #related .founder .box .title h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    height: calc(18px * 1 * 2);
}

/* RELATED (AGREGADO POR LUIS PANDO 30/06/2021) */

#page-template.fichas #related .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template.fichas #related .founder {
    font-size: 26px;
    text-transform: none;
}

#page-template.fichas #related .founder .box {
    border-radius: 10px;
    overflow: hidden;
}

#page-template.fichas #related .founder .box .img-container {
    height: 215px;
    position: relative;
}

#page-template.fichas #related .founder .box .title {
    padding: 15px;
    background-color: #FFFFFF;
}

#page-template.fichas #related .founder .box .title h2 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    height: calc(18px * 1 * 2);
}

/***** PAGE TEMPLATE / ENFOQUES *****/
/* HEADER */
#page-template.enfoques #contenido .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template.enfoques #contenido .img-container {
    position: relative;
    height: 550px;
}

#page-template.enfoques #contenido .img-container .img-bg {
    border-radius: 10px;
}

#page-template.enfoques #contenido .text-container p {
    text-align: justify;
    white-space: pre-line;
}

/* RELATED */

#page-template.enfoques #related .container {
    padding: 0 0 75px;
}

#page-template.enfoques #related .section-title h1 {
    position: relative;
    font-size: 26px;
    text-transform: none;
}

#page-template.enfoques #related .section-title h1::after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 40px;
    background-color: #282828;
    top: 70%;
    transform: translateY(-50%);
    left: -50px;
    border-radius: 4px;
}

#page-template.enfoques #related .box-container {
    height: 320px;
}

#page-template.enfoques #related a .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

#page-template.enfoques #related a .box .img-bg {
    transform: scale(1.01);
}

#page-template.enfoques #related a:hover .box .img-bg {
    transform: scale(1.15);
}

#page-template.enfoques #related a .box h2 {
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
}

/***** PAGE TEMPLATE / EDUCACION *****/

/* TALLERES */
#page-template.educacion #talleres .header {
    position: relative;
    height: 200px;
}

#page-template.educacion #talleres .section-title h1 {
    text-align: center;
    text-transform: none;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#page-template.educacion #talleres .timeline .bttns {
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
    margin-top: -15px;
}

#page-template.educacion #talleres .timeline .bttns a {
    background-color: #aa75c7;
    color: #282828;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-weight: 700;
    transition: 300ms ease all;
    margin-top: 15px;
    text-align: center;
}

#page-template.educacion #talleres .timeline .bttns a[aria-expanded="true"],
#page-template.educacion #talleres .timeline .bttns a:hover {
    color: #FFFFFF;
    background-color: #72277a;
}

#page-template.educacion #talleres .timeline div.box {
    padding: 35px;
    background-color: #f2f1ef;
}

#page-template.educacion #talleres .timeline p.title {
    font-size: 16px;

}

#page-template.educacion #talleres .timeline .carousel-cases {
    height: 500px;
}

#page-template.educacion #talleres .timeline .carousel-cases .carousel-inner,
#page-template.educacion #talleres .timeline .carousel-cases .carousel-inner .carousel-item,
#page-template.educacion #talleres .timeline .carousel-cases .carousel-inner .carousel-item img {
    height: 100%;
}

#page-template.educacion #talleres .timeline .carousel-cases .carousel-inner .carousel-item img {
    width: 100%;
    object-fit: cover;
}

/***** PAGE TEMPLATE / ACOMPANAMIENTO *****/
/* CONTENIDO */

#page-template.acompanamiento #contenido .section-title h1 {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    white-space: pre-line;
    text-transform: none;
}

#page-template.acompanamiento #contenido .excerpt p {
    white-space: pre-line;
    columns: 1;
    text-align: justify;
}

#page-template.acompanamiento #contenido .excerpt table {
    font-size: 14px;
}

#page-template.acompanamiento #contenido .excerpt a {
    color: #aa75c7;;
}

#page-template.acompanamiento #contenido .excerpt .img-container {
    position: relative;
    height: 400px;
}

/* TIMELINE */
#page-template.acompanamiento #awards .container {
    padding-bottom: 75px;
}
#page-template.acompanamiento .timeline ul.nav-tabs li {
    width: 13%;
}
#page-template.acompanamiento .timeline ul.nav-tabs li a span {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
}

#page-template.acompanamiento .timeline ul.nav-tabs li a span {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .bttns {
    display: flex;
    justify-content: space-evenly;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .bttns a {
    background-color: #aa75c7;
    color: #282828;
    padding: 12px 16px;
    border-radius: 6px;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-weight: 700;
    transition: 300ms ease all;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .bttns a[aria-expanded="true"],
#page-template.acompanamiento .timeline .tab-content .tab-pane .bttns a:hover {
    color: #FFFFFF;
    background-color: #72277a;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane div.box {
    padding: 35px;
    background-color: #f2f1ef;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .carousel-cases {
    height: 500px;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .carousel-cases .carousel-inner,
#page-template.acompanamiento .timeline .tab-content .tab-pane .carousel-cases .carousel-inner .carousel-item,
#page-template.acompanamiento .timeline .tab-content .tab-pane .carousel-cases .carousel-inner .carousel-item img {
    height: 100%;
}

#page-template.acompanamiento .timeline .tab-content .tab-pane .carousel-cases .carousel-inner .carousel-item img {
    width: 100%;
    object-fit: cover;
}

/***** PAGE TEMPLATE / ACOMPANAMIENTO PSICOSOCIAL *****/
/* CONTENIDO */
#page-template.acompanamiento.psicosocial .timeline ul.nav-tabs li {
    width: 20%;
}

#page-template.acompanamiento.psicosocial #awards .img-container {
    position: relative;
    height: 300px;
}

/***** PAGE TEMPLATE / PUBLICACIONES *****/
/* CONTENIDO */

#page-template.publicaciones #contenido .section-title h1 {
    font-size: 26px;
    text-transform: none;
}

#page-template.publicaciones #contenido .releases a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 20px;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-weight: 700;
}

#page-template.publicaciones #contenido .releases a:hover {
    color: #72277a;
}

#page-template.publicaciones #contenido .releases a:not(:last-of-type) {
    margin-bottom: 10px;
}

#page-template.publicaciones #contenido .releases a:nth-child(odd) {
    background-color: #feb913;
}

#page-template.publicaciones #publicaciones .section-title h1 {
    display: inline-block;
    position: relative;
    font-size: 26px;
    text-transform: none;
}

#page-template.publicaciones #publicaciones .section-title h1::after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 40px;
    background-color: #282828;
    top: 70%;
    transform: translateY(-50%);
    left: -50px;
    border-radius: 4px;
}

/***** PAGE TEMPLATE / BLOGGER *****/
/* CONTENIDO */
#page-template.blogger header .container {
    padding: 50px 10px;
}

#page-template.blogger header p {
    color: #282828;
    margin-top: 5px;
}

#page-template.blogger header h1 {
    white-space: pre-line;
    line-height: 1;
    color: #282828;
    text-transform: none;
    font-size: 22px;
    text-align: center;
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-weight: 700;
}

#page-template.blogger .the_content .container {
    padding-top: 0px;
}
#page-template.blogger .the_content p,
#page-template.blogger .the_content li,
#page-template.blogger .the_content a {
    line-height: normal;
    color: #282828;
}

#page-template.blogger .the_content p {
    padding-bottom: 1rem;
    text-align: justify;
}

/***** PAGE TEMPLATE / ARCHIVE *****/
/* CONTENIDO */

#page-template.archive #archive h2 {
    font-size: 22px;
}

#page-template.archive #archive .posts article {
    margin-bottom: 15px;
}

#page-template.archive #archive .posts article a,
#page-template.archive #archive .posts article h2 {
    line-height: 1;
}

#page-template.archive #archive .posts article .title {
    margin-bottom: 5px;
}

#page-template.archive #archive .posts article .title a {
    font-family: 'Galano Grotesque Semi Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    transition: 300ms ease all;
}

#page-template.archive #archive .posts article .title a:hover {
    color: #aa75c7;
}

#page-template.archive #archive .posts article .post-info {
    margin-bottom: 5px;
}

#page-template.archive #archive .posts span.page-numbers,
#page-template.archive #archive .posts a.page-numbers {
    font-size: 16px;
    font-weight: 700;
    transition: 300ms ease all;
}

#page-template.archive #archive .posts span.current,
#page-template.archive #archive .posts a.page-numbers:hover {
    color: #aa75c7;
}

#page-template .archivo h2 {
    font-size: 22px;
}

#page-template .archivo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-template .archivo ul li {
    position: relative;
}

#page-template .archivo ul li:not(:last-of-type){
    margin-bottom: 15px;
}

#page-template .archivo ul li:not(:last-of-type)::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #888888;
    bottom: -10px;
}

#page-template .archivo ul li a {
    font-weight: 700;
    transition: 300ms ease all;
}

#page-template .archivo ul li a:hover {
    color: #aa75c7;
}

/***** PAGE EVENTOS *****/

#page-template.archive #eventos .container {
    padding: 75px 10px;
}

#page-template.archive #eventos .row {
    margin-top: -25px;
}

#page-template.archive #eventos .row .col-12 {
    margin-top: 25px;
}

#page-template.archive #eventos::after {
   display: none;
}

#page-template.archive #eventos .boxes .box .img-container {
    border-bottom: 2px solid;
}

#page-template.archive .the_content_eventos p {
    margin-bottom: 15px;
}

/***** PAGE TEMPLATE / TEMPLATE *****/

#page-template.template #contenido p {
    margin-bottom: 10px;
}

/***** FOOTER *****/

footer .img-bg2 {
    display: none;
}

footer .container {
    padding-bottom: 25px;
}

footer .nav-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .nav-links ul li:not(:last-of-type) {
    margin-bottom: 2px;
}

footer .nav-links ul li a {
    font-family: 'Galano Grotesque Regular', sans-serif;
    color: #FFFFFF;
}
footer .nav-links ul li a:hover {
    color: #aa75c7;
}

footer .brand {
    text-align: center;
}

footer .brand img.logo {
    max-width: 200px;
    margin-bottom: 10px;
}

footer .brand a {
    color: #FFFFFF;
}

footer .brand a:hover {
    color: #aa75c7;
}

footer .brand .social {
    margin-top: 10px;
}

footer .brand .social a:not(:last-of-type) {
    margin-right: 5px;
}

footer .brand .social a i {
    font-size: 20px;
}

footer .donation {
    text-align: center;
}

footer .donation .btn-container {
    display: inline-flex;
    height: 50px;
    padding: 5px 5px;
    border-radius: 25px;
    background-color: #FFFFFF;
}

footer .donation .btn-container p {
    font-family: 'Galano Grotesque Bold', sans-serif;
    font-size: 14px;
    color: #212529;
    width: 250px;
    border: none;
    padding-left: 15px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

footer .donation .btn-container a {
    font-family: 'Galano Grotesque Bold', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 25px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    background-color: #aa75c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .donation a.bigcustom-btn {
    background-color: #aa75c7;
}


/***** RESPONSIVE *****/
@media(max-width: 1199px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    p, a, li {
        font-size: 14px;
    }
    /***** HOME *****/
    /* HEADER */
    #home header .hero-content h1 {
        white-space: normal;
    }
    footer .donation .btn-container p {
        width: auto;
    }
}

@media(max-width: 991px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 26px;
    }
    a.bigcustom-btn {
        font-size: 12px;
        padding: 10px 18px;
        font-weight: 700;
    }
    #nav {
        position: fixed;
        height: 70px;
        background-color: white;
        top: 0;
        width: 100%;
        border-radius: 0;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
    }
    menu {
        width: 100%;
        margin-right: -100%;
        clip-path: none;
        box-shadow: none;
        padding: 0 25px;
    }
    menu .menu-content .brand {
        text-align: center;
    }
    menu ul {
        text-align: center;
    }
    menu ul::before {
        left: 50%;
        transform: translateX(-50%);
    }
    menu .social {
        text-align: center;
    }
    /***** HOME *****/
    /* HEADER */
    #home header {
        overflow: hidden;
        height: 100vh;
    }
    #home header .img-bg {
        clip-path: none;
    }
    #home header .propaganda {
        width: 100%;
        bottom: 0;
        right: 0;
        clip-path: none;
    }
    #home header .propaganda .purple-bg {
        display: none;
    }
    #home header .propaganda img {
        top: auto;
        width: 50%;
        bottom: -100px;
        opacity: 0.75;
    }
    #home header .hero-content {
        text-align: center;
    }
    #home header .hero-content h1 {
        font-size: 30px;
    }
    /* NOSOTRAS */
    #home #nosotras .container::before {
        display: none;
    }
    #home #nosotras .container {
        padding: 50px 10px;
    }
    #home #nosotras .section-content .cta {
        text-align: center;
    }
    #home #nosotras .carousel-container {
        position: relative;
        height: 300px;
        width: 100%;
        clip-path: none;
        margin-top: 25px;
    }
    /* FUNDADORES */
    #home #fundadores .carousel .decor-left {
        display: none;
    }
    #home #fundadores .carousel .decor-right {
        display: none;
    }
    #home #fundadores .founder::after {
        display: none;
    }
    #home #fundadores .carousel .founder {
        margin-top: 18px;
    }
    #home #fundadores .carousel .quote {
        display: none;
    }
    /* ENFOQUES */
    #home #enfoques .boxes {
        flex-flow: column;
    }
    #home #enfoques .boxes a {
        width: 100%;
        height: 250px;
    }
    #home #enfoques .boxes a .box h2 {
        white-space: normal;
    }
    /* ESTRATEGIAS */
    #home #estrategias .container {
        padding: 50px 10px;
    }
    #home #estrategias .section-title h1 {
        white-space: normal;
    }
    #home #estrategias .boxes .col-12 {
        margin-bottom: 25px;
    }
    /* OTROS */
    #home #otros .boxes {
        justify-content: space-around;
        flex-flow: wrap;
        margin-bottom: -25px;
    }
    #home #otros .boxes a {
        height: 275px;
        width: calc(50% - 25px);
        margin-bottom: 25px;
    }
    .modal-otros .modal-dialog .modal-body {
        padding: 30px 30px 45px;
    }
    /* ACOMPANAMIENTO */
    #home #acompanamiento {
        background-color: #f4f3f3;
        margin-top: 50px;
    }
    #home #acompanamiento .img-bg {
        display: none;
    }
    #home #acompanamiento .boxes .box .box-title h2 {
        white-space: normal;
    }
    /* EDUCACION */
    #home #educ-psicosocial .img-bg {
        display: none;
    }
    #home #educacion .col-12 {
        text-align: center;
    }
    #home #educacion .section-carousel {
        margin-top: 25px;
    }
    #home #educacion .section-carousel .carousel .carousel-control-prev {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    #home #educacion .section-carousel .carousel .carousel-control-next {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    #home #educacion .section-carousel .carousel .carousel-item .img-container h2 {
        width: 100%;
    }
    /* ACOMP PSICO */
    #home #acomp-psico {
        background-color: #a66fc2;
    }
    #home #acomp-psico .section-content {
        margin-top: 25px;
        text-align: center;
    }
    #home #acomp-psico .section-content .cta {
        text-align: center;
    }
    /* PUBLICACIONES */
    #publicaciones .boxes .col-12 {
        align-items: center;
        flex-flow: column;
    }
    #publicaciones .boxes .col-12:not(:last-of-type) {
        margin-bottom: 25px;
    }
    #publicaciones .boxes .col-12 .box {
        margin-bottom: 15px;
    }
    /* ASI SOMOS */
    #home #asi-somos .gray-bg {
        height: 100%;
    }
    #home #asi-somos .section-title {
        margin-bottom: 25px;
    }
    #home #asi-somos .section-title .title {
        position: relative;
        transform: none;
        top: 0;
    }
    #home #asi-somos .section-title .title h1 {
        font-size: 28px;
        margin-right: 0;
        transform: none;
        text-align: center;
    }
    #home #asi-somos .section-title .title h2 {
        margin: 10px;
    }
    /* NUESTRAS VOCES */
    #home #nuestras-voces .img-bg {
        display: none;
    }
    #home #nuestras-voces .section-title {
        margin-bottom: 25px;
    }
    #home #nuestras-voces .section-title .col-12 {
        display: flex;
        justify-content: center;
    }
    #home #nuestras-voces .section-title .col-12 h1 {
        white-space: normal;
    }
    #home #nuestras-voces .cta {
        margin-top: 25px;
    }
    /* BOLETIN */
    #home #boletin h1 {
        color: white;
        white-space: normal;
        line-height: 1;
    }
    /* DONACION */
    #donacion .bg-decor {
        height: 100%;
        padding: 25px 25px 0 25px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.4;
    }
    #home #eventos::after {
        display: none;
    }
    #home #eventos .boxes .col-12:not(:last-of-type) {
        margin-bottom: 25px;
    }
    /* noticias */
    #home #noticias::after {
        display: none;
    }
    #home #noticias .boxes .col-12:not(:last-of-type) {
        margin-bottom: 25px;
    }
    /* CONTACTO */
    #contacto .map-container {
        position: relative;
        height: 250px;
        width: 100%;
        left: 0;
        top: 0;
    }
    /***** PAGE NOSOTRAS *****/
    /* HEADER */
    #page-template header {
        margin-top: 70px;
    }
    #page-template header .container {
        padding: 100px 10px;
    }
    /* CONTENIDO */
    #page-template.nosotras #contenido .excerpt p {
        columns: 1;
    }
    /***** PAGE TEMPLATE / FUNDADORES *****/
    #page-template.fundadoras #awards .container {
        padding: 0 0 50px;
    }
    #page-template.fundadoras #awards .timeline .tab-content p {
        padding: 0 15px;
    }
    #page-template #awards .timeline ul.nav-tabs li a .timeline-box img {
        position: absolute;
        bottom: 0;
        height: 50px;
    }
    #page-template.fundadoras #founder .img-container {
        height: 380px;
    }
    #page-template.fundadoras #founder .text-container {
        margin-top: 25px;
    }
    #page-template.fundadoras #related .founder .box .img-container {
        height: 200px;
    }
    #page-template .timeline ul.nav-tabs li a .timeline-box {
        height: 75px;
    }
    #page-template.fundadoras #related .founder:not(:last-of-type) {
        margin-bottom: 25px;
    }
    /***** PAGE TEMPLATE / ENFOQUES *****/
    #page-template.enfoques #contenido .img-container {
        height: 380px;
    }
    #page-template.enfoques #contenido .text-container {
        margin-top: 25px;
    }
    #page-template.enfoques #related .box-container:not(:last-of-type) {
        margin-bottom: 25px;
    }
    #page-template.enfoques #related a .box h2 {
        font-size: 18px;
    }
    /***** PAGE TEMPLATE / EDUCACION *****/
    /* CONTENIDO */
    #page-template.educacion #contenido .excerpt p {
        columns: 1;
    }
    #page-template.educacion #talleres .header .img-bg {
        background-attachment: inherit!important;
    }
    #page-template.educacion #talleres .section-carousel .carousel .carousel-inner {
        width: calc(100% - 60px);
    }
    /***** PAGE TEMPLATE / ACOMPAÑAMIENTO *****/
    /* CONTENIDO */
    #page-template.acompanamiento #contenido .section-title h1 {
        white-space: normal;
    }
    #page-template.acompanamiento #contenido .excerpt p {
        columns: 1;
    }
    #page-template.acompanamiento #contenido .excerpt .img-container {
        position: relative;
        height: 200px;
    }
    #page-template.acompanamiento .timeline ul.nav-tabs {
        margin-bottom: 0;
        margin-top: -10px;
    }
    #page-template.acompanamiento .timeline ul.nav-tabs li {
        width: auto;
        margin-top: 10px;
    }
    #page-template.acompanamiento .timeline ul.nav-tabs li a {
        background-color: #fdcd29;
        padding: 10px 6px;
        border-radius: 4px;
    }
    #page-template.acompanamiento .timeline ul.nav-tabs li a .timeline-box {
        display: none;
    }
    #page-template.acompanamiento .timeline .tab-content .tab-pane .bttns {
        justify-content: space-around;
        flex-flow: wrap;
        margin-top: -10px;
    }
    #page-template.acompanamiento #awards .timeline .tab-content .tab-pane .bttns a {
        margin-top: 10px;
    }
    /***** PAGE TEMPLATE / ACOMPAÑAMIENTO PSICOSOCIAL *****/
    /* CONTENIDO */
    #page-template.acompanamiento.psicosocial .timeline ul.nav-tabs li {
        width: auto;
    }
    #page-template.acompanamiento.psicosocial #awards .img-container {
        position: relative;
        height: 200px;
    }
    /***** FOOTER *****/
    footer .nav-links {
        display: none;
    }
    footer .brand {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-bottom: 25px;
    }
    footer .donation .btn-container p {
        width: auto;
        padding-right: 15px;
    }
}


@media(max-width: 767px) {
    /***** GENERAL STYLES *****/
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }
    /***** HOME *****/
    /* OTROS */
    #home #otros .boxes a {
        height: 250px;
        width: 100%;
    }
    /* PUBLICACIONES */
    #publicaciones .boxes .col-12 .box {
        width: 100%;
    }
    /* NUESTRAS VOCES */
    #home #nuestras-voces .cta {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    /* BOLETIN */
    #home #boletin .form-container input[type="text"] {
        width: auto;
    }
    footer .brand img.logo {
        max-width: 135px;
    }
    footer .donation .btn-container p {
        font-size: 12px;
    }
}

@media (max-width: 575px) {

}


