.row-content {
    margin: 0px auto;
    padding: 50px 0px 50px 0px;
    border-bottom: 1px ridge;
    min-height: 400px;
}

.custom {
    border: 2px solid #ff0000;
}

.card .card-header {
    border-color: #ffffff;
    background-color: #130167;
    color: white;
}

.custom-footer {
    border-top: 1px ridge #5C6BC0;
}

.footer-lower {
    background-color: #130167;
}

.clase {
    color: #130167;
    text-align: justify;
    line-height: 200%;
}

.custom-button {
    background-color: #130167;
    color: white;
}

.custom-button:hover {
    background-color: #2303b1;
    color: white;
}

.img-responsive{
    width: 100%;
    height: 200px;
}

.card-box--full-height {
    min-height: 100%;
}

.img-carousel {
    width: 100%;
    height: 600px;
}

.logo {
    max-width: 100%;
    height: 300px;
    display: inline-block;
    margin-top: 75px !important;
}

.lab-img {
    max-height: 290px;
    width: 100%;
}

.carousel-caption {
    text-align: center;
    font-size: 125%;
    background: #ffffff;
    opacity: .9;
    padding: 0px;
    width: 100%;
    height: auto;
    left: 0%;
	right: 0%;
    bottom: 0%;
    color: #000000;
}

.card-index {
    height: 650px;
}

.custom-ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

/*Estilo para los botones siguiente y anterior del carrusel de Home*/

.Home-next{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.Home-prev{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}   