
/* 
    background: rgba(185,1,13,255);
    background: #b9010d;

    color: #171717;
*/

@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.logoText {
    font-family: 'Quattrocento Sans', sans-serif;
}
html{
    background: #b9010d;
}
body{
    background: #FFF !important;
    padding-top: 115px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    color: #333;
}
p {
    font-family: "Poppins", sans-serif;
    color: #333;
}
 
.fa-solid {
    font-family: "Font Awesome 6 Pro";
}
.w_full{
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.w_large{
  max-width: 1420px;
  width: 100%;
  margin: auto;
}
.w_medium{
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
.bg_b{
    position: relative;    
}
.bg_b::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
header{
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}

main{
    z-index: 2;
    position: relative;
}
footer {
    position: relative;
    z-index: 1;
}
 
.btn-outline-primary:hover {
  color: #fff;
  background-color: #780000;
  border-color: #780000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #780000;
  border-color: #780000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #900;
  border-color: #900;
}
.list-credo{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-credo li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-credo li::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 22px;
    background-image: url("../img/cruz.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tooltip-tag{
  background: #e5e5e5;
  padding: 0px 4px;
  border-radius: 5px;
  font-weight: 600;
  color: black;
  display: inline-block;
  cursor: help;
}

.tooltip-tag:hover {
    background: #b9010d;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.tooltip-inner {
    text-align: left !important;
}

.card-footer {
  background-color: rgba(0, 0, 0, 0);
}

#accordion .card{
    border: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
}
#accordion .card-header{
    padding: 10px 20px;
    border: 0px;
}
#accordion .card-header h5{
    margin: 0px;
    font-size: 16px;
    border: 0px;
}
#accordion .card-header h5 button{
    color: #fff;
    font-weight: bold;
    text-align: left;
    width: 100%;
    padding: 0px;
    border: 0px;
}
#accordion .card-body{
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
}

.preloader{
    background: #b9010d;
}
.preloader .preloader-img img {
    max-width: 120px;
  }
.preloader .preloader-circle {
    width: 180px;
    height: 180px;
}
.main-header .main-menu ul li a{
    padding: 25px 18px;
}
.section-tittle h2,
.services-area .single-services .services-caption p a {
    color: #171717;
}
.header-bottom {
    background: #fff;
}
.header-area .header-top {
    background: #b9010d;
    padding: 5px 0px;
}
.preloader .preloader-circle {
    border-width: 3px;
    border-top-color: #b9010d;
}
.header-social > li > a > img {
    width: 20px;
    margin-top: -5px;
}
footer .footer-area{
    background-color: transparent !important;
}
.footer-social > ul {
    display: flex;
    width: 180px;
    margin: auto;
}
.footer-social > ul > li > a{
    margin: 0 5px !important;
}
.footer-social > ul > li > a > img {
    width: 20px;
    display: block;
    margin: 0 5px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    max-width: 100%;    
}
.footer-bottom .left_foot{
    width: calc(100% - 180px) !important;
    min-width: 10px;
    display: block;
    flex: initial;
}
.footer-bottom .right_foot{
  width: 180px !important;
  min-width: 10px;
  display: block;
  flex: initial;
}
.left_foot .salto{
    display: none;
    position: absolute;
    float: left;
}
.left_foot .separador{
    display: contents;
}
.footer-area .footer-social{
    padding: 0px !important;
}
.foot_w_div {
    margin: auto;
}
.foot_w_div_1 {}
.foot_w_div_2 {}
.foot_w_div_3 {}
.foot_back{
    position: fixed;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
    filter: brightness(60%);
}
.logo > a > img {
    width: 100%;
    max-width: 80px;
}
.header-area .header-sticky.sticky-bar {
    background: #b9010d;
}
.header-social > li > a {
    padding: 0px !important;
    margin: 0 5px;
}
.sticky-bar .logo > a > img {
    filter: brightness(0%) invert(1);
}
.slider-height {
    height: auto !important;
    padding: 35px 0px;
}
.header-area .header-top .header-info-right .header-social a img,
.footer-social a img{
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}
.header-area .header-top .header-info-right .header-social a:hover img,
.footer-social a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
    padding: 25px 15px !important;
    color: #FFF;
}

.main-header .main-menu #navigation > ul > li > a {
    color: #171717;
    padding: 5px 15px;
    line-height: 50px;
}

.main-header .main-menu ul ul.submenu > li > a span {
    padding: 0px 4px;
}
.main-header .main-menu ul ul.submenu {
    background: #FFF;
    padding: 16px 2px;
    top: 0 !important;
    transform: translateY(60px);
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.0);
}
.main-header .main-menu ul ul.submenu > li > a {
    color: #171717;
}
.header-area .header-sticky.sticky-bar #navigation ul.submenu {
    background: #b9010d;
}
.header-area .header-sticky.sticky-bar #navigation ul.submenu > li > a {
    color: #FFF;
}

.slider-area {
    margin-top: -1px;
    background-image: url(../img/slider/00.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}

.img_slider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.img_slider.black:before {
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: RGBA(0,0,0,.4);
    z-index: 0;
}

.slider-active button.slick-next {
    border: 0px solid #fff;
  }
.slider-active button.slick-arrow{
    border: 0px solid #fff;
    height: 40px;
    width: 40px; 
    opacity: 0.5;
    background-color: RGBA(255,255,255,0.4);
    border-radius: 50%;
}
.slider-active button.slick-arrow:hover{
    opacity: 0.8;
}
.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    transform: translateY(-1px);
    display: block;
}
.slider_1{
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.slider_1 .img {
    width: 50%;
    max-width: 450px;
    margin: auto;
}
.slider_1 .text {
    color: #FFF !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .slider-active button.slick-arrow {
        right: auto;
        left: 20px;
    }
    .slider-active button.slick-next {
        right: 20px;
        left: auto;
    }
}

.footer-area .footer-bottom {
    background: RGBA(0,0,0,.5);
    padding: 10px 20px !important;
  }
.footer-area .footer-bottom .footer-copy-right p{
    margin: 0px;
}


.logoImg{
    width: 200px;
    float: left;
}
.Navigation{
    width: calc(100% - 200px);
    float: left;
}
.mobileMenu {
    width: calc(100% - 200px);
    float: left;
    flex: auto;
    position: absolute;
    right: 0;
}

#Navigation .l-social{
    display: none;
}
#Navigation .l-social img{
    width: 25px;
}

.mobileMenu .l-social {
    width: 50px;
    display: inline-table;
    margin: 25px 8px;
}
.mobileMenu .l-social a {
    padding: 0px !important;
    text-align: center;
}
.mobileMenu .l-social img{
    width: 38px;
}

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    z-index: 99;
    border: none;
    border-radius: 3px;
    top: 0;
    padding: 0;
    right: 0;
    margin-top: 0;
}
.slicknav_menu .slicknav_icon {
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    padding: 10px;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
    height: 4px;
    margin: 5px 0;
    width: 30px;
}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #000 !important;
}
.sticky-bar .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important;
}

.live_button{
    background-color: #f4f4f4;
    color: #171717;
    border-radius: 100px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    padding: 6px 10px !important;
}
.live_button .live-icon {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: live 1s ease-in-out infinite;
    animation: live 1s ease-in-out infinite;
} 
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a.live_button{
    color: #171717; 
}
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a.live_button{
    padding: 6px 10px !important;
}

@keyframes live {
  0% {
    /*transform: scale(1,1);*/
    background-color: #838383;
  }
  60% {
    /*transform: scale(2.5,2.5);*/
    background-color: red;
  }
  100% {
    /*transform: scale(2.5,2.5);*/
    background-color: red;
  }
}
.mobile_menu{
    display: none;
}
.mobile_menu .slicknav_menu .slicknav_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    height: calc(100vh - 78px);
    margin: 0px !important;
    overflow: auto;
    background-color: #b9010d;
    border-width: 0px;
    text-align: center;
}
.sticky-bar .mobile_menu .slicknav_menu .slicknav_nav{
     
}
.slicknav_nav a{
    color: #FFF;
    font-weight: bold;
}

.slicknav_nav li {
    display: block;
    width: 220px;
    margin: auto;
    text-align: left;
}
.slicknav_nav ul {
    width: calc(100% - 20px);
}
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: RGBA(255,255,255,0.2);
    color: #fff;
  }
.slicknav_nav .slicknav_row:hover, 
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
    color: #fff;
}

.slicknav_nav .live_button {
    color: #000;
}

.slicknav_nav .live_button:hover,
.slicknav_nav .live_button:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background: white !important;
    color: black !important;
}




footer > div {
    background-image: url(../img/footer.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.section-tittle{
    text-align: center !important;
}
.section-tittle span{
    padding: 0px;
    margin-bottom: 5px !important;
}
.section-tittle span::before {
    bottom: -5px;
    left: 50%;
    top: auto !important;
    transform: translateX(-50%);
}


.podcast_button {
    max-width: 300px;
    width: 220px;
    margin: 10px 0px;
    cursor: pointer;
}
.podcast_button > img{
    width: 100%;
    filter: grayscale(100%);
}

.active_podcast_img{
}
.active_podcast_img > img{
    filter: grayscale(0%);
}
.podcast_button:hover > img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.podcast_iframe{
    transition: all .5s;
    transform: translatey(-100%);
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.active_podcast{
    transition: all .5s;
    transform: translatey(0);
    opacity: 1 !important;
    z-index: 1;
}
.podcast_area{
    position: relative;
    padding: 0px;
}
.podcast_area .container{
    height: 152px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100% !important;
    background-color: #1b1b1b;
}
.googlemaps_area {
    margin: 0;
    padding: 0;
}
.googlemaps_area .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.googlemaps_area .googlemap {
    height: 400px;
}
.podcast_secction{
    position: relative;
}
.podcast_secction::before{
    content: "";
    background-color: RGBA(0,0,0,.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 991px) {
    #article_fp > .col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    } 
}
.fp_article {
    margin: 0 0 25px 0;
}
.fp_article > a > .card > img{
    min-width: 50px;
}
.fp_article > a > .card > .card-body{
    padding-right: 75px;
    position: relative;
}
.fp_article > a > .card > .card-body > .fecha{color: #727272;}
.fp_article > a > .card > .card-body > .title {
    margin: 0px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all 0.3s;
}
.fp_article:hover > a > .card > .card-body > .title {
    -webkit-line-clamp: unset;
    overflow: visible;
    white-space: normal;
}
.fp_article > a > .card > .card-body > .autor{}
.fp_article > a > .card > .card-body > .autor > .autor_img:hover{
    scale: 1.4;
    transform: translateY(50%);
    bottom: 60%;
}
.fp_article > a > .card > .card-body > .autor > .autor_img{
    width: 60px;
    border-radius: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    float: left;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
}
.fp_article > a > .card > .card-body > .autor > .autor_name{
}



 




/*-----------------------------------------
    BLOG
-----------------------------------------*/
.blog-info-link{

}
.blog-info-link li.fecha {
    position: absolute;
    right: 30px;
    top: 30px;
}
.blog-info-link li.fecha:after{
    display: none;
}
.blog-info-link li.autor{

}
.blog-info-link li.autor a{
    font-size: 14px;
}
.blog-info-link li a {
    color: #444;
    font-size: 12px;
}
.blog_details .feature-img{ 
    width: 100%;
    margin-bottom: 20px;
}
.blog_details .feature-img img{
    width: 100%;
}
.single-post-area .quote-wrapper {
    float: left;
    width: 100%;
}
.blog_details h2{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.blog_details{
    padding: 0px;
    padding: 20px 20px 60px !important;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
}
.blog_details .stream_media{
    width: 500px;
    max-width: 100%;
    float: left;
    background: #ececec;
    border-radius: 10px !important;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#if_facebook,
#if_youtube{
    width: 100%;
    height: 280px;
}
#if_podbeam,
#if_spotify{
    width: 100%;
}
#if_facebook{}
#if_podbeam{}
#if_spotify{}
#if_youtube{}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ccc #ccc #ccc;
  }
.blog_details  .stream_article{
}
.blog_details .stream_media > .tab-content{
     
}
.blog_details .stream_media > .tab-content > div > iframe{
    width: 100%;
    height: 280px;
}
.SHARE_BUTTONS > div > a {
    padding: 0px !important;
    margin: 5px calc(8.33% - 16px);
}
.mfp-container {
    background-color: rgba(4,0,21,.5) !important;
}
.stream_media .nav-tabs .nav-link img{
    width: 15px;
    margin: -3px 3px 0px 0px;
}
.stream_media .nav-tabs .nav-link{
    padding: 5px 10px !important;
}
.SHARE_BUTTON_float{
    position: fixed;
    bottom: -500px;
    right: 12px;
    height: auto;
    transition: 1s;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 100px 100px;
    padding: 4px 2px 50px 2px;
}
.SHARE_BUTTON_float > div{
    display: grid;
}
.SHARE_BUTTON_float > div > a {
    float: none !important;
    margin: 3px;
}
.SHARE_BUTTON_float:hover,
.SHARE_BUTTON_float:focus {
    height: auto;
    transition: 1s;
    bottom: 12px;
}
.SHARE_BUTTON_float > div > button {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border-style: solid;
    border-width: 0;
    border-color: #054d99;
    background-color: #054d99;
    font-size: 22px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
}
.blog_right_sidebar .widget_title {
    margin-bottom: 10px;
}
.single_sidebar_widget .list li a p {

}
.single_sidebar_widget .list li a p span {
    background-color: #b9010d;
    color: #fff;
    padding: 2px 3px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 4px;
    position: absolute;
    height: 16px;
    line-height: 10px;
}
.blog_details .blog-info-link .autor .autor_img{
    width: 30px;
    border-radius: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    margin-top: -5px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.blog_right_sidebar .post_category_widget .cat-list li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 300;
}
/*-----------------------------------------
    BLOG
-----------------------------------------*/


.about-details .about-details-cap h4::before {
    background: #b9010d;
}


/*-----------------------------------------
    NOSOTROS
-----------------------------------------*/
.quienessomostop {
    background-image: url("../../assets/img/nosotros.png");
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: 90% bottom;
    padding: 50px 0px;
    position: relative;
}
.quienessomostop::before{
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.hero-overly2::before {
    background-color: rgba(0, 0, 0, 0.6);
}
.title_quienes_somos {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/img/gallery/section_bg09.jpg");
    background-position: center 20%;
}
.title_quienes_somos .section-tittle span{
    color: #ccc;
}
.title_quienes_somos .section-tittle span::before {
    background-color: #fff;
}

.pastor_bg {
    
}

.pastor_bg .support-location-img img{
    border-radius: 100%;
}
.pastor_bg .pastor_text{
    
}
.pastor_bg .pastor_text .section-tittle span{
    color: #ccc;
}
.pastor_bg .pastor_text .section-tittle span::before {
    
}
.pastor_bg .pastor_text .section-tittle h2{
    color: #fff;
}
.pastor_bg .pastor_text .section-tittle {
    
}
.pastor_bg .pastor_text .support-caption{
    
}
.pastor_bg .pastor_text .support-caption p{
    color: #fff;
}
/*-----------------------------------------
    NOSOTROS
-----------------------------------------*/



/*-----------------------------------------
    RECURSOS
-----------------------------------------*/
.rec_article {
    margin: 15px 0px;
}
.rec_article .card{
    background-color: #ededed;
}
.rec_article > a > .card > img{
    min-width: 50px;
}
.rec_article > a > .card > .card-body{
    padding-right: 75px;
    position: relative;
}
.rec_article > a > .card > .card-body > .fecha{
    color: #727272;
}
.rec_article > a > .card > .card-body > .title{
    margin: 0px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all 0.3s;
}
.rec_article:hover > a > .card > .card-body > .title {
    -webkit-line-clamp: unset;
    overflow: visible;
    white-space: normal;
}
.rec_article > a > .card > .card-body > .autor{

}
.rec_article > a > .card > .card-body > .autor > .autor_img:hover{
    scale: 1.4;
    transform: translateY(50%);
    bottom: 60%;
}
.rec_article > a > .card > .card-body > .autor > .autor_img{
    width: 60px;
    border-radius: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    float: left;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
}
.rec_article > a > .card > .card-body > .autor > .autor_name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post_item {display: block;border-style: solid;border-width: 1px;border-color: #e8e8e8;}
.post_item .img {
    width: 100%;
}
.post_item .media-body {
    width: 100%;
    padding: 5px 60px 10px 10px !important;
    position: relative;
}
.post_item .media-body .link {}
.post_item .media-body .autor {line-height: 20px !important;}
.post_item .media-body .autor img {
    width: 50px;
    border-radius: 100%;
    float: right;
    right: 5px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.blog_right_sidebar .post_item:hover {
    scale: 1.1;
}
.post_item .media-body .autor strong {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 10px;
}

#gallery .thumbnail {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100px;
}
.modal_back {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#gallery_modal .mfp-container {
    background-color: rgba(4,0,21,0) !important;
}
/*-----------------------------------------
    RECURSOS
-----------------------------------------*/


/*-----------------------------------------
    DONAR
-----------------------------------------*/
.donaciones {
    padding: 30px 0px;
    background-image: url("../../assets/img/nosotros.png");
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: 100% center;
    position: relative;
}
.donaciones::before{
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
/*-----------------------------------------
    DONAR
-----------------------------------------*/
.registroForm {
    width: 100%; 
    max-width: 960px; 
    margin: auto; 
    display: block; 
    height: 1800px;
}
@media (max-width: 1220px){
    .blog_details .stream_media{
        width: 450px;
    }
    #if_facebook,
    #if_youtube{
        height: 250px;
    }
    .registroForm {
        height: 1850px;
    }
}

@media (max-width: 1150px){
    .blog_details .stream_media{
        width: 100%;
        margin-right: 0px;
    }
    #if_facebook,
    #if_youtube{
        height: 360px;
    }
    .rec_article > a > .card > .card-body > .title {
        font-size: 14px;
    }
    .rec_article > a > .card > .card-body > .autor > .autor_name {
        font-size: 12px;
    }
}


@media (max-width: 991px) {
    .registroForm {
        height: 1960px;
    }
    .footer-area .footer-bottom .footer-copy-right p {
        font-size: 12px;
    }
    #if_facebook,
    #if_youtube{
        height: 480px;
    }
    .post_category_widget .list li {
        width: calc(50% - 20px);
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 15px;
        border-bottom: 1px solid #f0e9ff !important;
    }
    .popular_post_widget .post_item{
        width: calc(50% - 20px);
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .blog_right_sidebar .widget_title {
        float: left;
        width: 100%;
        margin-top: 35px;
    }
    .donaciones {
        background-size: 0px 0px;
    }
    .quienessomostop {
        background-size: 50% auto;
        background-position: 125% center;
    }
}
@media (max-width: 850px) {
    #if_facebook,
    #if_youtube{
        height: 420px;
    }
}
@media only screen and (max-width: 772px) {
    body {
        padding-top: 80px;
    }
    .mobile_menu{
        display: block;
    }
    .Navigation{
        display: none;
    }
    .header-top{
        display: none;
    }
    .header-bottom{
        background-color: #b9010d;
    }
    .header-bottom .logo > a > img {
        filter: brightness(0%) invert(1);
    }
    .mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
        background-color: #fff !important;
    }
    .stream_media .nav-tabs .nav-link{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .foot_w_div_2 {
        text-align: center;
        width: 100%;
    }
    .foot_w_div_3 {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 750px) {
    #if_facebook,
    #if_youtube{
        height: 360px;
    }
    .rec_article > a > .card > .card-body > .title {
        font-size: 12px;
    }
    .rec_article > a > .card > .card-body > .autor > .autor_name {
        font-size: 10px;
    }
}
@media (max-width: 650px) {
    #if_facebook,
    #if_youtube{
        height: 310px;
    }
}
@media (max-width: 600px) {
    .popular_post_widget .post_item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .post_category_widget .list li {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .quienessomostop {
        background-size: 300px auto;
        background-position: 150% bottom;
    }
}
@media (max-width: 550px) {
    #if_facebook,
    #if_youtube{
        height: 250px;
    }
    .single-post-area .blog_details{
        /*padding: 0px !important;*/
        margin-left: -15px;
        margin-right: -15px;
    }
    .blog-info-link li.fecha {
        right: 15px;
      }
}
@media (max-width: 480px) {
    .blog-info-link li.autor a {
        font-size: 12px;
    }
    .blog_details h2 {
        font-size: 16px;
    }
    .blog_area{padding: 0px;}
    .div_blog_c{padding: 0px;}
    .blog-info-link li.fecha {
        right: 5px;
    }
}
@media (max-width: 450px) {
    #if_facebook,
    #if_youtube{
        height: 220px;
    }
    .stream_media .nav-tabs .nav-link{
        font-size: 11px;
    }
}
@media (max-width: 400px) {
    .stream_media .nav-tabs .nav-link{
        font-size: 0px;
    }
    .stream_media .nav-tabs .nav-link img {
        width: 25px;
        margin: 0px 0px 0px 0px;
    }
}
@media (max-width: 350px) {
    #if_facebook,
    #if_youtube{
        height: 160px;
    }
}








@media only screen and (min-width: 768px) and (max-width: 991px){
.header-area .header-bottom {
  padding: 0px 0px !important;
}
}
@media (max-width: 991px){
    .post_share{
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.footer_in {
    padding: 0px 15%;
}
.header-area .header-bottom {
    padding: 0px 0px !important;
}
.section-tittle {
    margin-bottom: 0px;
}
}

@media (max-width: 767px){
    .footer-bottom .left_foot{
        width: 100% !important;
        min-width: 10px;
        text-align: center;
    }
    .footer-bottom .right_foot{
        width: 100% !important;
        min-width: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .footer-area .footer-social {
        padding: 0px !important;
        width: 100%;
    }
    .footer-area .footer-social a {
        display: block;
    }
    .footer-social > ul {
        display: flex;
        width: 225px;
        margin: auto;
    }
    .footer-social > ul > li > a > img{
        width: 25px;
    }
    .left_foot .salto{
        display: block;
    }
    .left_foot .separador{
        display: none;
    }

    .section-tittle {
        margin-bottom: 0px;
    }
}

@media (max-width: 575px){
.header-area .header-bottom {
    padding: 0px 0px !important;
}
}





@media (min-width: 992px) {
    .SHARE_BUTTON_float{
        display: none;
    }
}