﻿@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');

.smartphone .container {
    margin: 0 auto;
    width: 20em;
}

.smartphone .phoneShell {
    height: 34em;
    width: 19em;
    border: 1px solid #1e2434;
    box-shadow: inset 1px 1px 12px 1px rgba(174, 176, 178, 0.3);
    border-radius: 15px;
    margin: 2em auto;
    background: #1e2434;
}

.screen {
    height: 33.12em;
    width: 18em;
    margin: 0.3em auto;
    border-radius: 9px;
    overflow: hidden;
    background: #05a3e7;
    box-shadow: rgba(30, 30, 30, 0.8) -5px 15px 70px 1px;
}

.smartphone #battery {
    margin: 3px 4px;
    font-size: 1.4rem;
    color: #fff;
}

.smartphone #time {
    float: right;
    margin: 3px 5px;
    font-family: 'Work Sans', sans-serif;
}

.smartphone .text {
    text-align: center;
    font-family: 'Work Sans', sans-serif;
}

.smartphone .buttons {
    background: #dee2e6;
    height: 2.0em;
    overflow: hidden;
    width: 100%;
    text-align: center;
    letter-spacing: 1.3em;
    margin-top: 5px;
}

    .smartphone .buttons i {
        padding-top: 7px;
        color: #8c8c8c;
        margin-left: 17px;
    }

.smartphone .volumeUp {
    height: 4.3em;
    width: 0.2rem;
    background: white;
    border: 1px solid rgba(170, 170, 170,0.8);
    margin: 4em 0.15em;
    position: absolute;
    border-right-color: transparent;
    box-shadow: inset 1px 1px 22px 1px rgba(0,0,0,0.1);
}

.smartphone .volumeDown {
    height: 4.3em;
    width: 0.2rem;
    background: white;
    border: 1px solid rgba(170, 170, 170,0.8);
    margin: 10em 0.15em;
    position: absolute;
    border-right-color: transparent;
    box-shadow: inset 1px 1px 22px 1px rgba(0,0,0,0.1);
}


.smartphone #fingerprint {
    color: #2163ff;
    font-size: 2rem;
    margin: -2em 3.4em;
    float: left;
    border-radius: 10em;
    border: 1.5px solid blue;
    padding: 1rem 1rem;
}

    .smartphone #fingerprint:active {
        background: #2163ff;
        color: white;
    }

.smartphone .col-z p {
    color: #312f3a;
    font-weight: 900;
    margin-top: 10px;
    font-size: 18px;
}

    .smartphone .col-z p:after {
        display: block;
        content: "";
        position: relative;
        margin: .40em auto;
        width: 60px;
        background-color: #fff;
        height: 2px;
        margin-top: 10px;
    }


@media (min-width:991px) {
    .smartphone {
        margin-top: -100px;
    }
}

.smartphone .owl-carousel .owl-nav.disabled {
    display: block;
}


.smartphone .owl-carousel .owl-item img {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.smartphone .linha1 {
    border-right: 2px solid #fff;
}

    .smartphone .linha1 p {
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 15px;
    }

.smartphone .linha2 p {
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 15px;
    color: #1a2737;
    font-size: 12px;
    font-weight: 600;
}

.smartphone .owl-prev span {
    color: #fff;
    font-size: 86px;

}

.smartphone .owl-next span {
    color: #fff;
    font-size: 86px;
}

.smartphone .owl-carousel .owl-nav button.owl-next {
    outline: none !important;
    float: right;
    margin-right: 25px;
}

.smartphone .owl-carousel .owl-nav button.owl-prev {
    outline: none !important;
    float: left;
    margin-left: 25px;
}

.smartphone .uma-linha {
    margin-top: 10px;
}
