

body{
    font-family: 'Quicksand', sans-serif;
}
.enter-button{
    position: absolute;
    top: 64px;
    right: 8px;
}
.bg-secondary-color{
    background: var(--bg-secondary);
}
.home-illustration{
    max-width: 350px;
    width: 80%;
}

.home-title-secondary{
    color: #616161;
}
.home-title-primary{
    color: #546E7A;
}
#error-container-phone{
    color: #c62828 !important;
}
.wave{
    width: 100%;
    height: 150px;
}
#main-navbar{
    color: #E0E0E0 !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.iti--allow-dropdown{
    width: 100%;
}
.main-phone-title-0{
    font-size: 2.4em;
}
.main-phone-title-1{
    font-size: 2.6em;
}
.main-phone-title-2{
    font-size: 2.8em;
}
.home-phone-main{
    text-align: center;
}
@media screen and (min-width: 480px){

}
@media screen and (min-width: 767px){
    .home-phone-main{
        text-align: right;
    }
}
@media screen and (min-width: 950px){

}
.input-localize{
    width: 100%;
    background: #F5F5F5;
    border-radius: 8px !important;
    border: solid #BDBDBD 2px !important;
    padding: 8px 16px;
    display: block;
    font-size: 1.4em;
}

.input-localize:focus{
    width: 100%;
    border: solid #616161 1px !important;
    outline: none;
}

.button-localize{
    background: #424242;
    padding: 8px 24px;
    color: #fff;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.feature-icon{
    width: 64px;
    height: 64px;
}

.feature-name{
    font-weight: 700;
    font-size: 1.4em;
    padding: 0;
    margin: 0;
}

.step-number{
    font-size: 2em;
    font-weight: 700;
}

.step-title{
    font-size: 1.2em;
    font-weight: 700;
}

.step-title,
.step-desc{
    padding: 0;
    margin: 0;
}

.check-feature{
    font-size: 1.6em;
    color: #424242;
}
