.mobile-on{display: none;}
.ipad-on {
    display: none !important;
}
/* iPad in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mobile-on {
        display: block !important;
    }
     
    .main--menu { 
        transform: translateY(-80vh);
        padding: 140px 0px 80px 0px !important;
    }
    header>nav::before{
        width: 100% !important;
    } 
    h1, h2, h3, h4, h5, h6 {
        font-weight: 800 !important;
    }
    .crop {
        bottom: -36px;
    }
    .absolute-bottom span{
        text-align: left !important;
        padding: 0px 0px 46px 4px;
        width: auto;
    }
        .init-hero .absolute-bottom {
            position: absolute;
            bottom: -20px;
        }
    body .card--sticky h2.vertical-text {
        display: none;
    }
    body .card--sticky .card-content {
        position: relative;
        display: flex;
        min-height: 550px;
        gap: 0px;
        flex-direction: column;
    }
    .card--sticky .card-content div p {
        padding-bottom: 30px !important;
    }
    .card--sticky .card-content div h2,
    .card--sticky .card-content div p {
        text-align: left;
        padding: 0px 30px;
    }
    .mt-40{
        margin-top: 40px;
    }
    .text-ip-center{
        text-align: center !important;
    }
    .mb-xs-10{
        margin-bottom: 10px !important;
    }
    body h1 {
        font-size: 50px;
        line-height: 1;
    }
    body footer {
        height: 75vh;
        padding: 80px 0px !important;
    }
    body .card-content>div {
        border-left: 0px solid gray;
    }
    .card-static{
        padding: 20px 12px !important;
    }
       body .send-button {
            background-color: #4EB39D;
            color: var(--primary);
            font-family: 'alumni sans';
            border: none;
            border-radius: 10px;
            padding: 15px 20px;
            font-size: 1.4rem;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            width: 100%;
            height: 100%;
            transition-duration: 0.7s !important;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
            position: relative;
            text-align: left;
        }
    body h2 {
        font-size: 32px;
        line-height: 48px;
    }
    body footer h2 {
        font-size: 28px;
        line-height: 48px;
    }
    .card--sticky.cs-4,
    .card--sticky.cs-3,
    .card--sticky.cs-2 ,
    .card--sticky {
        padding-left: 0px;
        margin-bottom: 30px;
        transform: translateY(0px) !important;
    }
    body #pinCardsHome {
        height: auto;
    }
     
    .pb-xs-40 {
        padding-bottom: 40px !important;
    }
    .pb-xs-80 {
        padding-bottom: 80px !important;
    }
     
    .pb-xs-0{
        padding-bottom: 0px !important;
    }
     
   
    .givebutton .big {
        font-size: 181px;   
        bottom: -45px;
        left: -3px;   
    }
    .signature { 
        bottom: 0px;
    }
    .floating--footer {
        position: absolute;
        bottom: 79px;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 300px;
        max-width: 500%;
        left: 0;
        margin: auto;
    }
    body .footer--menu li a {
        color: white;
        font-family: "Alumni Sans";
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        text-transform: capitalize;
        padding: 0px;
        line-height: 1;
        margin-bottom: 20px;
    }
        .navbar-default .navbar-toggler .icon-bar,
        header.sticky .navbar-default.header-light .navbar-toggler .icon-bar,
        header.sticky .navbar-default.header-light-transparent .navbar-toggler .icon-bar {
            background: #fff;
        }
    footer{
        overflow: hidden; 
        padding: 200px 0px;
    }
    body .mb-120 {
        margin-bottom: 50px;
    }
    .hero--give h3 { 
        font-size: 6rem; 
    }
    .hero--give h1 {
        font-size: 9rem !important;
    }
        body .bigbutton {
            font-size: 2.3rem;
        }
    body .text-container{
        height: 54px !important;
    }
        #pinCardsMinistries1,
        #pinCardsMinistries2,
        #pinCardsMinistries3,
    #thuderAboutsection {
        height: auto !important;
        overflow: hidden;
    }
    #thuderAboutsection-3,
    #thuderAboutsection-2 {
        transform: translateY(0px);
    }
    .height-ip-60{
        height: 60vh;
        max-height: 60vh;
    }
.team--cards {
    width: calc(33% * 7);  
}
    /* 
    .team--cards li.t-card {
        width: 100%;
    }
    .team--cards aside h5 {
        margin-bottom: 5px;
        font-size: 40px;
    }
    .team--cards aside p {
        margin-bottom: 0;
        font-style: italic;
        font-size: 16px;
    }
    .team--cards li.t-card aside { 
        bottom: 0;
        background: rgba(0, 0, 0, .2);
        border-radius: 0px 0px 20px 20px;
        padding: 30px 20px;
    } */
        .hero--give p {
            font-size: 22px !important;
            line-height: 1.2 !important;
            margin-bottom: 60px;
        }
    .mb-xs-40{
        margin-bottom: 40px;
    }
    .text-xs-left{
        text-align: left !important;
    }
    .panel-title {
        font-size: 22px !important; 
    }
    .accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
        border-top: 0;
        padding: 25px 0;
        font-size: 16px;
        line-height: 1.7;
    }
    .bigbutton.light-color b{
        font-weight: 800;
    }
    .bigbutton.light-color{
        background: white !important;
        color: var(--primary) !important;
        font-size: 40px;
        align-items: center;
        font-weight: 800 !important;
    }
    .card-button-view h2 {
        font-size: 2.2rem; 
    }
    .card-button-view {
        padding: 20px 20px; 
    }
        .mb-xs-220 {
            margin-bottom: 130px !important;
        }
    .team--cards.testi li.t-card aside{
        background:transparent !important
    }
    .team--cards.testi li.t-card {
        width: 100%;
        margin-bottom: 140px;
    }
    .names {
        color: var(--primary);
        font-size: 22px;
        margin-left: 0px;
        font-weight: 400;
        display: block;
    }
     .ipad-off{
        display: none !important;
     }
     
    .pastor-content { 
        padding: 0 10px;
    }
        .init-hero.fip100{
        max-height: 90vh !important;
    }
    .ipad-on{
        display: block !important;
    }
    .init-hero,
    .special-hero{
        max-height: 93vh !important;
    }
    .ipw{
        max-height: 110px;
    }
    body #thuderAboutsection-2 {
        min-height: 0vh !important;
    }
    body .p,
    body p{
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
        .col-ip-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
    
        .col-ip-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    
        .col-ip-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    
        .col-ip-5 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
    
        .col-ip-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    
        .col-ip-7 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
    
        .col-ip-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
    
        .col-ip-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
    
        .col-ip-10 {
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
    
        .col-ip-11 {
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
    
        .col-ip-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}



/* iPad in landscape (acostado) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1184px) and (orientation : landscape) {
 
    .logowidth{
        width: 250px;
    }
        body .crop{
            position: absolute;
            bottom: -5px;
        }
    body section.init-hero{max-height: 90vh;}
        .card--sticky.cs-4,
        .card--sticky.cs-3,
        .card--sticky.cs-2,
        .card--sticky {
            padding-left: 0px;
            margin-bottom: 30px;
            transform: translateY(0px) !important;
        }
        body .card--sticky h2.vertical-text {
            display: none;
        }

        body .card--sticky .card-content {
            position: relative;
            display: flex;
            min-height: 0px;
            gap: 0px;
            flex-direction: column;
        }

        .card--sticky .card-content div p {
            padding: 30px !important;
        }

        .card--sticky .card-content div h2,
        .card--sticky .card-content div p {
            text-align: left;
            padding: 0px 30px;
        }
        body #pinCardsHome {
            height: auto;
        }
        #pinCardsMinistries1,
        #pinCardsMinistries2,
        #pinCardsMinistries3,
        #thuderAboutsection {
            height: auto !important;
            overflow: hidden;
        }

        #thuderAboutsection-3,
        #thuderAboutsection-2 {
            transform: translateY(0px);
        }
        .floating--footer{height: 60% !important;}
        footer {
            padding: 50px 0px;
        }
        body footer h2 {
            font-size: 35px;
            line-height: 55px;
        }
        .init-hero,
        .special-hero {
            max-height: 90vh !important;
        }
        .col-ipv-7{
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%;
        }
        .team--cards li.t-card {
            width: calc(100% / 4); 
        }
        .hero--give h1 { 
            font-size: 10rem; 
        }
        .hero--give h3 { 
            font-size: 4rem; 
        }
}