@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
.page-wrapper{
    background-color: #EFF4FF;
}
.header-transparent .navbar-main .container:not(.border-0)::after {
    opacity: 0.4;
    bottom: -2rem;
}
.bg-cover{
    background-size: 114%;
}
.shape-container {
    z-index: 0;
}
.grid-home{
    margin-top: -330px;
}
.card-photo{
    height: 325px;
    overflow: hidden;
}

.shape-container svg {
    fill: #eff4ff;
}
.bg-gold{
    background: #5b94b0;
    border-color: #5b94b0;
    color: white;
}
.text-gold{
    color: #B88A52;;
}
.bg-gradient-blue {
    background: linear-gradient(
180deg, #052159 0, #142a5b 100%) !important;
}

.icon-sm:not(.icon-shape) svg {
    width: 1rem !important;
    height: 1rem !important;
}
.bg-ministerio{
    background-position: top center;
    background-size: 100%;
    height: 950px;
}
.display-3 span {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    vertical-align: middle;
    font-weight: 100;
}
.space-100{
    height: 100px;
    width: 100%;
}
.space-150{
    height: 150px;
    width: 100%;
}
.space-200{
    height: 200px;
    width: 100%;
}

/* card-badge */
.link-block-service {
    text-decoration: none;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.service-image {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 348px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
    transition: -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
    transition: transform 200ms ease-out, filter 200ms ease-out;
    transition: transform 200ms ease-out, filter 200ms ease-out, -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
}
.image-blur-shadow {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    overflow: hidden;
}

.multimedia-image {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transition: -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
    transition: -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
    transition: transform 200ms ease-out, filter 200ms ease-out;
    transition: transform 200ms ease-out, filter 200ms ease-out, -webkit-transform 200ms ease-out, -webkit-filter 200ms ease-out;
}

.icon-bg-absolute {
    position: absolute;
    left: 42px;
    bottom: -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(1 29 38 / 7%);
}
.icon {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.block-text-service {
    margin-top: 15px;
    padding: 20px 42px 17px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(1 29 38 / 7%);
    -webkit-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
}

.image-clear {
    width: 112%;
    height: 100%;
    max-width: none;
    border-radius: 0px !important;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: -30px;
}
.image-blur {
    position: absolute;
    left: 0%;
    top: 15px;
    right: 0%;
    bottom: 0%;
    z-index: -10;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 20px;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: perspective(1000px) scale(0.85);
    transform: perspective(1000px) scale(0.85);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.border-4 {
    border-width: 3px!important;
}
body, html {
    overflow-x: inherit !important;
}

.sticky{
    height:300px;
    top:50px;
}
.opacity-98{
    opacity:0.98
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 30%) !important;
}
.iconos{
    width: 1.8rem !important;
    height: 1.8rem !important;
}
.form-control, .custom-select {
    border-color: #0521596e;
}
.form-check-label{ font-size:12px;}

@media screen and (max-width: 920px) {
    .bg-ministerio {
        height:initial;
        background-size: 150%;
    }
    .bg-cover{
        background-size: cover;
    }
    .display-3 span {
        font-size: 22px;
    }
    .bg-size--cover{
        background-size: 170%;
    }
    .card-photo{
        height:initial;
    }
    .header-transparent + section {
        padding-top: 2rem !important;
    }
    .sticky-top{
        position:initial;
    }
}
@media screen and (max-width: 480px) {

    .grid-home{
        margin-top: -165px;
    }
    .flat-ministerio.bg-size--cover {
        background-size: cover !important;
    }

    .image-clear {
        border-radius: 10px;
    }
    .bg-ministerio {
        background-size: 160% !important;
    }
}
@media screen and (max-width: 800px) {
    .grid-home {
        margin-top: -150px;
    }
    .bg-cover {
        background-size: 100%;
    }
    .header-transparent .navbar-main .container:not(.border-0)::after{
        display: none !important;
    }
}

/** NEW **/
.card {
    box-shadow: none !important;
    border-radius: 0px !important;
    border: none !important;
}

img.card-img {
    border-radius: 0px !important;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 0px !important;
}

img.image-clear-mini {
    margin-left: 0px;
    margin-right: -30px;
}

.marginTop-80{
    margin-top: 80px;
}

.btn-primary {
    color: #fff;
    border-color: #025b96 !important;
    background-color: #025b96 !important;
}
.copyright {
    background-color: #001f4c !important;
}
.footer {
    background-color: #02376b !important;
}