
/*
@media (max-width: 1025px) {
    .img-about {
        margin-left:10px;
    }
}

@media (max-width: 768px) {
    .img-about {
        margin-left:10px;
    }
}

@media (max-width: 425px) {
    .img-about {
        margin-left:0px;
    }
}*/

.img-border-radius {
    border-radius: 10px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*.footer {/.contact {
    background: url(../img/hero-bg2.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}*/

.getstarted .btn-get-started {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.cadastre {
    background: url(../img/2.png) no-repeat;
    background-position: top left;
    background-size: 1920px 800px;
}

.faq, .accordion-item, .accordion-flush .accordion-item .accordion-button {
    background-color: #eef2fa !important;
}

/*.contact {
    background: url(../img/1.png) no-repeat;
    background-position: 0px -20px;
    background-size: cover;
}*/
/*.faq {
    background: url(../img/1.png) no-repeat;
    background-position: 0px 300px;
    background-size: cover;
}*/

/*.values {
    background: url(../img/31.png) no-repeat;
    background-position: 200px 190px;
    background-size: 1500px 800px;
}

@media (max-width: 768px) {
    .values {
        background: none;
    }
}
*/

.embed-responsive-item {
    /*width: 600px;
    height: 400px;
    margin-left: 100px;*/
    width: 100%;
    height: 350px;
}

@media (max-width: 1024px) {
    .embed-responsive-item {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .embed-responsive-item {
        height: 300px;
    }
}