body.mobile .hidde-on-mobile {
    display: none !important;
}

body:not(.mobile) .hidde-on-desktop {
    display: none !important;
}

.noselect,
.noselect * {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.white {
    color: #fff;
}

footer ul li p{
    margin: 0!important;
    font-size: 14px!important;
}

.mh-40 {
    max-height: 40px !important;
}

.container-welcome-image {
    transform: scale(0.85) translateY(-49px);
}

.align-center {
    text-align: center;
}

#iphone-screen {
    width: 285px;
    height: 615px;
    position: absolute;
    bottom: 23px;
    perspective: 1000px;
    right: 0;
    transform: rotateX(3deg) rotateY(8deg) rotateZ(362deg) translateX(-64px)
        translateY(-25px) skew(8.4deg, -2deg);
}

.image-welcome {
    margin-left: 0;
    margin-top: -10rem;
    perspective: 1000px;
}

.image-welcome img {
    min-width: 504px;
    min-height: 780px;
}

.navbar-brand1 img,
.navbar-brand2 img {
    max-width: unset!important;
}

.navbar-brand2 {
    width: unset;
    padding-top: 0;
    max-height: 34px;
    padding: 6px!important;
}

section.bg-grey {
    background: #f8f8f8;
}

/* SECTION FEATURES */

section#features {
    background: #e5917c;
    background: #a0a0a0;
}
section#features p {
    color: #fff;
}
section#features .icon {
    color: #111;
}
section#features .feature-box:hover h4 {
    color: #000;
}

/* SECTION FEATURES */
section#services .service-single .icon {
    background-color: #e9b7b7;
}
section#services .service-single:hover {
    background-color: #e9b7b7;
}
section#services .service-single:hover p {
    color: #fff;
}
section#services .service-single:hover .icon {
    color: #e9b7b7;
}

/* SECTION OVERVIEW */
section#overview {
    /* background-color: #e9b7b7; */
}
/* section#overview .section-title p {
    color: #fff;
} */
section#overview .icon {
    background-color: #e9b7b7;
}
section#overview .overview-box:hover {
    background-color: #ffffff3d;
}
section#overview .overview-box:hover .icon {
    background-color: #fff;
    color: #e9b7b7;
    border: 1px solid;
}
section#overview:before {
    background-color: #adadad1a;
}
section#overview .overview-list .fa-li {
    color: #ffffff6e;
}
/* section#overview .overview-list p {
    color: #fff;
} */
section#overview .btn {
    background: #d2d2d2;
    color: #000;
}

section#contact{
    background: white;
}

section#contact .btn {
    background-color: #656d78;
}

section#contact .btn:hover {
    background-color: #5a5e63;
}

form .form-group .empty,
form .form-group .error {
    margin-top: .5rem;
    font-weight: bold;
    color: #d41203!important;
}

.btn-testar-app-container {
    position: absolute;
    width: 100%;
    z-index: 50;
    top: 8rem;
}

.btn-testar-app {
    margin: 2rem 0;
}

/* SECTION SCREENSHOTS */
section#screenshots {
    background-color: #a0a0a0;
    overflow: hidden;
}
body.mobile section#screenshots .section-title {
    margin-bottom: 9rem;
}
section#screenshots .section-title p {
    color: #fff;
}
section#screenshots .segmento-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    border: 100%;
}
section#screenshots .segmento-item .segmento-bg {
    width: 20rem;
    height: 8rem;
    background-position: center;
    border-radius: 0.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0;
    transition: background-size 0.2s ease-in;
    -moz-transition: background-size 0.2s ease-in;
    -ms-transition: background-size 0.2s ease-in;
    -o-transition: background-size 0.2s ease-in;
    -webkit-transition: background-size 0.2s ease-in;
}
section#screenshots .segmento-item .segmento-bg span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #535866a1;
    color: #fff;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section#screenshots .segmento-wrapper * {
    max-width: 100% !important;
}
section#screenshots .segmento-item .segmento-bg:hover {
    background-size: calc(100% + 3rem);
}
section#screenshots .container-segmentos-scrollbar {
    max-height: 8rem;
}

#phone-test-container {
    display: flex;
    flex-direction: row;
}

section#screenshots #wrapper {
    margin-left: 10rem;
    margin-top: -12rem;
    transition: all 0.5s ease;
}

section#screenshots #wrapper[data-view="1"] {
    margin-top: -12rem;
}
section#screenshots #wrapper[data-view="2"] {
    margin-top: 0rem;
    margin-bottom: 3rem;
}
section#screenshots #wrapper[data-view="3"] {
    margin-top: -4rem;
    margin-right: 7rem;
    margin-left: 6rem;
}

#controle-phone-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: -3rem;
}
#controle-phone-view img {
    max-height: 100%;
    cursor: pointer;
}
#controle-phone-view img:hover,
#controle-phone-view img.selected {
    filter: invert(1);
    opacity: 0.5;
}

#controle-phone-view #phone-view-front {
    height: 5rem;
}

#controle-phone-view #phone-view-side {
    height: 6rem;
}
#controle-phone-view #phone-view-perspective {
    height: 5.5rem;
}

.phone {
    border: 5px solid #ddd;
    /* border-top-width: 20px; */
    /* border-bottom-width: 6px; */
    /* border-width: 55px 7px; */
    border-radius: 40px;
    margin: 50px auto;
    overflow: hidden;
    transition: all 0.5s ease;
}

.phone iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
/*Different Perspectives*/

.phone.view_1 {
    transform: rotateX(50deg) rotateY(0deg) rotateZ(-50deg);
    box-shadow: -3px 3px 0 #bbb, -6px 6px 0 #bbb, -9px 9px 0 #bbb,
        -12px 12px 0 #bbb, -14px 10px 20px #000, 0 0 8em rgb(0 0 0 / 20%);
}

.phone.view_2 {
    transform: rotateX(0deg) rotateY(-60deg) rotateZ(0deg);
    box-shadow: 5px 1px 0 #bbb, 9px 2px 0 #bbb, 12px 3px 0 #bbb, 15px 4px 0 #bbb,
        0 7px 20px #999, 0 0 8em rgb(70 70 70 / 40%);
}

.phone.view_3 {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    box-shadow: 0px 3px 0 #bbb, 0px 4px 0 #bbb, 0px 5px 0 #bbb, 0px 7px 0 #bbb,
        0px 10px 20px rgb(61, 58, 58), 0 0 8em rgb(70 70 70 / 40%);
}
/*Controls*/

#controls-phone {
    display: none !important;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0.9em;
    color: #333;
}

#controls-phone div {
    margin: 10px;
}

#controls-phone div label {
    width: 120px;
    display: block;
    float: left;
}

#views-phone {
    display: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
}

#views-phone button {
    width: 198px;
    border: 1px solid #bbb;
    background-color: #fff;
    height: 40px;
    margin: 10px 0;
    color: #666;
    transition: all 0.2s;
}

#views-phone button:hover {
    color: #444;
    background-color: #eee;
}

#phone-info {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
}
#phone-info .phone-info-item {
    display: flex;
    color: #fff;
}

#phone-info .info-counter {
    width: 3rem;
    height: 3rem;
    background-color: #0000002e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
}
#phone-info .info-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 1rem;
}
#phone-info .info-text h4 {
    color: #fff;
    margin-bottom: 0;
}
#phone-info .info-text p {
    color: #fff;
}

#qr-code {
    margin-left: 21rem;
    border-radius: 5px;
    padding: 0.5rem;
    background: #fff;
    padding-bottom: 0.1rem;
}

#main-phone-view .phone-info-item {
    transition: all 0.5s ease;
    max-width: 24rem;
    margin-bottom: 1.5rem;
}

/* #main-phone-view #phone-info .item-5 {
  display: none;
} */

#main-phone-view[data-view="1"] #phone-info .item-1 {
    margin-left: -16rem;
    max-width: unset;
    margin-bottom: unset;
}

#main-phone-view[data-view="1"] #phone-info {
    margin-top: 0;
}

#main-phone-view[data-view="1"] #phone-info .item-2 {
    margin-left: -5.5rem;
}

#main-phone-view[data-view="1"] #phone-info .item-3 {
    margin-left: 11.5rem;
}

#main-phone-view[data-view="1"] #phone-info .item-4 {
    margin-left: 15.5rem;
    opacity: 0;
}

#main-phone-view[data-view="1"] #phone-info .item-5 {
    margin-left: 22.5rem;
    opacity: 0;
}

#main-phone-view[data-view="1"] #phone-info .info-text p {
    /* display: none; */
}

#img-monitor-black {
    transform: scale(1.2);
}

li.feature-box-container {
    cursor: pointer;
}

li.feature-box-container.selected h4,
li.feature-box-container.selected .icon {
    color: #f7d6ac !important;
}

li.feature-box-container .icon {
    transition: all 0.3s;
}

@media (max-width: 1200px) {
    #phone-info {
        display: none;
    }
    section#screenshots #wrapper {
        margin-left: -2rem;
    }
    #phone-test-container {
        justify-content: center;
    }
}

@media (max-width: 900px) {
    #wrapper {
        transform: scale(0.8, 0.8);
    }

    section#screenshots #wrapper {
        margin-top: -20rem !important;
        margin-bottom: -7rem !important;
    }
}

@media (max-width: 500px) {
    #wrapper {
        /* transform: scale(0.4, 0.4); */
    }
}
