@media (max-width: 576px) {
    .img-contato {
        border-radius: 30px 30px 30px 30px !important;
        padding-top: 15px;
    }

    .msg-whatsapp {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: transparent;
    }

    .registration-form .social-media {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .registration-form form {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .main-image {
        object-fit: contain;
    }

    /* .main-image{
        max-height: 200px;
    } */

    /* .registration-form .form-icon{ */
    /* width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px; */
    /* } */
}

.bg-whatsapp {
    background-color: #57d171;
    color: #ffffff;
    font-weight: bold;
}

.bg-whatsapp:hover {
    background-color: #ffffff;
    color: #57d171 !important;
    font-weight: bold;
}

.navbar-light {
    /* background-color: #00496e !important; */
    color: #ffffff !important;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.095);
}

.footer {
    /* background-color: #00496e !important; */
    color: #ffffff;
}

.navbar-brand,
.nav-link {
    color: #ffffff !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #ED1D23 !important;
}

.msg-whatsapp {
    background-color: #fcf5eb;
    border-radius: 30px 0px 0px 30px;
}

.img-contato {
    border-radius: 0 30px 30px 0;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.caracteristicas{
    margin-top:15px!important;
}

.caracteristicas .card {
    /* background-image: linear-gradient(to right top, #051937, #00496e, #007d85, #00af74, #aed84f); */
    background-image: linear-gradient(to bottom, #000000, #000000, #141414, #050430, #050430);
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

.caracteristicas .card .card-title {
    font-weight: bold;
    font-size: 24px !important;
}

.caracteristicas .card .card-text {
    font-weight: 500;
}

.btn-wpp {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width:250px;
}

.btn-contato {
    position: fixed;
    bottom: 130px;
    right: 20px;
    width:250px;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-image: linear-gradient(to bottom, #051937, #00496e, #007d85, #00af74, #aed84f);
    color: #ffffff;
}

/* Style the back side */
.flip-card-back {
    background-color: #006BA1 !important;
    color: white;
    transform: rotateY(180deg);
    font-size: 24px !important;
}

@media screen and (min-width:1200px) {
    .whats {
        background-color: #45c355;
        height: 70px;
        width: 200px;
        position: fixed;
        z-index: 9999;
        float: right;
        margin-left: 97%;
        border-radius: 5px;
        font-weight: bold;
        color: #fff !important;
        padding-top: 10px;
    }

    .whats:hover {
        height: 70px;
        width: 230px;
        margin-left: 84%;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

    .whats:hover .tex {
        visibility: visible;
        text-align: center;
    }

    i.fa.fa-whatsapp.fa-2x {
        margin-top: 12px !important;
        margin-left: 12px !important;
        position: absolute;
    }
}

@media screen and (max-width:700px) {
    .whats {
        display: none !important;
    }

    .tex {
        display: none !important;
    }

    .whats:hover {
        display: none !important;
    }

    #countdown-wrapper {
        display: none !important;
    }

    #chatwhats.chatwhatsUnico {
        height: 63px;
        overflow: hidden;
        text-indent: -5000px;
    }

    #chatwhats {
        background: #27ae60 url(https://www.ecompletocdn.com.br/mobilecarro/img/fale-whatsapp-branco.svg) no-repeat center .5rem;
        bottom: 0;
        color: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 0.9em;
        font-weight: 100;
        height: 90px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: center;
        left: 0;
        margin: 0;
        opacity: 0.97;
        padding: .1rem 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 20;
    }

    .msg-whatsapp {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: transparent;
    }

    .main-image {
        max-height: 200px;
    }
}

.msg-whatsapp {
    background-color: #111;
    font-size:20px;
}

.tel {
    margin: 20px auto 0;
    width: 300px;
    height: 500px;
    background: #000000;
    border-radius: 20px;
    position: relative;
}

.tel .screen {
    width: 280px;
    height: 400px;
    background: url("./../../bg-wpp.png");
    left: 50%;
    position: absolute;
    top: 50px;
    transform: translate(-50%, 0);
}

.tel .screen .nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    background: #075E54;
}

.tel .screen #inp {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: 225px;
    min-height: 37px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 2px 10px;
}

.tel .screen .voice {
    position: absolute;
    right: 6px;
    bottom: 6px;
    background: #00897B;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel .speaker {
    width: 50px;
    height: 4px;
    background: #a0a0a0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 25px;
    border-radius: 2px;
}

.tel .touch {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: conic-gradient(#b3b3b3 0%, #a0a0a0 50%, #b3b3b3 50%, #a0a0a0 100%);
    border-radius: 50%;
    bottom: 10px;
}

.tel i {
    color: #fff;
    font-size: 14px;
}

div.edit {
    position: absolute;
    bottom: 4px;
    left: 5px;
    right: 50px;
    padding: 10px;
    min-height: 40px;
    background: #fff;
    border-radius: 15px;
}

#contato h2 {
    color: #1c1e21;
}

.link-wpp {
    color: #1c1e21;
    text-decoration: none;
    border-bottom: 3px solid #25d366;
}

.link-wpp:hover {
    color: #25d366;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800|Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.cards {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.cards h2.header {
    font-size: 40px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services {
    display: flex;
    align-items: center;
}

.content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 20px;
    padding: 20px;
    border: 2px solid black;
    border-radius: 4px;
    transition: all .3s ease;
}

.content .fab {
    font-size: 70px;
    margin: 16px 0;
}

.content>* {
    flex: 1 1 100%;
}

.content:hover {
    color: white;
}

.content:hover a {
    border-color: white;
    background: white;
}

.content-1:hover {
    border-color: #1DA1F2;
    background: #1DA1F2;
}

.content-1:hover a {
    color: #1DA1F2;
}

.content-2:hover {
    border-color: #E1306C;
    background: #E1306C;
}

.content-2:hover a {
    color: #E1306C;
}

.content-wpp:hover {
    border-color: #25d366;
    background: #25d366;
}

.content-wpp:hover a {
    color: #25d366;
}

.content-3:hover {
    border-color: #ff0000;
    background: #ff0000;
}

.content-3:hover a {
    color: #ff0000;
}

.content h2 {
    font-size: 30px;
    margin: 16px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content p {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

.content a {
    margin: 22px 0;
    background: black;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 15px 0;
    border-radius: 25px;
    transition: .3s ease;
}

.content a:hover {
    border-radius: 4px;
}

@media (max-width: 900px) {
    .services {
        display: flex;
        flex-direction: column;
    }
    .caption-banner{
        width: 100%!important;
        text-align: center!important;
        color: #000!important;
    }
    .caption-banner .text{
        background-color: #111;
        color: #fff;
        font-size: 18px!important;
        padding: 5px!important;
        letter-spacing: 5px!important;
        line-height: 28px!important;
    }
    .parallax{
        /* max-height: 100%!important; */
        background-attachment: scroll!important;
        position: relative!important;
        min-height: 260px!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
        background-size: contain!important;
        height: 260px !important;
        max-height: 260px !important;
        width: 100% !important;
        background-size: 100% 100% !important;
    }
    .content .fab {
        font-size: 25px;
        margin: 16px 0;
    }
    .btn-wpp {
        width:200px;
    }
    .btn-contato {
        width:200px;
    }
    .caption-div{
        min-height: 300px;
    }
    .caracteristicas{
        margin-top:15px!important;
    }
    
    .content {
        margin: 5px;
        padding: 5px;
    }
    
    .content .fab {
        font-size: 60px;
        margin: 16px 0;
    }
    
    .content h2 {
        font-size: 20px;
        margin: 1px 0;
    }
    
    .content a{
        margin: 10px 0;
        padding: 8px 0;
    }
}

.caption-banner{
    /* position: absolute; */
    /* left: 0; */
    width: 100%;
    text-align: center;
    color: #000;
}

.caption-banner .text{
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 8px;
    line-height: 48px;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
}

.parallax {
    background-image: url("https://taxiguarapuava.com.br/foto-carro-taxi-alex.webp");

    min-height: 30rem;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* opacity: 0.75; */
}
.navbar-toggler{
    background-color:#fff;
}