.fondo {
    background-image: url(../img/fondo3.jpg);
    background-size: cover;
}

.justify {
    text-align: justify;
}

.center{
    text-align: center;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../img/fondo4.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.footers {
    margin-top: auto;
}

footer p {
    font-weight: 300;
    font-size: medium;
    text-align: center;

}

footer h4 {
    text-align: center;
}

footer li {
    text-align: center;
}

footer {
    background-image: url(../img/fondoNegro.png);
    background-size: auto;
}

footer h5,
h4 {
    text-transform: uppercase;
    position: relative;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
}



thead {
    background-color: #16878C;
}

tbody {
    background-color: white;
}

thead th {
    color: white;
    text-align: center;
}

.imgPdf {
    text-align: center;
}

.member {
    background-color: #fff;
}

.team .member {
    position: relative;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: #fff;
}

.team .member .teampic {
    overflow: hidden;
    width: 80px;
    border-radius: 50%;
}

.team .member .member-info {
    padding-left: 30px;

}

.team .member h4 {
    font-weight: 700px;
    margin-bottom: 5px;
    font-size: 20px;
    color: #5D9EA6;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500px;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.team .member .social a+a {
    margin-left: 8px;
}
/* espacio despues del navbar*/
section {
    padding: 60px 0;
    overflow: hidden;
}



.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #5D9EA6;
}

.underline {
    width: 150px;
    height: 1px;
    background-color: black;
    margin: auto;
    margin-top: -30px;
}

.section-title p {
    margin-top: 20px;
}


.team .member .social a i {
    color: #5D9EA6;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #5D9EA6;
}

.team .member .social a:hover i {
    color: #fff;
}

.team .member .social a+a {
    margin-left: 8px;
}

.team .presi .container .card {
    margin: 0 auto;
    border: 0;
    text-align: center;
}

.team .presi .container .card img {
    width: 70%;
    margin: 0 auto;
}

.team .member .social {
    visibility: hidden;
}

.team .member .member-info p {
    visibility: hidden;
}

.tabla_pdf {
    height: 65vh;
}

.img_inicio {
    height: 80vh;
}

.navbar {
    background-color: #1276A3;
}

.offcanvas-header {
    background-color: #1276A3;
}

.offcanvas-body {
    background-color: #1276A3;
}

.servicio {
    margin-bottom: 25px;
}

.card {
    border: #6e797e solid;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}

.card-img-top {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    margin-top: -10%;
    border: #6e797e solid;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
a:link{
    text-decoration: none;
    color: white;

}
a{
    color: white;
}
a:hover{
    color: #16878C;
}

.page-link{
    background-color: #1276A3;
}

@media(max-width: 991px) {
    .navbar-nav>li {
       /* border-bottom: 1px solid #ffffff; */
        text-align: center;
    }
}

@media(max-width: 991px) {
    .navbar-nav>li:hover {
        border-bottom: 4px solid #eff2f8;
        font-size: larger;
    }

}



@media screen and (max-width: 600px) {

    .table th,
    td {
        font-size: smaller;
    }
}