html {
    font-size: 14px;
    font-family: Roboto;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;

  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: rgb(233, 244, 253);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-origin: padding-box;
    background-clip: border-box;
}


.navbar-brand img {
    width: 100%;
    height: 100%;
    max-width: 10rem;
    max-height: 10rem;
    display: block;
    object-fit: contain;
}

.txt-title, p, .nav-item a {
    color: rgb(12, 60, 92);
}
h1 {
    color: rgb(12, 60, 92);
    font-weight: bold;
}



/*index web*/


.group-head {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
    color: rgb(217, 217, 217);
    word-break: normal;
    font-family: Roboto;
    line-height: 1.1;
    overflow-wrap: anywhere;
    letter-spacing: 0px;
}



.group-box {
    color: rgb(12, 60, 92);
    background-color: rgb(12, 60, 92);

}

.img-fluid.card-img-top {
    height: 200px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    width: 100%;
}

.card-group .card bg-transparent {
    color: rgb(12, 60, 92);
    
}

.card {
    border: none !important;
}
.card-group .card .card-text {
    color: rgb(217, 217, 217);
    gap: 1.5rem;
    
}

.card-group .card .card-title {
    color: rgb(217, 217, 217);
    gap: 1.5rem;
   
}

.container-fluid.divider {
    padding-top: 43px;
    padding-bottom: 43px;
}

.btn.btn-primary.btn-lg {
    color: rgb(233, 244, 253);
    border-color: rgb(233, 244, 253);
    border-style: solid;
    border-width: 2px;
    border-radius: 0px;
    background-color: rgb(12, 60, 92);
}

.inicon {
    align-items: center;
    display: flex;
    justify-content: right;
    margin-left: .75rem;
    margin-right: .75rem;
    text-align: right;
    width: 2.5rem;
}



    .inicon svg {
        height: 1.5rem;
        width: 1.5rem;
        display: block;
        fill: rgb(233, 244, 253);
    }

.form-label {
    color: rgb(12, 60, 92);
   
}