/* ==============================
   Phone
   ============================== */
   .mobile-on{
    display: none;
   }
/* iPad in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .ipad-off,
    .mobile-off{display: none !important;}
    .mobile-on {
        display: block !important;
    }
    .pt-ipad-140{padding-top: 110px !important;padding-bottom: 80px !important  ;}
    .col-ip-8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-ip-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mb-xs-60{
        margin-bottom: 60px;
    }
    section>video{
        display: none;
    }
    .bghomehero{
        background-image:url('../images/homeheromobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .header--section{
        flex-wrap: wrap;
    }
    h2, h1, h3, h4, h5{font-weight: bold;}
    .mb-xs-80{margin-bottom: 80px;}
    .mb-xs-40{margin-bottom: 40px;}
    .mb-xs-20{margin-bottom: 20px;}
    body {
        font-size: 18px;
        line-height: 1.5; 
        font-weight: 500 !important;
    }
    .link--box div>img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    h2 {
        font-size: 27px;
        line-height: 1.2;
    }
    .img--rounded--carrousel {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        display: flex;
        left: 0;
        gap: 0px 10px;
        left: -15%;
        width: 100%;
        top: -40px;
    }
    .img--rounded--carrousel li { 
        width: 25%;
    }
    /* body .tobtn a {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    } */
    body .card--category--info {
        padding: 30px 20px;
    }
    body .contactbox {
        background: var(--blue-100);
        padding: 15px 0px;
        border-radius: 0px;
    }
    body .tab-style4 .nav-tabs li a {
        padding: 20px 15px;
        line-height: 1.6;
        justify-content: space-between;
    }
    .link--box h5{font-size: 20px;}
    body h5 {
        font-size: 16px;
        line-height: 1.2;
    }
    body h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    .pb-xs-0{padding-bottom: 0px !important;}

    .tab-style3 ul{flex-wrap: wrap !important;}
    body .tab-style3 .nav-tabs li a {
        padding: 8px 17px !important;
    }
    footer .d-flex{
        flex-wrap: wrap;
    }
    footer .justify-content-between p{
        font-size: 14px !important;
        width: 100%;
        text-align: center;
    }
    body .accordion-menu>a{display: inline-flex !important;}
    body .heart { 
        font-size: 10px; 
    }
    body header nav.navbar-scroll-top {
        top: 0px !important;
        width: 100% !important;
        border-radius: 0px !important; 
    }
    body header{
        position: sticky;
        width: 100%;
        margin: 0;
        border-radius: 0;
        top: 0 !important;
    }
    body header>nav::before{
        width: 100% !important;
        height: 66px !important;
        border-radius: 0px !important;
    }
}



/* iPad in landscape (acostado) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1184px) and (orientation : landscape) {

    .ipad-off,
    .mobile-off {
        display: none !important;
    }

    .mobile-on {
        display: block !important;
    }

    .pt-ipad-140 {
        padding-top: 110px !important;
        padding-bottom: 80px !important;
    }

    .col-ip-8 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-ip-5{
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
    }
    .col-ip-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mb-xs-60 {
        margin-bottom: 60px;
    }

    section>video {
        display: none;
    }

    .bghomehero {
        background-image: url('../images/homeheromobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .header--section {
        flex-wrap: wrap;
    }

    h2,
    h1,
    h3,
    h4,
    h5 {
        font-weight: bold;
    }

    .mb-xs-80 {
        margin-bottom: 80px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    body {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500 !important;
    }

    .link--box div>img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .img--rounded--carrousel {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        display: flex;
        left: 0;
        gap: 0px 10px;
        left: -15%;
        width: 100%;
        top: -40px;
    }

    .img--rounded--carrousel li {
        width: 25%;
    }

    /* body .tobtn a {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    } */
    body .card--category--info {
        padding: 30px 20px;
    }

    body .contactbox {
        background: var(--blue-100);
        padding: 15px 0px;
        border-radius: 0px;
    }

    body .tab-style4 .nav-tabs li a {
        padding: 20px 15px;
        line-height: 1.6;
        justify-content: space-between;
    }

    .link--box h5 {
        font-size: 20px;
    }

    body h5 {
        font-size: 16px;
        line-height: 1.2;
    }

    body h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .pb-xs-0 {
        padding-bottom: 0px !important;
    }

    .tab-style3 ul {
        flex-wrap: wrap !important;
    }

    body .tab-style3 .nav-tabs li a {
        padding: 8px 17px !important;
    }

    footer .d-flex {
        flex-wrap: wrap;
    }
    .accordion-menu>a.mobile-on{display: none !important;}
    footer .justify-content-between p {
        font-size: 14px !important;
        text-align: center;
    }

    body .accordion-menu>a {
        display: inline-flex !important;
    }

    body .heart {
        font-size: 10px;
    }

    body header nav.navbar-scroll-top {
        top: 0px !important;
        width: 100% !important;
        border-radius: 0px !important;
    }

    body header {
        position: sticky;
        width: 100%;
        margin: 0;
        border-radius: 0;
        top: 0 !important;
    }

    body header>nav::before {
        width: 100% !important;
        height: 66px !important;
        border-radius: 0px !important;
    }
}