.bg-header {
    background: #1E242D;
}

.headerbgra {
    background: radial-gradient(50% 50% at 50% 50%, #4B6CB7 0%, #182848 100%);
}

.nav-responsive {
    display: none;
}

nav a {
    color: black !important;
}

.margin-logo {
    margin-right: 30px;
}

.bgImage {
    background-image: url('../../../build/img/global-communication-background-business-network-design\ 1.png');
    background-color: #8ef1f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
    min-height: 100%;
}


.titulo-web-left {
    text-align: center !important;
}

.titulo-web-right {
    text-align: center !important;
}

@media (min-width: 800px) {
    .titulo-web-left {
        text-align: left !important;
    }
    .titulo-web-right {
        text-align: right !important;
    }
}

.ocultar {
    overflow: hidden;
}

.owl-dots {
    display: none !important;
}

.ver {
    object-fit: contain !important;
}


.banner-headers {
    display: flex;
    justify-content: center;
}


.no-response {
    font-size: 0.7em;
}

.banner-top-alienacion{
    padding-right: 0.6rem;
}

.border-main{
    border: 0.3rem solid #8ef1f2;
}


@media (min-width: 800px) {
    .banner-top-alienacion{
        padding-right: 2.6rem;
    }

    .banner-headers {
        padding: 0.1rem;
    }
    
    .no-response {
        font-size: unset;
    }

    .border-main{
        border: 1rem solid #8ef1f2;
    }

      
}


.bg-btn-menu{
    background-color: #e8fcfc !important;
    border: 1px solid #d4d9d9 !important;
    border-radius: 10px !important;
    font-weight: bold !important;
}


.col-2-logo {
    flex: 0 0 auto;
    width: 10% !important;
  }
  
  .col-10-logo {
    flex: 0 0 auto;
    width: 90% !important;
  }