@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import 'https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap';

main {
    background: #b3b3b3;
    display: flex;
    justify-content: center;
    line-height: 1.75;
    font-family: 'Quicksand', sans-serif;
    background: var(--base-color);
    background: var(--background-color);
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    width: 100vw;
}

section {
    min-width: 60rem;
    display: flex;
}

section.show #categorias,
section.show #phone,
section.show #info {
    opacity: unset;
    transform: unset;
}

#categorias {
    padding: 2rem;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    width: 248px;
    transition: .3s all;
}

.segmento-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    width: 184px;
}

.segmento-item {
    display: block;
    text-decoration: none;
    text-align: center;
    color: black;
    margin-bottom: 0.7rem;
    transform-origin: bottom left;
    /* position: absolute; */
}

.segmento-item span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #0005;
    color: #fff;
    font-family: 'Roboto' Arial, Helvetica, sans-serif;
    font-size: .85rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.segmento-item .segmento-bg {
    position: relative;
    width: 8.5rem;
    height: 5.2rem;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid var(--base-color);
    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;
}

.segmento-item .segmento-bg:hover {
    background-size: calc(100% + 3rem);
}

#status-bar-mobile {
    top: 0;
    z-index: 25;
    height: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.1rem 1.3rem;
    padding-bottom: 0;
    padding-left: 23px;
    align-items: center;
    opacity: .8;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: 'Roboto';
}

#status-bar-mobile img {
    height: 0.9rem;
 }

 #status-bar-mobile #hora {
    padding-right: 10px;
 }

 #status-bar-mobile #autofalante {
    width: 30%;
    height: 48%;
    margin-top: -5px;
    box-shadow: 0px 1px 0px #00000030 inset;
    border-radius: 6px;
    background: url(pattern1.png);
    opacity: 0.5;
 }

 #phone {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: .3s all;
 }



#info {
    padding: 2rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: .3s all;
}

#info .description {
    font-size: 18px;
    color: #fff;
    line-height: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
}

#info .your-mobile {
    max-width: 300px;
    margin: 20px auto 0px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

#info .qr-png {
    display: flex;
    justify-content: center;
    align-items: center;
}

#info .qr-png #qrimage{
    padding: .6rem;
    background: #fff;
    border-radius: 5px;
}

.device-iphone-x .device-frame {
    background: #fbfbfb;
    border-radius: 35px;
    box-shadow: inset 0 0 5px 2px #c7c7c7ab, inset 0px 1px 5px 7px #ebebeb59, 0 0 37px #0000008a, 0 0 10em rgb(0 0 0 / 30%);
    padding: 3px;
    transform: scale(.8) rotateX(
10deg) translateY(-43px);
    height: 770px;
    border-bottom: 5px solid #969696;
    width: 390px;
}

iframe {
    height: calc(100% - 33px);
    width: 100%;
    border-radius: 27px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    perspective: 1000px;
}

.device-iphone-x {
    height: 770px;
    width: 400px;
    perspective: 1000px;
}

#bottom-shaddow {
    position: absolute;
    bottom: 7px;
    height: 13px;
    z-index: -1;
    width: 86%;
    margin-left: 7%;
    background: #fff0;
    left: 0;
    box-shadow: 0px 14px 19px 1px #000;
}

.title {
    background: #fff;
    display: inline-block;
    padding: 0px 20px;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: #fff;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
    background: transparent!important;
    font-family: 'Roboto', sans-serif;
}

.tagline {
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--font-color);
}

.button-store {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
    display: flex;
    justify-content: center;
}

.button-store .custom-btn {
    padding: 10px 25px;
    border: 1px solid #fff;
    font-weight: 500;
    border-radius: 3px;
    min-width: 180px;
    text-decoration: none;
}

.button-store .custom-btn#btn-cadastrar {
    background: var(--bg-main-btn);
    border-color: #00000008;
}

.button-store .custom-btn:hover {
    border-color: #fff!important;
    background-color: #fff!important;
}

.button-store .custom-btn:hover * {
    color: var(--font-color)!important;
}

.button-store .custom-btn p {
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

.button-store .custom-btn p span {
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s;
}
