.img-container {
    background: url(https://repo-tqe-xaws.s3-us-west-1.amazonaws.com/realidad-virtual/introduction.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 84px;
    width: 100%;
    height: 75vh;
}
.custom-element-list{
    background-image: url("https://repo-tqe-xaws.s3-us-west-1.amazonaws.com/realidad-virtual/paloma-01.png");
    background-size: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
    color: #3C4355;
    line-height: 20px;
    margin-top: 10px;
    padding: 0px 0px 0px 25px;
}
.custom-element-list-o{
    background-image: url("./../../../../resources/images/util/asterisk-black-star-shape2.svg");
    margin-left: 10px;
    background-repeat: no-repeat;
    color: #3C4355;
    line-height: 20px;
    margin-top: 5px;
    padding: 0px 0px 0px 25px;
}

.blue-tqe {
    background-color: #328299 !important;
}

.what-info-content{
    position: absolute;
    top: 20%;
    left:0;
    width: 40%
}

@media(max-width: 768px){
    #title-rv{
        margin-top: 50px!important;
    }
    #img-what{
        display: none;
    }
    .what-info-content{
        top:0;
        position: relative;
        width: 100%
    }
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}