/*!
 * Copyright 2019 Flea
 * Author: Sanchez Santiago Herman Fernando <hermanfernando@hotmail.com>
 * Created: 31.01.2019
 * Description: Hoja de estilos definida para todo componente que forme parte de
 * del maquetado principal del proyecto.
 */

/*body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

.card {
  height: 100%;
}

.custom-button {
    border: none !important;
    background: none !important;
}

#navbar-test a:hover {
    color: #ff0018!important;
}

.bold-text {
    font-weight: bold !important;
}

.white-background {
    background-color: #fff !important;
}

header .jumbotron {
    background-color: #fff !important;
}

.less-border {
    border: none;
}

.nav-link:hover {
   color: #fff!important;
}

.mrg-top-10 {
    margin-top: 10px !important;
}

.slider_area .single_slider {
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider_bg_1 {
    background-image: url(https://technext.github.io/conbusi/img/banner/banner.png);
/*    background-image: url(../img/banner/banner.png);*/
}

.overlay2 {
    position: relative;
    z-index: 0;
}


.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/*#08.Junio.2020*/
.bg-decflow {
    background-color: #001D38;
}

.text-decflow {
    color: #001D38;
}

html {
    scroll-behavior: smooth;
}

.pt-8 {
    padding-top: 80px !important;
}

.txt-btn-info {
    color: #fff !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-45 {
    margin-bottom: 4.5rem !important;
}

.mb-31 {
    margin-bottom: 3.1rem !important;
}

.mb-14 {
    margin-bottom: 1.4rem !important;
}

.mb-16 {
    margin-bottom: 1.6rem !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.bc-card {
    background-color:  rgba(0,0,0,.03) !important;
}

.border-tl-radius-30 {
    border-top-left-radius: 30px !important;
}

.border-br-radius-30 {
    border-bottom-right-radius: 30px !important;
}