.btn-contact {
    position: fixed;
    top: 7em;
    right: 2em;
    background-color: #F86072;
    z-index: 100;
}

@media(max-width: 800px){
    .btn-contact{
        top: 9em;
    }
}

.form-btn{
    background-color: #50A1B8;
    color: #ffffff;
}

button:disabled, button[disabled]{
    border: 1px solid #999999!important;
    color: #ffffff!important;
    background-color: #999999!important;
}

.banner {
    width: 100%;
    height: 70vh;
}

.banner-text {
    position: relative;
    width: 70%;
    height: 70vh;
    z-index: 10;
    text-align: left;
}

.banner-text-color {
    color: #FFFFFF!important;
    font-weight: bold !important;
    margin-left: 5% !important;
}



.img-container {
    background: url(https://s3-us-west-1.amazonaws.com/repo-tqe-xaws/enterprises/people.jpeg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 84px;
    width: 100%;
    height: 75vh;
}



.img-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.img-container-courses {
    background: url(https://s3-us-west-1.amazonaws.com/repo-tqe-xaws/enterprises/courses.jpg);
    position: relative;
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.img-container-courses:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.custom-list {
    list-style-image: url("./../../../../resources/images/util/asterisk-black-star-shape2.svg");
}
.custom-element-list{
    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;
}

.custom-list-image{
    margin-top: 10px;
    padding-left: 50px;
    color: #3C4355;
    margin-bottom: 6px;
    list-style: none;
}


.custom-list img {
    vertical-align: top;
    width: 10px;
    height: 10px;
}

/*.custom-list li:before{
    content: '';
    display: inline-block!important;
    background-size: 15px;
    height: 15px;
    width: 15px;
    background-image: url('./../../../../resources/images/util/asterisk-black-star-shape.svg');
    background-repeat: no-repeat;
    margin-right: 5px;
    background-position: center center;
    vertical-align: middle;
}*/

.btn-red-tqe {
    background-color: #F06272;
    color: white !important;
}

.btn-outline-blue-tqe{
    color: #328299;
    background-color: transparent;
    border-color: #328299;
    margin: 0;
}

.btn-outline-blue-tqe:hover{
    color: white;
    background-color: #328299;
}

.question-mark-img {
    width: auto;
    height: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.cian-tqe {
    background-color: #52BFD1 !important;
}

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

.background-light-grey {
    background-color: #F2F2F2 !important;
}


/* modal styles */
.modal-header {
    background-color: #DCF2F6;
    border-color: #999999;
}

.modal-header h5 {
    color: #4D4D4D !important;
    font-weight: bold;
}

.modal-body h1, h2, h3, h4, h5, h6, p {
    color: #4D4D4D !important;
}

.close-btn-modal {
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 20px;
    background-color: #52BFD1;
}

.box-cian-light {
    background-color: #DDF0F4;
    padding: 3em 5em;
    margin: 0 2em;
}

.box-cian-light p {
    margin-bottom: 0;
}

body {
    padding-right: 0 !important
}

hr {
    margin: .5rem 0 2rem 0;
    height: 5px !important;
    width: 100px;
    background-color: #52BFD1;
}

.fixed-anchor a {
    display: block;
    position: absolute;
    top: -6em;
    visibility: hidden;
}

.p-not-link{
    color: #52BFD1 !important;
    margin-top: 1em;
}

.anchor {
    display: block;
    height: 92px;
    margin-top: -92px;
    visibility: hidden;
}

.float-caption{
    width: 33%;
    height: 50%;
    padding: 20px;
    position: absolute;
    bottom: 10%;
    left: 0px;
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev{
    display:none;
}

.logo-cliente{
    max-height: 150px;
}

.logo-container{
    display: flex;
    justify-content: center;
}
