.main1 {
    background-image: url('../images/Taxi_woman_final.png');
    background-size: cover;
    background-color: black;
    color: #ffffff;
    height: 800px;
    text-shadow: 0.5px 0.5px 0.5px #000000;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: -1;
}

.main1 #logo_big {
    height: 150px;
    width: 500px;
    position: absolute;
    top: 260px;
    left: 100px;
}

.main1 #logo_big1 {
    background-image: url('../images/partners/Restelo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
}

.main1 #logo_big2 {
    background-image: url('../images/partners/TaxisLumiar.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 260px;
    position: absolute;
    right: 0;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.8));
}

.main1 .container {
    margin-top: 200px;
    margin-right: 30px;
}

.main1 h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.main1 h3 {
    margin: 0 0 30px;
    color: #fff;
}

.main1 .arrow {
    background-image: url("../images/icons/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.7;
    width: 100px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
}

.main1 .arrow:hover {
    cursor: pointer;
    opacity: 1;
    -webkit-filter: drop-shadow(2px 2px 5px #ffffff);
}

.mid {
    display: block;
    width: 100%;
    background-color: white;
    margin-top: 800px;
}

.quadro {
    text-align: center;
    position: relative;
    min-height: 450px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 20px 0px;
    background-color: #ebeaec;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:focus:active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quadro .ghost {
    position: relative;
    height: 46px;
    width: 90%;
}

.quadro button {
    width: 90%;
    position: absolute;
    bottom: 5px;
    left: 5%;
    background-color: #ebeaec;
    border: 2px solid #34aeb6;
    color: #34aeb6;
    text-transform: uppercase;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.quadro button:hover,
.quadro button:hover:focus {
    background-color: #34aeb6;
    border: 2px solid #34aeb6;
    color: #ebeaec;
}

.quadro button:focus {
    background-color: #ebeaec;
    border: 2px solid #34aeb6;
    color: #34aeb6;
}

.quadro button:active,
.quadro button:focus:active {
    background-color: #ebeaec;
    border: 2px solid #34aeb6;
    color: #34aeb6;
}

.quadro button:hover:active {
    background-color: #34aeb6;
    border: 2px solid #34aeb6;
    color: #ebeaec;
    bottom: 3px;
}

.quadro span {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.quadro a {
    text-decoration: none;
}

.quadro h3 {
    font-size: 25px;
}

.quadro p {
    font-size: 17px;
}

.row .icon {
    position: relative;
    border-radius: 100%;
    background-color: #34aeb6;
    width: 150px;
    height: 150px;
    left: 50%;
    margin-left: -75px;
    margin-top: 10px;
    text-align: center;
}

.row .icon img {
    width: 128px;
    position: relative;
    top: 50%;
    margin-top: -64px;
}

#small img {
    width: 116px;
    position: relative;
    top: 55%;
    margin-top: -60px;
    margin-left: 3px;
}

.col-md-6 {
    margin: 0 0 30px;
}

.main2 {
    color: #212122;
    height: 500px;
    background-image: url('../images/iStock_000044760018_Full.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1;
    margin-bottom: 0px;
}

.main2 h1 {
    font-size: 45px;
    text-shadow: 1px 1px #ffffff;
}

.main2 h2 {
    font-size: 35px;
    text-shadow: 1px 1px #ffffff;
}

.main2 p {
    font-size: 20px;
}

.partners {
    position: static;
    width: 100%;
    background-color: #cccccc;
    box-shadow: 2px 0 10px black;
    text-align: center;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}

.partners div {
    max-width: 100px;
    margin: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.partners img {
    width: 100%;
    position: static;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    transition: filter 1s linear;
    transition: -webkit-filter 0.5s linear;
}

.partners img:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: none;
    /* Chrome 19+ & Safari 6+ */
    cursor: pointer;
}

footer {
    background-color: white;
}

#telemovel {
    display: none;
    overflow: hidden;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#telemovel .escuro {
    background-color: black;
    height: 100%;
    opacity: 0.8;
}

#telemovel .center {
    position: absolute;
    left: 15%;
    top: 15%;
    background-color: #e5e4e6;
    width: 70%;
    height: 70%;
    border-radius: 6px;
}

#telemovel iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#winrest {
    width: 100%;
    height: 100%;
}

#winrest .escuro {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
}

#winrest img {
    position: fixed;
    z-index: 9999;
    width: 550px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -388.5px
}

#winrest .click {
    position: fixed;
    top: 30px;
    left: calc(50% + 255px);
    z-index: 9999;
    cursor: pointer;
}

#winrest .click span {
    color: white;
    font-size: 22px;
    display: block;
    border-radius: 100%;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 3px solid #ffffff;
    background-color: rgba(191, 191, 191, 0.8);
}

#winrest .click span:hover {
    background-color: rgba(120, 120, 120, 1);
    color: #dbdbdb;
    border: 3px solid #dbdbdb;
}

@media only screen and (max-width:1200px) {
    #telemovel .center {
        position: absolute;
        left: 0;
        top: 100px;
        width: 100%;
    }
    .main1 #logo_big {
        width: 460px;
        left: 20px;
    }
}

@media only screen and (max-width:1065px) {
    .main1 #logo_big {
        height: 100px;
        width: 340px;
        left: 0px;
    }
}

@media only screen and (max-width:990px) {
    .main2 br {
        display: none;
    }
}

@media only screen and (max-width:775px) {
    .navbar .logo img {
        height: 50px;
        margin: 10px 0;
    }
    .main1 #logo_big {
        top: 80px;
        width: 350px;
        right: 0px;
        left: 0px;
        margin: auto;
    }
    .main1 {
        margin-top: 30px;
        height: 600px;
    }
    .main1 .container {
        margin-top: 240px;
    }
    .main1 .arrow {
        background-image: url("../images/icons/arrow-down.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.7;
        width: 80px;
        height: 50px;
    }
    .mid {
        margin-top: 600px;
    }
    .main1 h2 {
        font-size: 30px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }
    .main1 h3 {
        margin: 0 0 30px;
        color: #fff;
        font-size: 20px;
    }
    .mid {
        margin-top: 600px;
    }
    .main2 {
        height: 300px;
    }
    .main2 h1 {
        font-size: 35px;
        text-shadow: 1px 1px #ffffff;
    }
    .main2 h2 {
        font-size: 25px;
        text-shadow: 1px 1px #ffffff;
    }
    .main2 p {
        font-size: 15px;
    }
    #winrest img {
        width: 100%;
        left: 0px;
        top: 0px;
        margin: 0px;
        overflow-y: auto;
    }
    #winrest .click {
        left: 90%;
        top: 0px;
    }
    #winrest .click span {
        border: 3px solid black;
        color: black;
    }
    #winrest .click span:hover {
        border: 3px solid black;
        color: black;
    }
}

@media only screen and (min-width:767px) {
    .custom {
        width: 4.166666666665%
    }
}