main p {
    line-height: 1.5;
    color: #636363;
    margin: 0.75rem 0;
}

a {
    color: #437cbd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol {
    margin-left: 1rem;
}

li {
    margin: 1rem 0;
}

.button {
    background-color: #fff;
    border: 1px solid var(--gray);
    border-radius: .5rem;
    color: var(--blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: .3s ease-in-out;
    min-width: 22rem;
}

.button svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
}

.button:hover {
    background-color: var(--blue);
    color: #fff;
    cursor: pointer;
}

.button:disabled {
    background-color: #f5f5f5;
    color: #a0a0a0;
    cursor: not-allowed;
}

.button-simple {
    background: #ffffff;
    border-radius: 50%;
    border: none;
    color: gray;
    height: 2.2rem;
    margin-left: 1rem;
    transition: ease .3s;
    width: 2.2rem;
}

.button-simple svg {
    height: 1.2rem;
    width: 1.2rem;
}

.button-simple:hover {
    background: #ececec;
    color: #2a9fe8;
    cursor: pointer;
}

.btn-icon-sm {
    background-color: #fff;
    border: 1px solid var(--gray);
    border-radius: 50%;
    color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    height: 2rem;
    transition: .3s ease-in-out;
    width: 2rem;
}

.btn-icon-sm:hover {
    background-color: #d0d0d0;
    color: #fff;
    cursor: pointer;
}

.btn-md {
    background-color: #627a8b;
    border: 1px solid #627a8b;
    border-radius: .5rem;
    color: #fff;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.btn-md:hover {
    background-color: var(--blue);
    text-decoration: none;
    cursor: pointer;
}

.btn-md:disabled {
    background-color: #f5f5f5;
    color: #a0a0a0;
    cursor: not-allowed;
}

.card-white {
    background: #ffffff;
    border-radius: 1.5rem;
    margin: 1rem auto;
    padding: 2rem;
}

.card-white img {
    display: block;
    margin: 2rem auto;
    max-width: 25%;
}

.contact-value {
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem 1rem;
    transition: .3s ease-in-out;
}

.contact-value:hover {
    background: #f5f5f5;
}

.contact-value svg {
    color: crimson;
}

.form-border {
    background: #fff;
    border: 1px solid #364054;
    border-radius: 0.5rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    padding: 1rem;
}

.form-border p {
    color: #364054;
}
/* 
* My Profile cards
*/
.form-data p:first-of-type {
    color: #a0a0a0;
}

.hero-sm {
    /* background-image:  radial-gradient(#c9d0df 1.5px, transparent 1.5px), radial-gradient(#c9d0df 1.5px, #2a3143 1.5px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px; */
    background: url('/images/portada.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 30vh;
    width: 100%;
    z-index: 1;
}

.hero-bg {
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    width: 100%;
}

.hero-content {
    width: 100%;
    height: 100%;
}

.hero-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.hero-logos img {
    height: 5rem;
    margin: 0 1rem;
}

.hero-logos-fd {
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
}

.hero-logos-fd-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-logos-fd-text .fiscalia {
    font-size: 2.3rem;
    letter-spacing: 2px;
}

.hero-logos-fd-text .digital {
    font-size: 1.9rem;
    letter-spacing: 8px;
}

.hero-heading {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.logo-fd {
    width: 15rem;
}

.section-divider {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
}

.section-divider p {
    color: #6d7381;
    font-size: 1.2rem;
    font-weight: 600;
}
