.mobile-on{
    display: none;
}
/* 📱 Teléfonos (ej. iPhone 6, 7, 8) */
@media (max-width: 480px) and (min-width: 320px) {
    body .plans-details {
        flex-direction: column;
    }
    body h1.fz-85 {
        font-size: 33px !important;
    }
    .height-800.inServices{
        height: auto !important;
    }
    .serviceCardTitle div{font-size: 16px;}
    body .plans-details .serviceCard.w50 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: 3000vh;
    }
    body .plans-details .serviceCardTitle {
        width: 100%;
        padding: 30px 15px;
        padding-bottom: 0px !important;
    }
    .fz-18 {
        font-size: 18px;
        line-height: 1.6;
    }
    .mb-xs-60{
        margin-bottom: 60px !important;
    }
    .portfolio-button-container{
        width: 100% !important;
    }
    body .text-item-single {
        margin-right: 40px;
        color: black;
        text-transform: capitalize;
        width: 60%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        white-space: nowrap;
        position: relative;
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
    }
    .d-xs-flex{display: flex;flex-wrap: wrap;}
    #initChurchGallery{
        height: auto !important;
    }
        .traslateX--66 {
            transform: translateX(0%) !important;
        }
               body .gallery-list li {
                    width: 100%;
                }
        body #initChurchGallery2 ul,
        body #initChurchGallery ul {
            display: flex;
            gap: 5px;
            list-style: none;
            width: 50% !important;
            flex-direction: column;
            margin: 0;
            padding: 0;
        }
    .hero--church .parent-container {
            width: calc(100% - 20px) !important;
            height: calc(100% - 70px) !important;
        }
        body .percentx4 li{
            border-bottom: 4px solid black;
            width: 100%;
            font-size: 18px;
            line-height: 1.4;
            padding-bottom: 5px;
            margin-bottom: 40px !important;
        }
        .percentx4 { 
            flex-direction: column;
        }
    .hero--church{
        padding-top: 40px;
    }
    .pt-xs-120{
        padding-top: 120px !important;
    }
        .carrounse-rotating img{
            max-height: 70px;
        }
    .fz-xs-2rem{
        font-size: 1.5rem !important;
    }
    .heroAbout{
        max-height: 70vh !important;
    } 
    .carousel-item.gap-0 {
        gap: 25px;
        font-size: 7em;
        line-height: 1;
    }
    body #videoHero .hero--title {
            font-size: 4.6em;
            font-weight: 700;
            line-height: 1;
            display: block;
            text-align: center;
            letter-spacing: -2px;
            text-align: center;
    }
    .forhomeResponsive {
        display: flex;
        flex-direction: row-reverse;
        height: auto;
        flex-wrap: wrap;
    }
    .forhomeResponsive .inHome {
        transform: translateX(0%);
        order: 2;
        height: auto !important;
    }
    .serviceCard{
        max-height: 60vh;
    }
    .forhomeResponsive .theText {
        position: relative;
        bottom: 0px;
        left: 0px;
        order: 0;
    }
    #videoHero.heroHome{
        height: auto;
        padding-bottom: 90px !important;
    }
    body {
        padding: 0px !important;
    }
    body #videoHero .lineParent div {
        transform: translate(0px, 0px);
    }
        .base-input input::placeholder,
        .base-input textarea::placeholder {
            color: #ccc;
            opacity: 1;
            /* Firefox requiere esto para mostrar el placeholder con opacidad */
            font-size: 18px !important;
            font-weight: 600;
        }
    body .fz-22 {
        font-size: 20px;
        line-height: 1.4;
    }
    body .panel-title svg,
    .panel-title img {
        width: 25px;
        margin-right: 0px;
    }
    html     body {
            font-size: 16px;
            line-height: 1.6;
        }
    body .contact-card-wrapper {
        width: 100%;
    }
    body .accordion-style1 .panel-title {
        font-size: 1.2rem !important;
        line-height: 1.4;
    }    
    ul.carrousel--icons {
        display: flex;
        gap: 0 20px;
        padding: 0;
        margin: 0;
        list-style: none;
        width: calc(18 * 45%);
        transform: translate(6.5%, 0px);
    }
    ul.carrousel--icons li {
        border: 1px solid #fff;
        width: 80%;
    }
    .mb-xs-0{
        margin-bottom: 0px !important;
    }
    .mt-xs-130{
        margin-top: 80px !important;
    }
    body .video-sectionHero{
        max-height: 450px;
    }
    body  #videoHero .hero--title span img{
        width: 63px;
        position: relative;
        right: -14px;
        transform: rotate(10deg);
    }
    .mobile-on {
        display: block !important;
    }
    .mobile-off{
        display: none !important;
    }
    .mobile-on.flx {
        display: flex !important;
        width: 60px;
        margin-top: 0px;
        float: right;
    }
    footer .text-right{
        text-align: left !important;
    }
    .w-xs-100{
        width: 100% !important;
    }
     
    footer ul.f-menu li {
        display: inline-block;
        position: relative;
        margin: 0 0px;   
    }
    footer ul.f-menu a { 
        font-size: 24px;
    }
    footer ul.f-menu {

        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        gap: 4px 0px;
        width: 100%;
        margin-top: 40px;
        justify-content: space-between;
        flex-direction: column;
    }
    .flex-xs-column{
        flex-direction: column !important;
    }
    .height-xs-300{
        height: 500px;
    }
    .col-xs-6{
        width: 50% !important;
    }
    body .fz-24 {
        font-size: 18px;
        line-height: 1.4;
    }
    body .content--logo--f { 
        padding: 0 15px;
        margin: 62px 0;
    }
    .content--logo--b { 
        padding: 0 15px;   
    }
    body .video-section
     {
        position: relative;
        width: 100%;
        height: 350px;
        background-color: #b22222;
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        margin-top: 120px;
    }
    body .big-title {
        font-weight: 400;
        font-size: 30px;
        line-height: 1.2;
    }
    body .y-carrousel aside.a2 { 
        font-size: 39px; 
        padding: 20px;
    }
    body .height-319 {
        height: 149vh
    }
    body .nv_center_content h2 {
        font-size: 80px;
    }
    footer .fg { 
        padding: 0 15px !important; 
        height: 188px;
    }
    /* body footer{
        max-height: 90vh !important;
    } */
    nav .accordion-menu {
        position: initial;
        width: 65px;
    }
    #video-bg video{
        width: 640px !important;
    }
    body .video-3b { 
        height: 205px; 
    }
    body .video-1 { 
        height: 245px; 
    }
    body .video-3 { 
        height: 250px; 
    }
    body .video-3c { 
        height: 138px; 
    }
    .hero--section{
        height: 80vh;
    }
    .big-title-hero { 
        font-weight: 400;
        font-size: 33px !important;
        line-height: 1; 
    }
    .fz-20 {
        font-size: 20px;
        line-height: 1.4;
    }
    body span.w1{transform: translate(0px, 0px) !important;}
    .container-fluid.c-nav {
        padding: 0 25px !important;
    }
    .text-xs-left{
        text-align: left !important;
    }
    .big-title-hero.fz-50xs {
        font-weight: 400;
        font-size: 29px !important;
        line-height: 1;
    }
    .big-title-hero img 
    {
        width: 32px;
    }
    body .main-menu ul a { 
        font-size: 40px; 
    }
    
    body .menu-content--logo {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999;
        padding: 13px 3px;
        margin-top: 10px;   
    }
     
    .d-flex-xs svg{
        width: 265px !important;
    }
    .d-flex-xs{
        display: flex !important;
        flex-wrap: nowrap;
    }
    body .hero--section>.parent-container {
        height: calc(70vh - 0px);
        width: calc(100vh - 0px);
        background: transparent;
        margin: auto;
        margin-top: 50px;
        display: flex;
        align-items: flex-end;
        border-radius: 10px;
        position: relative;
        overflow: hidden;   
    }
    body header.point--header {
        transform: translate3d(0px, 0%, 0px) !important;
        top: 0px !important;
        padding: 0 0px !important;
        background: black !important;   
    }
    .navbar-default .navbar-toggler .icon-bar,
    header.sticky .navbar-default.header-light .navbar-toggler .icon-bar {
        background: #fff !important;       
    }
}