/* navbar */
.logo {
    width: 120px
}

.nav-brand {
    padding: 0px 5px
}

.nav-silver {
    margin: 0
}

.nav-silver > img {
    opacity: 0.6
}

.nav-silver:hover > img {
    opacity: 1;
    transition: 0.2s ease-in
}

.main-image-content{vertical-align: inherit}
.nav-menu li:hover > a,
.nav-menu li:focus > a,
.nav-menu li:hover:focus > a {
    color: #7683C0 !important
}

.navigation-portrait .nav-brand {
    line-height: inherit
}

.inicio h2 {
    font-size: 2em
}

/* inicio */
.circle-laxamin {
    width: 100%;
    position: absolute;
    height: 90vh;
    background: #7683C0;
    -webkit-clip-path: ellipse(100% 50% at 50% 16%);
    clip-path: ellipse(100% 50% at 50% 16%);
}

.points-magnesiano {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.1;
}

.inicio-silver .inicio-text h2 {
    background: #fff;
    padding: 0px 20px;
    width: fit-content;
    color: #a60000
}

.inicio-text h6 {
    color: #7683C0
}

.inicio-silver img,
.inicio img {
    text-align: center;
    width: 100%
}

.section-heading .section-heading-line {
    background: #7683C0
}

.section-heading-line {
    background: #7683C0
}

.card-header h5 a {
    font-size: 14px
}

/* secciones */
.process-steps-background .process-step-sm i {
    background: transparent;
    color: #7683C0
}

.process-steps-background .process-step-sm:hover i {
    background: #7683C0
}

.section-block {
    padding: 50px 0px
}

.number-box p:after {
    background: transparent
}

.primary-list li {
    color: #fff
}

.black-list li i {
    color: #7683C0
}

.black-list li {
    color: #222 !important
}

.feature-block-2 p {
    font-size: 12px
}

.card-primary a:hover {
    color: #7683C0
}

.card-primary .collapsed:after {
    color: #7683C0
}

.feature-bordered {
    height: 400px
}

.feature-block-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.feature-block-2 i {
    color: #7683C0;
}

.list-constipacion {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 30px
}


/* botones */
.white-button {
    color: #009ad1b8
}

.process-step-xs .process-step-icon i {
    color: #009ad1b8
}

.main-image-content {
    height: auto
}

/* footer */
.footer-link {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

/* mediaqueries */
@media screen and (min-width:992px) {

    .main-image-content {
        vertical-align: middle
    }

    .home-align {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .inicio {
        min-height: 10%;
        height: 70vh;
    }

    .circle-laxamin {
        ;
        -webkit-clip-path: ellipse(100% 50% at 43% 16%);
        clip-path: ellipse(100% 50% at 43% 16%);
    }

    .inicio h2 {
        font-size: 2.5em
    }

    .inicio-silver {
        min-height: 10%;
        height: 70vh
    }

    .inicio-silver h2 {
        font-size: 40px
    }

    .inicio-text {
        text-align: left
    }
}
