* {
 box-sizing: border-box;
}
.search {
    border-radius: 15.471px;
    box-shadow: 0px 11.341px 20.251px 0px rgba(0, 0, 0, 0.15);
}

.bg-color_custom {
    background-color:#f8fafc;
}

input:focus {
    outline: none;
    /* border-color: #334155 !important; */
}

/* .header-custom {
    height: 550px;
    background: url(../v2/img/bg.jpg) fixed;
} */

.bg-header_custom {
    /* height: max-content; */
    min-height: -webkit-fill-available;
    object-fit: cover;
}

.img-bg-card_custom {
    background-image: url(../v2/img/card-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.img-bg-section_custom {
    background: url(../v2/img/bg3.png) no-repeat center center;
    background-size: cover;
}

.img-bg-section_custom_2 {
    background-image: url(../v2/img/bg-datos-abiertos.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-bg-footer_custom {
    background-image: url(../v2/img/bg-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-shadow_custom {
    box-shadow: -1px -80px 0px 0px rgba(255,255,255,1) inset;
    -webkit-box-shadow: -1px -80px 0px 0px rgba(255,255,255,1) inset;
    -moz-box-shadow: -1px -80px 0px 0px rgba(255,255,255,1) inset;
}

.img-logo {
    width: 130px;
}
