body {
    font-style: inherit;
    overflow-x: hidden;
    text-align: left;
    font-size: medium;
    width: 100%;
    margin: 0px;
}

.navbar {
    background: #004c98;
    color: white;
}

footer {
    background: #00294f;
    color: white;
    font-size: smaller;
}

a.botton {
    color: white;
}

#titulo {
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
}

.carousel-fade {
    background-image: url("img/FondoBanner.png");
    background-repeat: repeat-x;
}

.center {
    text-align: center;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: darkgray;
}

#imgP {
    width: 125px;
    margin: 10px;
    margin-left: 40%;
}

#imgB {
    width: 150px;
    margin: 40px;
    margin-bottom: 15px;
}

.imgSlider {
    border-radius: 10px;
    width: 60%;
}

.flecha {
    height: 100%;
}

.nav-item {
    transition: 0.3s;
    margin: 0px;
    border-width: 10px;
}

a.nav-item {
    color: white;
    text-align: justify;
}

.nav-item:hover {
    background: #003264;
    color: white;
}

.border-left .border-right {
    color: white;
}

div.container {
    text-align: left;
    font-size: medium;
    padding-top: 30px;
    padding-bottom: 30px;
}

.input-group {
    margin: 5px;
}

.btnsearch:hover {
    background: #003264;
}

.redesicons {
    width: 20px;
    margin: 10px;
}

.bi {
    color: white;
}

.btnMoviles {
    border-radius: 0%;
    width: 100%;
    background: #004c98;
    color: white;
}

.btnMoviles:hover {
    background: #003264;
    color: white;
}

.btnsearch {
    background: rgba(255, 255, 255, 0.20)
}

.btns {
    background: #004c98;
    color: white;
    margin: 10px;
}

.btns:hover {
    background: #003264;
    color: white;
}

#imgNoticias {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

#imgBoletin {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#imgEventos {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.imgBanner {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h1 {
    text-align: center;
}

h5.float-left {
    color: #004c98;
    margin-bottom: 10px;
    margin-top: 15px;
}

h5.izq {
    text-align: left;
}

h5.centro {
    text-align: center;
}

h4 {
    color: #004c98;
    display: inline;
}

h3 {
    color: #004c98;
}

pre {
    display: inline;
}

p.footer {
    text-align: left;
    font-size: smaller;
}

.container {
    padding: 15px 0;
}

section.container {
    background: rgb(247, 247, 247);
    border-radius: 10px;
}

.row {
    margin-left: 0%;
    margin-right: 0%;
}

.card-header {
    background-color: #004c98;
    color: white;
}

button.btn.btn-link.collapsed {
    color: white;
}

.videoInicio {
    height: 50%;
}

.carousel-control-next {
    right: 15%;
}

.carousel-control-prev {
    left: 15%;
}

.carousel-control-next.noti {
    right: 0%;
}

.carousel-control-prev.noti {
    left: 0%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-item:hover {
    background-color: #004c98;
    color: white;
}