.tyc-mobile-modal-dialog{
    width: 50%;
    max-width: 90% ;
    height: 90%;
}

@media screen and (max-width: 800px) {

    .tyc-mobile-modal-dialog{
        width: 98%;
        margin: auto;
        max-width: 100% !important;
        height: 100%;
    }

    #TyCModal .modal-content{
        padding-left: 3%;
        padding-right: 3%;
        border-radius: 30px;
    }

    .TyC-base{
        height: 100%;
    }

    #TyC-Titulo{
        font-size: 1.4rem;
    }

    #rechazaTyC{
        width: 98%;
        margin: auto;
        font-size: 4vw;
        margin-bottom: 1%;
        border-radius: 7px !important;
        float: unset !important;
    }

    #aceptaTyC{
        width: 98%;
        margin: auto;
        font-size: 4vw;
        margin-top: 1%;
        border-radius: 7px !important;
        float: unset !important;
    }




}
