/*@import "bootstrap/scss/_functions.scss";*/
/*@import "bootstrap/scss/_variables.scss";*/
/*@import "bootstrap/scss/_maps.scss";*/
/*@import "bootstrap/scss/_mixins.scss";*/
/*@import "bootstrap/scss/_root.scss";*/
/*@import "bootstrap/scss/_utilities.scss";*/
/*@import "bootstrap/scss/_reboot.scss";*/
/*@import "bootstrap/scss/_containers.scss";*/
/*@import "bootstrap/scss/_grid.scss";*/
/*@import "bootstrap/scss/_helpers.scss";*/
/*@import "bootstrap/scss/utilities/_api.scss";*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


#estadoLluvia, #estadoBombaRiego, #estadoBombaPileta {
    height: 4.5rem;
    width: auto;
}

html,
body {
    height: 100%;
}

#pagina {
    padding-top: 80px;
    padding-bottom: 80px;
}

.body-login {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.color-blue {
    color: #265596;
}

.color-light-blue {
    color: #40a1f8;
}


.fade-out {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;

    }
}

.diferencial-width {
    width: 8rem;
}


.toggle-handle.btn-lg {
    background-color: silver;
}

.boton {
    --bs-btn-padding-x: 0!important;
    --bs-btn-padding-y: 0!important;
    border:none!important;
}