﻿.redondear {
    border-radius: 20px;
}

.quitarContorno {
    margin: 0;
    padding: 0;
    border: 0;
}

@media (min-width: 450px){



    body {
        /*display: flex;
        flex-direction: column;
        min-height: 100vh;*/
    }

    body,
    input {
        font-family: "Poppins", sans-serif;
    }

    .TransmisionesName {
        width: 50%;
    }

    .btnIngresar {
        width: 60%;
        border-radius: 10px 10px 10px 10px;
        color: white;
        height: 35px;
        margin-top: 5%;
        border: none;
        font-weight: bolder;
        background: rgb(1,96,96);
    }

    .abs-center {
        display: flow !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .div-code {
        background-color: rgb(130,34,95,255);
        padding: 20px;
        /*margin-right: 23%;*/
        /*margin-left: 23%;*/
        border-radius: 20px;
    }

    .footer {
        bottom: 0;
        margin-top: auto;
    }

        .footer img {
            /*left: 0;*/
            /*right: 0;*/
            height: auto;
            width: 25%;
            bottom: 0;
            /*position: absolute;*/
        }

    .form {
        margin: 5%;
    }

    .logoPrincipal {
        width: 40%;
        padding: 0;
        float: right;
        margin: 0;
        display: flow !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


    .contorno {
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .frameYoutube {
        /*position: absolute;*/
        top: 0;
        left: 0;
        /*right: 0;*/
        width: 560px;
        height: 315px;
    }

    .frame {
        position: absolute;
        /*top: 0;
        left: 0;*/
        /*right: 0;*/
        width: 100%;
        height: 100%;
    }

    #frmChat {
        width: 100%;
        height: 100%;
    }
    .presenta {
        margin-top: 2%;
    }

        .presenta img {
            width: 30%;
            float: left;
        }
}

@media (max-width: 450px) {


    body {
        /*display: flex;
        flex-direction: column;
        min-height: 100vh;*/
    }

    body,
    input {
        font-family: "Poppins", sans-serif;
    }

    .TransmisionesName {
        width: 75%;
    }

    .btnIngresar {
        width: 60%;
        border-radius: 10px 10px 10px 10px;
        color: white;
        height: 35px;
        margin-top: 5%;
        border: none;
        font-weight: bolder;
        background: rgb(1,96,96);
    }

    .abs-center {
        display: flow !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .div-code {
        background-color: rgb(130,34,95,255);
        padding: 20px;
        /*margin-right: 23%;*/
        /*margin-left: 23%;*/
        border-radius: 20px;
    }

    .footer {
        bottom: 0;
        margin-top: auto;
    }

        .footer img {
            /*left: 0;*/
            /*right: 0;*/
            height: auto;
            width: 25%;
            bottom: 0;
            /*position: absolute;*/
        }

    .form {
        margin: 5%;
    }

    .logoPrincipal {
        width: 45%;
        padding: 0;
        margin: 0;
        display: flow !important;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contorno{
        margin-top:3%;
        margin-bottom:3%;
    }

    .frame {
        position: absolute;
        /*top: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        width: 100%;
        height: 100%;
    }

    #frmChat {
        width: 100%;
        height: 300px;
    }

    .presenta {
        margin-top: 1%;
    }

        .presenta img {
            width: 30%;
        }

}


