﻿.content {
    background: #f5f5f5;
}

.fondo-texto {
    background-color: #07354f;
    padding: 1em 2em 1em 2em;
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
}

.servicio {
    padding-top: 4em;
    padding-bottom: 4em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contenido {
    padding-left: 3em;
}

.contenido-titulo {
    color: #07354f;
    font-weight: bold;
    margin-top: 1em;
}

.contenido-ul {
    margin-top: 1em;
    font-size: 0.9em;
}

.opciones {
    padding: 1.5em;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-resumen {
    border-top-right-radius: 0%;
}

.nav-objetivo {
    border-radius: 0%;
}

.nav-sector {
    border-top-left-radius: 0%;
}

.nav-link2 {
    color: black !important;
    border: 2px solid #b4b4b4 !important;
}

    .nav-link2:hover {
        border: 2px solid #b4b4b4 !important;
        text-decoration: none;
    }

    .nav-link2.active {
        background-color: #b4b4b4 !important;
        font-weight: 700;
        border: 2px solid #b4b4b4 !important;
    }

.tab-contents {
    border: 2px solid #b4b4b4 !important;
    border-radius: 0px 10px 10px 10px !important;
    background-color: white;
}

.imagen-servicio {
    border-radius: 3%;
    object-fit: cover;
    clip-path: circle(65% at 60% 25%);
}

.a-servicio {
    text-decoration: none;
    color: #c4122f;
}

.botonAzul {
    background-color: #07354f;
    border-radius: 10px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 1em 2em 1em 2em;
    margin-top: 5%;
    margin-bottom: 5%;
    cursor: pointer;
}

.nav-item {
    width: 8rem;
    text-align: center;
}

.ul-eventos {
    color: #07354f;
}