﻿/*CSS para aplicativo*/
body {
    width: 100%;
    overflow-x: hidden;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}



#divLayoutBarraIzq {
    background-color: #052352;
    background-image: url('../img/banner/BannerVerticalTECLogueo.png');
    background-repeat: no-repeat;
    /*background-size: contain;*/
    /* background-size: cover;
    max-width:250px;*/
}

#divLayoutContenido {
    background-color: #1b396a;
    background-image: url('../img/banner/FondoVentanaTECLogueo.png');
    background-repeat: no-repeat;
}

.contenedor-fluido {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 120px 0px;
}

#seccionEncabezadoLogueo {
    position: absolute;
    top: 0px;
    text-align: center;
}

    #seccionEncabezadoLogueo h1 {
        font-size: 3.5em;
    }

.caja-logueo {
    background-color: rgba(255,255,255,0.3);
    padding: 20px 40px;
    margin-top: 130px;
}

#logoBrandTec {
    display: none;
}

@media only screen and (max-width: 600px) {
    #logoBrandTec {
        display: inline;
    }

    #seccionEncabezadoLogueo h1 {
        font-size: 2.2em;
    }
}


