﻿.desktopContent {
    display: block;
}

.desktopContent-flex {
    display: flex;
}

.mobileContent {
    display: none;
}

.mobileContent-flex {
    display: none !important;
}

@media(max-width:768px) {
    h1 {
        font-size: calc(1.1rem + .24vw);
        
    }

    h4 {
        font-size: calc(0.55rem + .24vw);
    }

    p {
        font-size: calc(0.63rem + .24vw) !important
    }

    .col-lg-4 {
        padding: 0 0px !important;
    }

    .display-4 {
        font-size: calc(0.800rem + .66vw) !important;        
        text-align: center !important;
        font-weight: 400;
    }

    #titulo {
        font-size: calc(1.200rem + .66vw) !important;        
        font-weight: 500;
    }

    figure {
        text-align: center !important;
    }
    figure img {
        width: 80% !important;
    }

    .desktopContent {
        display: none !important;
    }

    .desktopContent-flex {
        display: none !important;
    }

    .mobileContent {
        display: block !important;
    }

    .mobileContent-flex {
        display: flex !important;
        align-items: center;
    }

    .rowflex .itemCategoria1 {
        width: 75px !important;
        font-size: calc(0.48rem + .24vw) !important;
    }
    .rowflex .itemCategoria2 {
        width: 90px !important;
        font-size: calc(0.48rem + .24vw) !important;
    }

    iframe {
        width: 100% !important;
        height: 240px !important;
    }
}
