﻿.banner {
    padding: 0;
}

.secao1-home {
    /*background-image: url(assets/image/img-secoes/secao1-home.jpg);
    background-position: right bottom;*/
}

#slide h2 {
    float: none;
}

#slide .btn {
    clear: both;
    float: left;
}

.carousel {
    height: 100%;
}

.carousel-inner {
    background-color: #fff;
}

.carousel-indicators .active {
    background: #0073c1;
}

.carousel-caption {
    right: 0;
    left: 0;
    text-align: left;
    position: relative;
    top: 25%;
    text-shadow: none;
    margin-top: 2%;
}

.carousel-inner .container {
    position: relative;
}

/*
.detalhe-banner-1 {
    position: relative;
}


.banner-1 img {
    position: absolute;
    bottom: -30px;
}

.banner-3 img {
    margin-left: 100px;
    position: absolute;
    bottom: -30px;
}

.banner-4 img {
    position: absolute;
}
*/

.carousel-inner a.img-video-netnfc-e {
    position: absolute;
    right: 0px;
    top: 35%;
}

    .carousel-inner a.img-video-netnfc-e img {
        width: 100%;
    }

.secao1-home .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #b3b3b3;
    border: 2px solid #fff;
}

.secao1-home .carousel-indicators .active {
    background-color: #0073c1;
}

#myModalvideo .modal-content, #video-netNFC-e .modal-content, #myModalbanner .modal-content {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

#myModalvideo .modal-body, #video-netNFC-e .modal-body, #myModalbanner .modal-body {
    padding: 15px !important;
}

#myModalvideo .close, #video-netNFC-e .close, #myModalbanner .close {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    font-family: 'Arial Black', Gadget, sans-serif;
    text-shadow: none !important;
    filter: alpha(opacity=0);
    opacity: 100;
    z-index: 900;
    position: relative;
    right: -10px;
}

#myModalbanner img {
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

@media (min-width: 970px) {
    .carousel-inner, .carousel-inner > .item {
        /*height: 615px;*/
    }

    .item .bg-custom {
        height: calc(100% - 123px);
        margin-top: 123px;
    }
}

@media (min-width: 768px) {
    .carousel-inner .container {
        min-height: 408px;
    }
}

@media (max-width: 768px) {
    .carousel {
        min-height: 350px;
    }
}

/*@media (min-width: 1650px) {
    .carousel-inner, .carousel-inner > .item {
        height: 725px;
    }
}*/


div.outsideCover {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}

div.nsOverlay {
    z-index: 1050;
    overflow-y: auto;
    padding: 10px 0 10px 0;
    background-color: rgba(0,0,0,.5);
    transition: background-color .15s;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
}

    div.nsOverlay > div.nsOverlayBlock {
        margin: auto;
        background-color: white;
        padding: 2vw;
        border-radius: 5px;
        min-width: 80%;
        width: 700px;
        max-width: 90%;
        align-items: center;
        justify-content: center;
        min-height: 30vh;
        z-index: 10;
        text-align: center;
    }


#btnFecharOverlay {
    float: right;
    color: black;
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: bold;
}

div.nsOverlayBlock h3 {
    font-weight: bolder;
    color: #2ebbff;
    font-size: 38px;
}

div.nsOverlayBlock p {
    font-weight: bold;
    font-size: 18px;
    color: #13458c;
}

    div.nsOverlayBlock p a {
        color: #2ebbff;
        text-decoration: underline;
    }
