/*  Custom website css  */
#main{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.title-sections-home{
    max-width: 472px;
}
.title-sections-home h2{
    line-height: 35px !important;
    padding-left: 30px !important;
}
.title-report{
    max-width: 570px !important;
}
.title-blog{
    max-width: 370px !important;
}
.title-gallery{
    max-width: 200px !important;
    display: none !important;
}
.title-gallery-page{
    max-width: 500px !important;
}

/* Section News */
.container-news{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.container-news .content{
    position: relative;
    background: #f0f1f4;
    display: inline-block;
    padding: 15px;
    margin-right: 53px;
    width: 30%;
    text-align: left;
    margin-bottom: 20px;
}
.container-news .content:nth-child(3n+0){
    margin-right: 0px;
}
.container-news .content figure{
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.container-news .content figure img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.container-news .content figure img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.container-news .content .meta span{
    color: #404040;
    font-size: 14px;
    text-transform: capitalize;
}
.container-news .content .info h2{
    font-size: 20px !important;
    line-height: 20px !important;
    padding-bottom: 13px;
}
.container-news .content .info a{
    color: #f39300;
    float: right;
    font-weight: 400;
}

/* modal */
.closeVideo{
    background: rgba(21, 20, 20, 0.42) url(../images/cancel-24.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline;
    position: absolute;
    top: 30px;
    right: 244px;
    cursor: pointer;
    z-index: 4;
    text-align: center;
}
#content-modal-new{
    width: 100% !important;
    height: 585px !important;
    display: block;
    overflow: hidden;
}
#content-modal-new .content-modal{
    max-width: 800px;
    margin: auto;
    height: 100%;
    position: relative;
    text-align: center;
    border-radius: 12px;
    margin-top: 25px;
}
#content-modal-new .content-modal .info{
     background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin: 6px;
}
#content-modal-new .content-modal img{
    max-width: 550px;
    background: #f39300;
    padding: 1px;
    width: 100%;
}
#content-modal-new .content-modal h2{
    color: #f39300;
    margin-top: 15px;
}
#content-modal-new .content-modal p{
    text-align: left;
    margin-bottom: 0px !important;
    overflow-y: scroll;
    height: 150px;
    display: block;
}


.content-slider{
    position: relative;
    width: 100%;
    /* background: #725597; */
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}
.content-slider .slider-home-how-to .item{
    width: 100%;
    position: relative;
}
.content-slider .slider-home-how-to h3{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.content-slider .slider-home-how-to .info{
    position: relative;
    /*border: 2px solid #cfcfd0;*/
    background: #f0f1f4;
    padding: 30px;
    padding-top: 15px;
}
.content-slider .slider-home-how-to .info figure{
    padding: 0px;
    margin: 0px;
}
.content-slider .slider-home-how-to .info p{
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #000 !important;
}
.content-slider .slider-home-how-to .slick-dots{
    padding: 0;
    list-style: none;
    text-align: center;
}
.content-slider .slider-home-how-to .slick-dots li{
    display: inline-block;
    padding: 0px 5px;
}
.content-slider .slider-home-how-to .slick-dots li button{
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 20px;
    line-height: 7px;
    font-size: 7px;
    border: 0px;
    background: #b0b0b0;
    outline: none !important;
}
.content-slider .slider-home-how-to .slick-dots .slick-active button{
    background: #f39300;
}
.slick-slide {
    outline: none !important;
}
/*  Gallery home */
.content-gallery-home{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.content-gallery-home .gallery-home-center .item{
    background: yellow;
    margin: 0px 8px;
}
.content-gallery-home .gallery-home-center .slick-dots{
    padding: 0;
    list-style: none;
    text-align: center;
}
.content-gallery-home .gallery-home-center .slick-dots li{
    display: inline-block;
    padding: 0px 5px;
}
.content-gallery-home .gallery-home-center .slick-dots li button{
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 20px;
    line-height: 7px;
    font-size: 7px;
    border: 0px;
    background: #b0b0b0;
    outline: none !important;
}
.content-gallery-home .gallery-home-center .slick-dots .slick-active button{
    background: #f39300;
}
.btn-view-testimoniales{
    margin-top: 20px;
}

.slider-organizational-structure{
    position: relative;
    max-width: 960px;
    width: 100%;
    margin: auto;
}
.organizational-structure .item-slider{
    position: relative;
}
.organizational-structure .item-slider img{
    width: 100%;
}
.organizational-structure .slick-arrow{
    position: absolute;
    bottom: 60%;
    z-index: 1;
    border: 0px;
    background: transparent;
    cursor: pointer;
}
.organizational-structure .slick-arrow:focus{
    outline: none;
}
.organizational-structure .slick-prev{
    left: -40px;
}
.organizational-structure .slick-next{
    right: -40px;
}
.organizational-structure .slick-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
    left:-5px;
    color: #f39300;
    font-size: 60px;
    position:absolute;
    top:0;
    width: 40px;
}
.organizational-structure .slick-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    right: -5px;
    color: #f39300;
    font-size: 60px;
    position:absolute;
    top:0;
    width: 40px;
}

/* Page gallery */
.content-gallery{
    position: relative;
    width: 100%;
}
.content-gallery .grid{
    margin: 0px auto !important;
}
.content-gallery .grid a{
    position: relative;
    overflow: hidden;
}
.content-gallery .grid a img{
    position: relative;
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.content-gallery .grid a img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* Footer */
#footer .fusion-copyright-content{
    position: relative;
    width: 100%;
    display: block;
}
#footer .fusion-copyright-content .fusion-copyright-notice{
    width: 100%;
    display: block;
    text-align: center;
}
#footer .fusion-copyright-content .fusion-social-links-footer{
    display: block;
    text-align: center;
    width: 100%;
}
.footer-main{
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.footer-main nav ul{
    list-style: none;
    padding: 0px;
}
.footer-main nav ul li{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #fff;
}
.footer-main nav ul li:last-child{
    border: 0px;
}

/* Page about us */
.title-about-us h3{
    font-size: 30px !important;
}

/* Programas */
.tabs-programas{
    margin-bottom: 0px !important;
}

/*  Como vincularte */
.ckeck-list-how-to{
    position: relative;
}
.ckeck-list-how-to li{
    margin-bottom: 35px !important;
}
.ckeck-list-how-to li:last-child{
    margin-bottom: 0px !important;
}

.column-contact h2{
    color: #333333 !important;
}
.aling-center{
    text-align: center;
}
.aling-center i{
    width: 100%;
}
.section-blog-home .fusion-post-content-wrapper{
    background: #fff;
}
.content-news-home .content{
    background: #fff;
}
.content-gallery-main-home{
    position: relative;
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.content-gallery-main-home .fusion-row{
    max-width: 100% !important;
}
.btn-view-gallery{
    margin-top: 30px;
}
.financial-statements .active{
    background-color: #ffffff !important;
}
.financial-statements .nav-tabs .active h4{
    color: #f39300 !important;
}
.financial-statements .nav-tabs li h4{
    color: #fff !important;
}
.financial-statements .nav-tabs li a:hover{
    background-color: #f39300 !important;
}
.financial-statements .nav-tabs .active a:hover{
    background-color: #ffffff !important;
}
.financial-statements{
    margin-top: 50px;
}
.column-view-pdf h2{
    color: #fff !important;
}

/* Section Gallery home */
.photostack {
    background: #e0e2e4;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.js .photostack {
    height: 500px;
}
.photostack-start {
    cursor: pointer;
}
/* Wrapper and figures */

.photostack > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.photostack figure {
    width: 320px;
    height: 360px;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 40px;
    text-align: center;
    margin: 5px;
}
.js .photostack figure {
    position: absolute;
    display: block;
    margin: 0;
}
.photostack figcaption h2 {
    margin: 20px 0 0 0;
    color: #a7a0a2;
    font-size: 16px !important;
}
.photostack-img {
    outline: none;
    display: block;
    width: 240px;
    height: 240px;
    background: #f9f9f9;
}
.photostack-back {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    font-family: "Give You Glory", cursive;
    color: #a7a0a2;
    padding: 50px 40px;
    text-align: left;
    font-size: 22px;
    line-height: 1.25;
    z-index: 1;
}
.photostack-back p {
    margin: 0;
}
.photostack-back p span {
    text-decoration: line-through;
}
.photostack nav {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 90;
    text-align: center;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.photostack-start nav {
    opacity: 0;
}
.photostack nav span {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #aaa;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
    transition: transform 0.6s ease-in-out, background 0.3s;
    -webkit-transform: scale(0.48);
    transform: scale(0.48);
}
.photostack nav span:last-child {
    margin-right: 0;
}
.photostack nav span::after {
    content: "\e600";
    font-family: 'icons';
    font-size: 80%;
    speak: none;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.photostack nav span.current {
    background: #888;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.photostack nav span.current.flip {
    -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
    transform: scale(1) rotateY(-180deg) translateZ(-1px);
    background: #555;
}
.photostack nav span.flippable::after {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.js .photostack::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
}
.js .photostack-start::before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .photostack::after {
    content: 'Ver Galeria';
    font-weight: 400;
    position: absolute;
    border: 3px solid #fff;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 101;
}
.js .photostack::before,
.js .photostack::after {
    opacity: 0;
    visibility: hidden;
}
.js .photostack-start::before,
.js .photostack-start:hover::after,
.touch .photostack-start::after  {
    opacity: 1;
    visibility: visible;
}

.photostack figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    background: rgba(0,0,0,0.05);
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
figure.photostack-current::after {
    -webkit-transition: opacity 0.6s, visibility 0s 0.6s;
    transition: opacity 0.6s, visibility 0s 0.6s;
    opacity: 0;
    visibility: hidden;
}
.photostack-transition figure {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}
.photostack-perspective {
    -webkit-perspective: 1800px;
    perspective: 1800px;
}
.photostack-perspective > div,
.photostack-perspective figure {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.photostack-perspective figure,
.photostack-perspective figure div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.photostack-perspective figure.photostack-flip {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block;
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
    display: block;
}

.no-js .photostack figure {
    box-shadow: -2px 2px 0 rgba(0,0,0,0.05);
}

.no-js .photostack figure::after {
    display: none;
}

.no-js .photostack figure:nth-child(3n) {
    -webkit-transform: translateX(-10%) rotate(5deg);
    transform: translateX(-10%) rotate(5deg);
}

.no-js .photostack figure:nth-child(3n-2) {
    -webkit-transform: translateY(10%) rotate(-3deg);
    transform: translateY(10%) rotate(-3deg);
}
#photostack-1 nav span.current {
    background: #888;
    -webkit-transform: scale(0.61);
    transform: scale(0.61);
}

/* Información legal */
.title-custom{
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background: url('/wp-content/uploads/2017/07/bg-title-page.png') repeat-x center center;
    padding: 20px 15px;
}
.title-custom h1{
    margin: 0px;
    color: #f39300;
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}

.accordion-files-legal{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.accordion-files-legal h3{
    border-top: 3px solid #f39300;
    border-color: #f39300;
    margin: 7px 0 0 0 !important;
}
.accordion-files-legal .ui-state-active{
    border: 1px solid #f39300;
    background: #f39300;
}
.accordion-files-legal h3:focus{
    outline: none;
}
.accordion-files-legal .files-data{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #efefef;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    align-content: center;
}
.accordion-files-legal .files-data:nth-child(2n+0){
    background: #fff;
}
.accordion-files-legal .files-data .name{
    width: 70%;
}
.accordion-files-legal .files-data .name p{
    margin: 0;
}
.accordion-files-legal .files-data .file-url{
    width: 30%;
}
.accordion-files-legal .files-data .file-url a{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.accordion-files-legal .files-data .file-url a i{
    border-color:#e67e22;
    background-color:transparent;
    font-size: 20px;
    line-height:40px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    color:#e67e22;
}
.captcha-contact-form{
    margin-bottom: 20px;
}

/** Default styles **/
.wraper-main-custom{
    max-width: 1170px;
    margin: auto;
}

/** btn donaciones **/
div.btn-pse{
    transition: .5s;
    position: fixed;
    right: -4px;
    top: 300px;
    z-index: 1111;
    background-color: #f593006e;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
    padding-left: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    display:none;

}
div.btn-pse:hover{
   right: 0px;
}
div.btn-pse img{
    display:inline-block;
}

.text-pse{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    transform: translatey(50%);

}
