.navbar-default.white-link .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark .navbar-toggler .icon-bar, header.sticky .navbar-default.header-dark-transparent .navbar-toggler .icon-bar {
    background: #000 !important;
}
.bodycontent li,
.bodycontent span,
.bodycontent b,
.bodycontent div,
.bodycontent p {
    font-size: 22px !important;
    line-height: 1.7;
    margin-bottom: 0 !important;
    font-weight: 300;
}
.bodycontent b {
    font-weight: bold !important;
}

.capitalize {
    text-transform: capitalize;
}
.videohome {
    width: 100%;
    height: 572px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    background: black;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body header a.logo img {
    max-height: 60px;
    width: 160px;
}
a.morado {
    color: #b81516 !important;
}
header nav .navbar-nav > li > a {
    margin: 0 14px !important;
}
nav.navbar.bootsnav ul.nav > li > a.donaciones {
    color: #b81516 !important;
    border: 1px solid;
    padding: 10px 12px !important;
    margin-top: 8px !important;
}
header:not(.sticky) nav.navbar.bootsnav ul.nav > li > a.donaciones {
    margin-top: 14px !important;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 12px;
    letter-spacing: 0 !important;
    color: black !important;
}
.counter_bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.height-92 {
    height: 92vh;
}
.bgmoving {
    animation: myanimation 10s infinite;
}
.pd10px {
    padding: 20px 0;
}
@keyframes myanimation {
    0% {
        background-color: #b81516;
    }
    50% {
        background-color: #520cc3;
    }
    100% {
        background-color: #b81516;
    }
}

.next-service {
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}
.next-service b {
    font-size: 16px;
}
nav {
    background: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
body p.lead {
    font-size: 22px !important;
    line-height: 1.7;
    margin-bottom: 0 !important;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-align-bottom {
    position: relative;
    top: 80%;
        padding: 0 120px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

ul.flex-list-buttons {
    justify-content: center;
}
ul.flex-list-buttons li {
    margin: 0px;
}
ul.flex-list-buttons li a:hover,
ul.flex-list-buttons li a.active {
    animation: myanimation 10s infinite;
    color: white;
}
ul.flex-list-buttons li a {
    color: black;
    font-size: 14px;
    border-radius: 35px;
    padding: 5px 10px;
}

ul.flex-list li {
    margin: 0 8px;
}
ul.flex-list,
ul.flex-list-buttons {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding: 0;
}
.mb-10 {margin-bottom: 10px !important; }
.mb-20 {margin-bottom: 20px !important; }
.mb-60 {margin-bottom: 60px !important; }
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-140 {
    margin-bottom: 140px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.relative {
    position: relative;
}
.mr-20 {
    margin-right: 20px;
}
.btn-dual a:first-child {
    margin-left: 0 !important;
}
.preaches .col-md-4 {
    margin-bottom: 40px;
}
.preaches .col-md-4 a p {
    text-transform: uppercase;
    margin-bottom: 0;
}
.preaches .col-md-4 a span {
    text-transform: capitalize;
    color: white;
    font-size: 14px;
    display: block;
    text-align: right;
}
.posts a,
.preaches .col-md-4 a {
    position: relative;
    display: block;
    overflow: hidden;
}
.posts aside {
    z-index: 99;
}
.posts div img {
    position: relative;
    z-index: 1;
}
.posts div:hover img,
.preaches .col-md-4 a:hover img {
    -webkit-transform: scale(1.1, 1.1);
}
/* .preaches aside div.flex{display: flex;justify-content: space-between;} */
.preaches aside {
    position: absolute;

    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
}
.posts div:hover a:before {
    height: 100%;

    bottom: 0;
    left: 0;
}

.posts a:before {
    content: "" !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    ) !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
}
.posts aside h4 {
    line-height: 0.8;
}
.posts aside {
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px 20px;
}
.posts a img,
.posts a:before,
.posts div:hover a:before,
.posts a,
.seg {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 500ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 500ms !important;
}
.mt--100 {
    margin-top: -320px;
    padding-top: 60px;
    border-radius: 10px;
}
.bg-white {
    background: white;
}
.purple {
    color: #b81516;
}
.col-center {
    margin: auto;
    float: none;
}

.success {
    background-color: #289c28;
    border-radius: 0px;
    padding: 14px 0;
}

iframe.player {
    width: 100%;
    height: 550px;
    margin-bottom: 20px;
}
.f27 {
    font-size: 27px !important;
}
.col-md-4 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.col-md-4 a {
    position: relative;
}
.col-md-4 iframe {
    height: 250px;
    width: 100%;
}
.tobtn a + a {
    margin-left: 10px;
    margin-top: 1px;
}
a.btn {
    border-radius: 0 !important;
}
.btn-purple2,
.btn-purple {
    background: #b81516 !important;
    border: #b81516 2px solid !important;
    color: white !important;
}
a.btn-purple:hover {
    background: transparent !important;
    border: #b81516 2px solid !important;
    color: white !important;
}

a.btn-purple2:hover {
    background: transparent !important;
    border: #b81516 2px solid !important;
    color: black !important;
}
p b {
    color: black;
}
.middle-content img,
.middle-content2 img {
    width: 100%;
}
.text-white b {
    color: white !important;
}
.height-600px {
    height: 600px;
}
.height-80.flex{
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px !important
}
.height-80 {
    height: 80vh;
    padding: 0 !important;
}
.height-80 .vertical-align-bottom {
    top: 85%;
}
.middle-content {
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.middle-content2 {
    position: absolute !important;
    top: 0;
    right: 0;
    padding: 0 !important;
}
.flex h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-left: 10px;
}
.mb-20 {
    margin-bottom: 20px !important;
}

.m0 {
    margin: 0 !important;
}
.pm90 {
    padding-bottom: 30px !important;
}

.portfolio-item-thumbnail a {
    overflow: hidden;
}
.portfolio-item-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
.portfolio-item-thumbnail a {
    display: block;
}
.portfolio-item-thumbnail:hover img {
    -webkit-transform: scale(1.1, 1.1);
}
.text-right {
    text-align: right;
}
.pxs0 {
    padding: 180px 0 180px 0;
}
ul.devotionals{margin:0;padding:0;list-style: none}
ul.devotionals li p{margin-bottom: 0}
ul.devotionals li:hover p i,
ul.devotionals li:hover p b,
ul.devotionals li:hover p{color: white}
ul.devotionals li:hover a{background:#b81516 !important;}

ul.devotionals li a{
    width: 100%;
    display: block;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.height-400{height: 600px;padding:0 !important;}

.item_menu p,
.item_menu b{margin-bottom: 10px !important;color: white;text-transform: uppercase;font-size: 14px;font-weight: 900}
.item_menu ul{list-style: none;margin:0;padding:0;}
.item_menu ul li{display: block}
.item_menu ul li a{display: block;color: white;text-transform: uppercase;font-size: 14px}
.item_menu ul li a:hover{
    color: #b81516 !important
}


.overlayw{position: relative;}
.overlayw:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 14, 36, 0.55)
}
.sm a{display: block;padding: 0 10px;font-size: 22px}
.sm{
    margin:0;padding:0;display: flex;list-style: none;justify-content: center;
}



.portfolio-item-thumbnail{
    overflow: hidden;
    display: block
  }
  .portfolio-item-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .2s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease;
  }
  .portfolio-item-thumbnail:hover img{
    -webkit-transform: scale(1.3,1.3);
  }






.p40{padding:40px;}


















































































