﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700i);

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    background: #fff;
    overflow: auto;
}

@media (min-width: 992px) {
    body {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 320px;
        color: #222;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
    }
}

@media (max-width: 991px) {
    body {
        background: #FF3B53 repeat;
        color: #222;
    }
}

@media (max-width: 500px) {
    body {
        background: #fff;
        color: #222;
    }
}

.bgmenu {
    background-color: #181c27;
    background-repeat: repeat-x;
    background-position: center;
    overflow: hidden;
    height: 86px;
}
/** menu **/

header {
    background-color: #fff;
    height: 85px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.menu-social {
    display: inline-block;
    margin: 33px 8px 21px;
}

    .menu-social:hover {
        opacity: .8;
    }

.logo-betania-header {
    padding: 0px 0px 60px 90px;
    margin-top: 18px;
}

.btn-autogestion {
    padding: 30px 30px 30px;
    background-color: #ecf0fb;
    color: white;
    margin-left: 30px;
    height: 100%;
}

    .btn-autogestion:hover {
        color: #ef4357;
    }

    .btn-autogestion img {
        margin-left: 10px;
    }
/** login **/

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    padding: 0px 0px 16px 0px;
    color: #171C26;
}

h7 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.bg-login {
    background: linear-gradient(179.7deg, #EEF1F1 7.07%, #fdfdfd 91.14%);
    background-repeat: no-repeat;
    background-position: top center;
    height: calc(98% - 85px);
}

.blanco {
    color: white !;
}

.bordo {
    color: #8d030e;
}

.d-flex {
    display: flex;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
    z-index: 22;
}

.col-lg-5.arriba {
    z-index: 25;
}

.bg-seleccion-edificios {
    background-image: url(../../assets/img/betania/bg-seleccion-edificios.gif);
    background-repeat: no-repeat;
    background-position: top center;
    height: calc(100% - 85px);
}

.account-wall .form-signin {
    background: #fff;
    max-width: 700px;
    padding-left: 45px;
    padding-right: 37px;
    padding-top: 32px;
    padding-bottom: 2px;
}

    .account-wall .form-signin .form-control {
        background-color: transparent;
        border-color: lightgrey;
        font-size: 16px;
        height: auto;
        position: relative;
        border: 1px solid #ccc;
    }

.account-wall2 {
    padding: 2px;
    font-size: 12px;
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
}
    /* Info secundaria del recordar clave */

    .account-wall2 .form-signin .info-card {
        padding: 2px;
        
        border: 1px solid #e9ecef;
        border-radius: 12px;
        box-shadow: 0 0px 0px rgba(0,0,0,.06);
    }
        /* Texto y link dentro del bloque */

        .account-wall2 .info-card  {
            margin: 0 0 8px 0;
            color: #222;
            font-size: 12px;
            line-height: 1.6;
        }

        .account-wall2 .info-card b {
            color: #8d030e;
        }

            .account-wall2 .info-card a {
                font-weight: 700;
                text-decoration: none;
                display: block; /* ocupa todo el ancho */
                font-family: 'Lato', sans-serif;
                height: 12px;
                font-size: 14px;
                text-align:right;


             
            }

            .account-wall2 .info-card a:hover {
                text-decoration: underline;
            }

.btn-primary {
    color: #fff;
    background-color: #171C26;
    border: #171C26;
    float: right;
}

    .btn-primary a::after a::before a:hover {
        color: #fff;
        background-color: #9E242B;
        border: #171C26;
        float: right;
    }

.btn-group .open .btn .btn-primary .dropdown-toggle {
    color: #fff;
    background-color: #171C26;
    border: #171C26;
    float: right;
    margin-top: -20px;
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #171C26;
    border-color: #171C26;
    box-shadow: none;
}

.dropdown-toggle:hover, .dropdown-toggle:link, .dropdown-toggle:visited {
    color: #fff;
    background-color: transparent;
    border-color: #171C26;
    box-shadow: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.dropdown-menu > li {
    color: #231F20 !important;
    font-weight: 300;
    margin: 0 5px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transform: all 0.25s;
    -ms-transform: all 0.25s;
    transition: all 0.25s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu > li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.negro {
    color: #171C26 !important;
}

input:-internal-autofill-selected {
    background-color: white !important;
}

.account-wall .form-signin .form-control {
    padding: 10px 14px;
}

input {
    background-color: white !important;
    border: 1;
}

.btn {
    border-radius: 7px !important;
}

i.fa-question-circle {
    font-size: 18px;
    color: #8d030e; /* color del "?" */
    border-radius: 50%; /* círculo */
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center; /* centra el "?" */
}

.usuario {
    float: left;
    width: 100%;
}

.btn {
    padding: padding:4px 12px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:link, {
    color: #fff;
    background-color: none;
    border-color: none;
}

i {
    margin-top: 5px;
}

.login-out .btn-theme-inverse {
    margin-top: 25px;
    background: #fff;
    border: 1px solid #ccc;
    color: brown;
    font-weight: 900;
    margin-bottom: 32px;
}

.login-out .account-wall {
    margin-top: 125px;
    margin-left: 68px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 133px;
    float: right;
    margin-right: 0px;
}

.account-wall .footer-link {
    margin-top: 0px;
    color: #171C26;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 700i;
    font-size: 14px;
}

.account-wall .img-izq {
    float: left;
    margin-right: 0px;
}

.link-mail, .link-mail:hover, .link-mail:link {
    color: #ee4156;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700i;
}

.account-wall .help {
    margin-top: 60px;
}

.olvido-clave a {
    float: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

i {
    color: #fff;
    width: 20px;
}

a.white {
    color: white !important;
}

.dropdown-menu {
    z-index: 2000;
    margin-left: 33px;
    margin-top: -100px;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.alert {
    margin-bottom: 0px;
    margin-top: 10px;
}

.errorNotification {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #fff;
}

.input-group[class*="col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (min-width: 1200) {
    .bg-login:before {
        background-size: cover;
        padding: 70px 0px 70px 0px;
       // background-image: url(../../assets/img/betania/login-fondo2.png);
        position: absolute;
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        content: '';
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 0;
    }
}

@media (max-width: 1199px) {
    .account-wall .line-footer {
        height: 8px;
        background-color: #ee4156;
        width: 420px;
        padding: 0px;
        margin-top: 300px;
        margin-left: 23%;
        color: #fff;
        position: absolute;
        float: left;
        text-align: center;
    }
}

@media (max-width: 991px) {
    header {
        background-color: #ecf0fb;
        height: 85px;
        overflow: hidden;
        z-index: 2;
        position: relative;
    }

    .account-wall .line-footer {
        height: 8px;
        background-color: #ee4156;
        width: 422px;
        padding: 0px;
        margin-top: 300px;
        margin-left: 15%;
        color: #fff;
        position: absolute;
        float: left;
        text-align: center;
    }

    .order-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
        align-self: flex-end;
    }
}

@media (max-width: 740px) {
    .account-wall .line-footer {
        height: 8px;
        background-color: #ee4156;
        width: 600px;
        padding: 0px;
        margin-top: 300px;
        margin-left: 0;
        color: #fff;
        position: absolute;
        float: left;
        text-align: center;
    }

    .login-out .account-wall {
        margin-top: 40px;
        margin-left: 0px;
    }

    .login-out .btn-theme-inverse {
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left !important;
    }

    .account-wall .help {
        margin-top: 50px;
    }
}

@media (max-width: 400px) {
    .account-wall .form-signin {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dropdown-menu {
        margin-left: -233px;
        margin-top: -15px;
    }
}
/** recupero de clave **/

.login-out .align-lg-center {
    background: none;
    margin-bottom: -10px !important;
}

.login-out .comment {
    background: none !important;
    padding: .5em 10px !important;
    margin: 0;
}

.comment {
    color: #fff;
    width: 93%;
    margin-top: 0px;
}

.btn-recupero {
    margin-top: 10px;
    width: 93%;
}

.btn-info {
    color: white;
    background-color: #b5d1d8;
    border-color: #b5d1d8;
    width: 93%;
}

.label {
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 10px;
}

.form-group.recordar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.remember-check {
    margin: 0;
    width: 16px;
    height: 16px;
    accent-color: #8d030e;
}

.remember-label {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    height: 16px;
    font-size: 14px;
    color: #6d6d6d;
    cursor: pointer;
    display: block; /* ocupa todo el ancho */
}

.account-wall .form-signin .input-group:nth-child(2) {
    margin-bottom: 0px;
}

input[type=submit].btn-block2, input[type=reset].btn-block2, input[type=button].btn-block2 {
    width: 253px;
    float: left;
    margin-left: 15px;
}

#MainContent_lblError {
    display: block;
    margin-bottom: -170px;
    padding-top: 196px;
}
/************ Seleccion Edificios **************/

#expensas {
    margin-top: 100px;
    color: #fff;
}

    #expensas h2 {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        padding: 10px;
        margin: 20px;
    }

        #expensas h2 img {
            margin-left: 10px;
        }

#expensasLeft {
    background-color: #FF3B53;
}

#expensasRight {
    background-color: #171C26;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 120px 0;
    color: #fff;
    font-size: 20px;
}

    #expensasRight:hover, #expensasRight:active, #expensasRight:focus {
        background-color: #232C3A;
    }

    #expensasRight img {
        display: block;
        margin: 10px auto 0;
    }

.edificio {
    background-color: #231F20;
}

    .edificio h3 {
        font-family: 'Lato', sans-serif;
        margin: 10px;
        padding-bottom: 10px;
        font-size: 10px;
        border-bottom: 2px solid #FF3B53;
    }

    .edificio .nombre-edificio {
        font-family: 'Lato', sans-serif;
        margin: 10px 10px 19px;
        font-size: 10px;
        display: block;
        color: #fff;
    }

        .edificio .nombre-edificio:hover, .edificio .nombre-edificio:active, .edificio .nombre-edificio:focus {
            color: #ccc;
        }

.foto-edificio div {
    height: 130px;
    overflow: hidden;
    opacity: .9;
    background-color: #fff;
}

    .foto-edificio div:hover, .foto-edificio div:active, .foto-edificio div:focus {
        opacity: 1;
    }

.btn-imprimir-expensas {
    color: #000;
    text-align: center;
    background-color: #FF3B53;
    font-size: 8px;
    font-weight: bold;
    padding: 10px 40px 20px;
    display: block;
    line-height: 100%;
}

    .btn-imprimir-expensas:hover, .btn-imprimir-expensas:active, .btn-imprimir-expensas:focus {
        color: #fff;
    }

    .btn-imprimir-expensas span img {
        float: left;
    }

@media (max-width: 1199px) {
    #expensasRight {
        padding: 20px 0;
        margin-bottom: 20px;
        -webkit-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.2);
    }

    #expensasLeft {
        margin-bottom: 20px;
    }

    #expensas {
        margin-top: 50px;
    }
}

@media (min-width: 1400px) {
    #expensasRight {
        z-index: 1;
        box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.4);
    }

    .bg-login:before {
        background-size: cover;
        padding: 70px 0px 70px 0px;
        background-image: url(../../assets/img/betania/login-fondo2.png);//zoom 90% para abajo
        position: absolute;
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 95%;
        position: absolute;
        width: 100%;
        top: 0;
    }
}

 
@media (max-width: 768px) {
    .container-fluid.bienvenida:after {
        display: none;
    }

    .account-wall .form-signin {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    i.fa-question-circle {
        position: relative;
        z-index: 3;
        transform: translateX(-20px);
    }

    .d-flex {
        flex-direction: column;
        display: flex !important;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1100px) {
    .container.bienvenidacontainer {
        width: 100%;
    }

    .bg-login:before {
        background-size: cover;
        padding: 70px 0px 70px 0px;
        background-image: url(../../assets/img/betania/login-fondo2.png); //100%
        position: absolute;
        background-size: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 98%;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .login-out .account-wall {
        margin-top: 85px;
        margin-left: 0px;
    }

    .col-md-offset-1 {
        margin-left: 25%;
    }
}
/*@media only screen and (max-width: 1100px) and (min-width: 700px) {*/

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .nav-sec-betania {
        padding: 0 10% 80px 10%;
    }

    .iconosbienvenida strong.blanco {
        font-size: 15px;
    }

    .bg-login:before { /* -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1);*/ /* filter: FlipH; -ms-filter: "FlipH";*/
        background-size: cover;
        padding: 70px 0px 70px 0px;
        //background-image: url(../../assets/img/betania/login-fondo2.png);
        position: absolute; /* background-size: 89%;*/ /* background-position: -30% 100%;*/
        background-size: 100%;
        background-position: -10% 108%;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .bg-recuperar:before {
        background-position: -50% 108%;
    }

    #main:before {
        background-size: cover;
        position: absolute;
        background-size: 130%;
        background-position: 50% 88%;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 0;
    }

    .bienvenidacontainer {
        padding: 0px 70px !important;
        width:100px;
    }

    .custom-padding {
        padding-right: 10px;
        padding-left: 20px;
    }

    .custom-padding2 {
        padding-right: 20px;
        padding-left: 10px;
    }

    .col-lg-3.col-md-offset-3.text-center.my-auto.order-last {
        padding: 0 15%;
    }

    .login-out .account-wall { /* margin-top: 125px;*/
        margin-top: 90px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 699px) {
    .bg-login:before {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        background-size: cover;
        padding: 70px 0px 70px 0px;
        //background-image: url(../../assets/img/betania/login-fondo2.png);
        position: absolute;
        background-size: 89%;
        background-position: 0% 105%;
        background-repeat: no-repeat;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 0;
    }
}

.link-olvido {
    font-weight: 700;
    text-decoration: none;
    display: block; /* ocupa todo el ancho */
    font-family: 'Lato', sans-serif;
    height: 12px;
    font-size: 14px;
    text-align: right;
}

.link-registro {
    font-weight: 700;
    text-decoration: none;
    display: block; /* ocupa todo el ancho */
    font-family: 'Lato', sans-serif;
    height: 12px;
    font-size: 14px;
    text-align: left;
}

    .link-olvido:hover {
        text-decoration: underline;
    }

.link-registro:hover {
    text-decoration: underline;
}
.copyright-footer {
    background-color: #8d030e;
    display: block;
    font-family: 'Lato', sans-serif;
    color: white;
    text-align: center;
    vertical-align: middle;
 
    background-size: cover;
}

@media (max-width: 768px) {
    .copyright-footer {
        font-size: 8px;
        height: 20px;
    }
}

/* Para pantallas de máximo 480px (móviles pequeños) */
@media (max-width: 480px) {
    .copyright-footer {
        font-size: 8px;
        height: 35px;
    }
}