.navbar{
    background-color: #00265f!important;
    position: fixed;
    top: 0;
    width: 100%;
}

.nav-link, .navbar-brand{
    color: white!important;
}

.navbar-brand{
    margin-left: 1rem;
}

.banner-principal{
    position: relative;
    background: url(../img/banner-principal.png);
    height: 40rem;
}


.img-banner-principal{
    width: 100%;
}

.text-banner{
    position: absolute;
    top: 50%;
    right: 10%;
    background: #08182ee8;
    width: 600px;
}

.text-banner p{
    font-size: 2rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    color:white;
}

.info-main{
    text-align: center;
    margin-top: 2rem;
}

.info-main h1{
    color: #164480;
}

.info-main ul{
    text-align: left;
    margin: 0 auto;
    width: fit-content;
}

.col-md-4, .col-md-3{
    float:left;
}

.block-segmento{
    color:white;
    text-align:center;
    padding: 1rem;
    border-radius: 6px;
    min-height:13rem;
}

.block-blue{
    background: #164480;
}

.block-black{
    background: #08182e;
}

.block-red{
    background: #d0103a;
}

.middle-banner{
    background: url(../img/middle-banner.png);
    color: white;
    text-align: center;
    padding: 5rem 20rem 3rem 20rem;
    width: 100%;
    background-position: center center;
    background-size: auto;
    height: 28rem;
}

.middle-banner p{
    margin: 2rem;
}

.btn-banner{
    background: red;
}

.btn-banner a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}

.block-img{
    color: white;
    text-align: center;
    height: 8rem;
    margin-bottom: 2rem;
    border-radius: 6px;
    padding-top: 2rem;
}

.block-web{
    background: url('../img/inicio-sitio-web.png');
}

.block-comercio{
    background: url('../img/inicio-comercio.png');
}

.block-redes{
    background: url('../img/inicio-redes.png');
}

.block-clientes{
    background: url('../img/inicio-clientes.png');
}

.block-bi{
    background: url('../img/inicio-bi.png');
}

.block-factura{
    background: url('../img/inicio-factura.png');
}

.block-bi{
    background: url('../img/inicio-bi.png');
}

.block-procesos{
    background: url('../img/inicio-procesos.png');
}

.block-comunicaciones{
    background: url('../img/inicio-comunicaciones.png');
}

.block-ciberseguridad{
    background: url('../img/inicio-ciberseguridad.png');
}

.block-oficina{
    background: url('../img/inicio-oficina.png');
}

.all-questions{
    margin-top: 3rem;
}

.question-test{
    padding-top: 1rem;
    padding-bottom:1rem;
    border-bottom: 2px solid #164480;
}

.envio-test{
    background: #d0103a;
    color: white;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.formulario-registro{
    text-align:left;
}

.my-label{
    color: #164480;
    font-size: 1rem;
    font-weight:600;
}

.colored-blue{
    color: #164480;
}

.main-register{
    margin-top: 3rem;
}

.row-category{
    margin-bottom: 3rem;
    background: rgb(234, 232, 232);
    -webkit-box-shadow: 5px 5px 13px 5px rgb(0 0 0 / 31%);
    box-shadow: 5px 5px 13px 5px rgb(0 0 0 / 31%);
    padding: 2rem 0px;
}

.ayuda-maxima{
    font-size: 1.2rem;
    color: #164480;
}

.label-product{
    font-size: 1rem;
    font-weight: bold;
    color: #164480;
}

.mas-info{
    color: #d0103a;
    font-weight: bold;
}

.category-products{
    padding-left: 3rem;
}

.icon-category{
    margin: 0 auto;
    display: block;
}

.title-category{
    margin-bottom: 0;
    margin-top: 0.6rem;
}

footer{
    background: #00265f;
    padding-top: 4rem;
}

.footer_menu_widget a{
    color: white;
    text-decoration: none;
}

.info-area{
    height: 18rem!important;
}

.custom-width{
    max-width: 90%!important;
}

.category-all{
    margin-top: 3rem;
}

.input-disabled{
    opacity: 1!important;
    color: black!important;
}

.btn-link-custom{
    text-decoration: none;
    color: white;
}

.btn-link-custom: hover{
    text-decoration: none!important;
    color: white!important;
}

.col-md-4{
    float: left;
}

.block-icon{
    text-align: center;
    height: 11rem;
}

.left-category{
    background: rgb(234, 232, 232);
    padding: 2rem 2rem;
}

.main-admin{
    margin-top: 4rem;
}

.swal-wide {
    width: 70%;
}

.emptyred{
    border: 2px solid red!important;
}

.list-group-item{
    background-color: #08182e!important;
    border-bottom: 1px solid white!important;
    border-top: 1px solid white!important;

}

.list-group-item a{
    color: white!important;
}
.navbar {
    z-index: 1;
}
