﻿@media screen and (max-width: 50rem) {
    .Title {
        display: flex;
        flex-direction: column;
        align-content: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .ComoFunc {
        height: 550px;
        width: 95%;
    }

    .Funcionalidades {
        height: 680px;
        width: 95%;
    }

    .FactElec {
        height: 240px;
        width: 95%;
    }

    .Intro {
        font-size: 16px;
    }

    .DataPol {
        height: 230px;
        width: 95%;
    }

    .Local {
        height: 240px;
        width: 95%;
    }

    .FontP {
        font-size: 16px;
    }

    .FontPP {
        font-size: 14px;
    }

    .TableSus {
        width: 100%;
    }

    .TableSus2 {
        width: 100%;
    }

    .tbTit {
        width: 100%;
    }

    .tbDatos {
        width: 100%;
    }

    .btConfirmar {
        width: 100%;
    }

    .tbUsrPwd {
        width: 100%;
    }

    .tbTitL {
        width: 100%;
    }

    .imgMainL {
        display: none;
        visibility: hidden;
        height: 0px;
    }

    .imgMainS {
        visibility: visible;
        height: 100%;
    }

    .imgCostosL {
        visibility: hidden;
        height: 0px;
    }

    .imgCostosS {
        visibility: visible;
    }

    .FontGall {
        font-size: 12px;
    }
}

@media not screen and (max-width: 50rem) {
    .ComoFunc {
        height: 230px;
        width:98%;
    }

    .Funcionalidades {
        height: 440px;
        width: 98%;
    }

    .FactElec {
        height: 100px;
        width: 98%;
    }

    .DataPol {
        height: 80px;
        width: 98%;
    }

    .Local {
        height: 80px;
        width: 98%;
    }

    .FontP {
        font-size: 20px;
    }

    .Intro {
        font-size: 20px;
    }

    .FontPP {
        font-size: 20px;
    }

    .TableSus {
        width: 75%;
    }

    .TableSus2 {
        width: 50%;
    }

    .tbTit {
        width: 70%;
    }

    .tbDatos {
        width: 40%;
    }

    .btConfirmar {
        width: 25%;
    }

    .tbUsrPwd {
        width: 30%;
    }

    .tbTitL {
        width: 60%;
    }

    .imgMainL {
        visibility: visible;
        height: 100%;
    }

    .imgMainS {
        visibility: hidden;
        display:none;
        height:0px;
    }

    .imgCostosL {
        visibility: visible;
    }

    .imgCostosS {
        visibility: hidden;
        height: 0px;
    }

    .FontGall {
        font-size: 18px;
    }
}