/*!
Theme Name: jgciesas
Theme URI: https://ciesas.edu.mx
Author: CIESAS
Author URI: https://underscoretw.com/
Description: Tema para JG - CIESAS
Version: 0.1.9.9
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jgciesas
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jgciesas is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
body {
	background-color: #0f143e!Important;
    font-family: "Roboto Slab", serif;
}

p {
    text-align: justify;
}

.login-username, .login-password {
    color: #F1F1F1;
    background: #4f82c3;
    padding-bottom: 14px;
    border-radius: 8px;
    padding-top: 4px;
    width: 71%;
    margin:0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.login-submit {
    text-align: center;
}

.login-remember {
  display: none;
}

#user_pass {
    display: block;
    margin:0 auto;
}

.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #b8d6ff!Important;
}

.wp-block-media-text__media img {
    border-radius: 12px;
}

@media (max-width: 990px){
    #horizontal {
        display: none;
    }
    .logomenu {
        margin-right:auto ;
        margin-left:auto;
        height: 60px;
    }
    .navbar-toggler {
        border:1px solid #E1E1E1!important;
        background-color:#FFFFFF!important;
    }
    .navbar-text {
        display:none;
    }
    .navbar-brand {
        margin: 0 auto;
        font-size:0.72em;
        font-family: "Roboto Slab", serif;
        font-weight: 700;
    }
    .nav-item:hover, .nav-link:hover {
        background: #4e82c2!Important;
        padding-left: 20px;
        color: #FFF!Important;
        border-radius: 3px;
    }
    .nav-item:active, .nav-link:active {
        background: #5083c2;
        color: #FFF;
        border-radius: 3px;
    }
    .offcanvas-header {
        margin-top:20px;
    }
    .offcanvas-footer {
        margin: 0 auto;
    }

}

@media (min-width: 990px){
    #vertical {
        display: none;
    }

    .logomenu {
        margin-right:auto ;
        margin-left:auto;
        height: 45px;
    }
    .current-menu-item a {
        background: #4e82c2!Important;
        border-radius: 5px!Important;
        color:#FFF;
        transition
    }
    .nav-link {
        font-weight: 600!Important;
        margin-right: 10px;
    }

    .nav-link:hover {
        background: #FFFFFF!Important;
        border-radius: 5px!Important;
    }
    .nav-link:active {
        background: #5083c2;
        color: #000;
        border-radius: 5px;
    }

    .navbar-text {
        color:#000!important;
        font-weight: 600;
        font-family: "Roboto Slab", serif;
        font-size: 1.3em;
        width:400px;

    }

    .navbar-brand {
        color:#F1F1F1!important;
        font-family: 'Oswald', sans-serif;
        font-size:1.2em;
    }

}