.portada {
    background-image: url('../media/img/infraestructura_nl/inicio/fondohomeacceso-15.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0%;
    justify-content: center;
}

.navbar-brand {
    padding:0px;
}

.menu-principal {
    flex-grow: 0.5;
}
.top-nav {
    padding: 0rem 7rem;
    justify-content: space-between !important;
}


.idxVideos {
    /*float: left;
    overflow: hidden;*/
    height: auto;
    width: 100%;
    /*padding: 1rem 9rem;*/
}

header {
    background-color: #175982;
}

.carousel-inner {
    height: auto;
    width: 100%;
}

.video-fluid {
    height: auto;
    width: 100%;
}


    .idxNosotros {
        height: 200px;
        width: 710px;
        margin: 5px;
        float: left;
        overflow: hidden;
    }

        .idxNosotros div {
            height: 200px;
            width: 710px;
            background: linear-gradient( rgba(23, 89, 130, 0.45), rgba(23, 89, 130, 0.45) ), url('../media/img/infraestructura_nl/inicio/NOS.jpg') center;
            transition: all 1s ease;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: rgba(255, 255, 255, 0.65);
        }

        .idxNosotros:hover div {
            transform: scale(1.5);
        }

        .idxNosotros div h1 {
            font-size: 45pt;
            font-weight: bold;
        }

.idxObras {
    height: 200px;
    width: 710px;
    margin: 5px;
    float: left;
    overflow: hidden;
}

    .idxObras div {
        height: 200px;
        width: 710px;
        background: linear-gradient( rgba(115, 175, 198, 0.45), rgba(115, 175, 198, 0.45) ), url("../media/img/infraestructura_nl/inicio/ESFERA EL CARMEN.jpg") center;
        transition: all 1s ease;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: rgba(255, 255, 255, 0.65);
    }

        .idxObras:hover div {
            transform: scale(1.5);
        }

        .idxObras div h1 {
            font-size: 45pt;
            font-weight: bold;
        }


    .Noticias {
        margin: 2%;
        float: inline-start;
    }

    .card-columns {
        @include media-breakpoint-only(lg) {
            column-count: 4;
        }

        @include media-breakpoint-only(xl) {
            column-count: 5;
        }

        margin: 3%;
    }

    .card {
        box-shadow: 2px 2px 4px #00000070;
    }

    .card-text {
        max-height: 318px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .modal-header{
        background-color: #5A9ABA;
        color: #FFF;
    }

.modal-footer {
    background-color: #5A9ABA;
    color: #FFF;
}

@media (max-width:768px) {
        .carousel-inner {
        height: auto;
        width: 100%;
    }

    .video-fluid {
        height: auto;
        width: 100%;
    }


    .idxNosotros  {
        height: 100px;
        width: 100%;
    }
        .idxNosotros div {
            display: inline-block;
            width: 100%;
            background: linear-gradient( rgba(0, 38, 255, 0.80), rgba(0, 38, 255, 0.80) );
        }

    .idxObras  {
        height: 100px;
        width: 100%;
    }
        .idxObras div {
            display: inline-block;
            width: 100%;
            background: linear-gradient( rgba(0, 38, 255, 0.80), rgba(0, 38, 255, 0.80) );
        }
}
