* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%;
    margin: 0
}

.site-content {
    padding-top: 40px;
    display: flex;
    width: 100%;
    height: auto;
    background-image: url("../assets/img/conoce_fondo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    justify-content: center;
}

.site-content .conoce {
    position: relative;
    width: 70%;
    min-height: 140vh;
}
.conoce .d-flex h1 {
    color: #022a80;
    font-weight: bold;
    font-size: 4vw;
    border-bottom: transparent solid 2.2vh;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
}

.conoce .d-flex {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    margin-top: 6VH;

}

#conoce .cuandazul {
    max-width: 150px;
    height: auto;
    background-color: transparent;
    margin: 0;
}

#conoce2 {
    background-color: #065da6;
    color: white;
    border-radius: 15px;
    height: 250px;
    margin: 5px;
    margin-bottom: 5vh;
}

#conocecuanda {
    background-color: darkblue;
    width: 100%;
    height: 100%;
}

.conoce h1 {
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}

.conoce figure {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.conoce figure img {
    opacity: 50%;
    max-width: 100%;
    height: auto;
    transition: all 500ms ease-out;
}

.conoce figure p {
    color: white;
    font-size: 1em;
    text-align: left;
    border: 0px;

}

.conoce figure h2 {
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.conoce figure .inf {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #022a80;
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: collapse;
    text-align: left;
    border-radius: 15px;
}
.inf .btn{
    justify-content: left;

}

.inf .btn-primary {
    text-align: left;
    display: flex;
    background-color: transparent;
    color: #ffffff;
    border: none;
    justify-content: left;
}

.inf .btn-primary:hover {
    background-color: #065da6;
    font-weight: bold;

    border: none;
}

.inf li {
    list-style: square outside;
    text-align: left;
    padding-left: 0%;
}

.conoce figure:hover>.inf {
    overflow-y: scroll;
    opacity: 1;
    visibility: visible;
}

.conoce figure:hover>.inf p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.conoce .card-body {
    background-color: transparent;
    color: #ffffff;
}

#conoce2 a {
    display: flex;
    justify-content: left;
    margin-bottom: 0px;
    padding: 0;
}