
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif !important;
}

:root {
    --bg-green-light: #1B8D3D;
    --bg-blue: #2382C2;
    --text-gray: #7A7A7A;
    --text-white: #ffffff;
    --light-gray: #EEEEEE;
    --gray: #D3D3D3;
    --orange: #E78014;
}
.form-control{
    box-shadow: none !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.form-check-input{
    box-shadow: none !important;
}
.form-check-input:focus{
    box-shadow: none !important;
}
.btn,
.btn:focus{
    box-shadow: none !important;
}
.btn:hover,
.btn:active,
.btn:focus{
    background-color: #119438 !important;
}
td, th{
    padding: 15px !important;
}
.logo-principal{
    width: 200px;
}
.logo-footer{
    width: 80%;
}
.logo-login{
    width: 60%;
    opacity: 10%;
    position: absolute;
}
.icon-clima{
    filter: drop-shadow(2px 4px 6px black) !important;
}
.text-gray{
    color: var(--text-gray) !important;
}
.text-green{
    color: var(--bg-green-light) !important;
}
.text-white{
    color: var(--text-white) !important;
}
.text-orange{
    color: var(--orange) !important;
}
.text-blue{
    color: var(--bg-blue) !important;
}
.bg-green{
    background-color: var(--bg-green-light) !important;
}
.bg-blue{
    background-color: var(--bg-blue) !important;
}
.bg-light-gray{
    background-color: var(--light-gray) !important;
}
.bg-gray{
    background-color: var(--gray) !important;
}
.bg-orange{
    background-color: var(--orange) !important;
}
.montserrat-font{
    font-family: "Montserrat", sans-serif !important;
}
.accordion-button{
    box-shadow: none !important;
    border: none !important;
    background-color: var(--text-white) !important;
    border-radius: 0% !important;
}
.navbar-noticias{
    border-radius: 0px 0px 20px 20px !important;
}
.navbar-buscador{
    border-radius: 20px 20px 0px 0px !important;
}
.login-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-box {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: white;
}
.icon-menu{
    position: absolute;
    margin-left: -20px;
    margin-top: -24px;
}
body {
    transition: margin-left 0.3s ease-in-out;
}
.offcanvas {
    width: 250px;
}
.offcanvas.show {
    position: fixed;
}

body.offcanvas-open {
    margin-left: 250px;
}
.shadow-cards{
    box-shadow: 0px 10px 10px -10px black !important;
}
.shadow{
    box-shadow: 0px 10px 10px -10px black !important;   
}