.portada {
    color: #32b4b4;
    background-size: cover;
    min-height: 60vh;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.card-text2 {
    color: #32b4b4;
    text-align: justify;
    font-weight: bold;
    font-family: Segoe Print;
}

.card-title-text2 {
    color: #2fa0a0;
    text-align: justify;
    font-weight: bold;
    font-family: Segoe Print;
}

.portada2 {
    color: #32b4b4;
    background-size: cover;
    background-position: 0%;
    min-height: 60vh;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.link-nav-v2 {
    display: block;
    padding: .5rem 1rem;
    font-size: large;
    font-weight: bold;
    color: #268383;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.color-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .portada {
        min-height: 30vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
}

#unico {
    color: #32b4b4;
    margin: 1rem;
    padding: 1rem;
    text-align: right;
    font-size: 1rem;
    font-family: Segoe Print;
}