@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800&display=swap');
 :root {
    --destaque-rosa: #ff6b6b;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1000px;
}


/*/////////////////////////////////////-----TELA-CADASTRO--------////////////////////////////////////////*/


/*--------------HEADER----------------*/

.navbar-toggler-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.navbar {
    z-index: 5;
    background-color: black;
}

.navbar-brand {
    width: 135px;
    height: 40px;
    background-image: url('../img/logo_lateral.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 10px 0;
}

.navbar-collapse ul {
    margin: 0 auto;
}

.navbar-collapse li a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

@media screen and (max-width:991px) {
    #header {
        text-align: center;
        padding: 20px 0;
    }
}


/*----------------HEADER----------------*/


/*-----------------PLANOS---------------*/

.planos {
    margin-top: 110px;
}

.planos h1 {
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    font-size: 34px;
    color: #6b6b6b;
}

.planos p {
    opacity: 0.6;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
    color: #6b6b6b;
}

.planos-card {
    margin-top: 60px;
}

.planos-card .uper {
    width: 100%;
    height: auto;
    background-color: black;
    border-radius: 10px 10px 0 0;
}

.planos-card .uper {
    text-align: center;
    padding: 0;
    margin: 0;
}

.planos-card .uper p {
    opacity: 1;
    font-weight: 800;
    padding-top: 30px;
}

.planos-card .uper span {
    padding-top: 20px;
    font-weight: 800;
    font-size: 36px;
    color: white;
    opacity: 1;
}

.planos-card .uper h5 {
    color: var(--destaque-rosa);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.planos .down {
    position: relative;
    top: 0;
    padding: 10px;
    margin: 0;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding-bottom: 40px;
}

.card-single .down h6 {
    font-weight: 800;
    font-size: 25px;
}

.planos .down a {
    letter-spacing: 3px;
    font-weight: 600;
    border-radius: 40px;
    font-size: 12px;
    padding: 5px 30px;
    border: 3px solid black;
    color: black;
}

.planos .down a:hover {
    background-color: black;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.card-single .inter {
    transition: 0.5s;
    border-radius: 10px;
    background-color: #e3e3e3;
}

.card-single {
    margin-bottom: 55px;
}

.card-single .inter .beneficios {
    padding: 20px 0;
}

.bt:focus {
    background-color: black;
    color: white;
}

.bt:hover {
    background-color: black;
}

.choose {
    opacity: 1;
}

.unchoose {
    opacity: 0.5;
}


/*-----------------------PLANOS----------------*/


/*-----------------------FORMULARIO---------------*/

.formulario .container {
    margin-top: 40px;
    max-width: 900px;
}

.formulario {
    margin-top: 30px;
}

.formulario h1 {
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    font-size: 34px;
    color: #6b6b6b;
}

.formulario p {
    opacity: 0.6;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
    color: #6b6b6b;
}

.form-div input::placeholder,
.form-div textarea::placeholder {
    color: var(--cinza);
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.8;
}

.form-cont input:focus {
    border-color: var(--destaque-rosa);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.form-cont textarea:focus {
    border-color: var(--destaque-rosa);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 107, 0.25);
}

.btn-env {
    background-color: black;
    height: 40px;
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    width: 97%;
}

.btn-env:hover {
    background-color: var(--destaque-rosa);
    color: white;
}

.termos {
    padding: 20px 0;
}

.termos p {
    font-size: 10px;
    color: black;
    letter-spacing: 2px;
}

.termos a {
    color: var(--destaque-rosa);
}

.termos a:hover {
    cursor: pointer;
    opacity: 1;
    color: var(--destaque-rosa);
}

footer {
    text-align: center;
    background-color: black;
}

footer .logo {
    width: 55px;
    height: 55px;
    background-image: url('../img/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 20px auto;
}

footer p {
    color: white;
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.6;
    font-weight: 300;
}


/*/////////////////////////////////////-----TELA-CADASTRO--------////////////////////////////////////////*/


/*///////////////////////////////////------TELA-MODELO---------/////////////////////////////////////////*/

.banner-modelo {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    background-image: url('../img/banner-modelo.jpg');
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: flex-end;
}

.banner-modelo .img {
    opacity: 0.4;
    margin: 120px 180px 0 0;
    width: 380px;
    height: 120px;
    background-image: url('../img/logo_lateral.png');
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .banner-modelo .img {
        margin: 120px auto;
    }
}

@media screen and (max-width:400px) {
    .banner-modelo .img {
        width: 190px;
        height: 60px;
    }
}

.info-modelo .container .row .a-item {
    width: 60px;
    height: 60px;
    background-color: black;
    border-radius: 50%;
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 20px;
}

.col-md-6 {
    display: flex;
    justify-content: space-around;
}

.info-modelo .container .row .modelo-img {
    width: 280px;
    height: 280px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    top: -120px;
}

.info-modelo .container .row-2 {
    position: relative;
    top: -80px;
}

@media screen and (max-width:767px) {
    .info-modelo .container .row .modelo-img {
        margin: 0 auto;
        margin-top: 20px;
    }
    .info-modelo .container .col-md-6 {
        position: relative;
        top: -120px;
    }
}

.info-modelo .container .row-2 .info {
    display: flex;
    justify-content: space-between;
}

.info-modelo .container .row-2 h2 {
    font-weight: 800;
    letter-spacing: 1px;
}

.info-modelo .container span {
    color: var(--destaque-rosa);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.info-modelo .container .row-2 .col-md-4 {
    text-align: center;
}

.info-modelo .container .row-2 .texts p {
    margin-top: 10px;
    text-align: left;
}

.info-modelo .container .row-2 .infos p {
    color: var(--destaque-rosa);
    font-weight: 600;
}

.info-modelo .container .row-2 .infos .line {
    margin: 5px 0;
}

.info-modelo .container .row-2 .info h6 {
    font-weight: 800;
    opacity: 0.7;
}

@media screen and (max-width:450px) {
    .info-modelo .container .row .a-item {
        width: 40px;
        height: 40px;
    }
    .info-modelo .container .row .modelo-img {
        width: 200px;
        height: 200px;
    }
}


/* 

.slide-selector {
    width: 25%;
    height: 100px;
    background-color: red;
    margin: 1px;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.slide .container {
    max-width: 500px;
    position: relative;
    top: -120px;
    padding-bottom: 50px;
}

ol.carousel-indicators {
    position: inherit;
    margin: 0;
    top: 460px;
}

@media screen and (max-width:470px) {
    ol.carousel-indicators {
        top: 500px;
    }
}

@media screen and (max-width:415px) {
    ol.carousel-indicators {
        top: 470px;
    }
}

@media screen and (max-width:380px) {
    ol.carousel-indicators {
        top: 440px;
    }
}

@media screen and (max-width:350px) {
    ol.carousel-indicators {
        top: 400px;
    }
}

@media screen and (max-width:320px) {
    ol.carousel-indicators {
        top: 360px;
    }
}

@media screen and (max-width:285px) {
    ol.carousel-indicators {
        top: 330px;
    }
}

@media screen and (max-width:245px) {
    ol.carousel-indicators {
        top: 300px;
    }
}

#model-sli .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-image: url('../img/dir.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    left: 150px;
}

#model-sli .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    background-image: url('../img/esq.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    right: 150px;
}

@media screen and (max-width: 745px) {
    #model-sli .carousel-control-next-icon {
        left: 100px;
    }
    #model-sli .carousel-control-prev-icon {
        right: 100px;
    }
}

@media screen and (max-width: 650px) {
    #model-sli .carousel-control-next-icon {
        left: 30px;
    }
    #model-sli .carousel-control-prev-icon {
        right: 30px;
    }
}

@media screen and (max-width: 578px) {
    #model-sli .carousel-control-next-icon {
        left: 0;
        position: absolute;
    }
    #model-sli .carousel-control-prev-icon {
        right: 0;
        position: absolute;
    }
}

@media screen and (max-width: 440px) {
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
    .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
} */


/*/////////////////////-------MODAIS--------////////////////*/

.modal {}

#exampleModalLong {
    text-align: left;
    z-index: 15;
}

#modal_termos .modal-content .modal-header h5 {
    margin: 0 auto;
    opacity: 0.6;
    font-weight: 600;
}

.strong_termos {
    font-weight: 800;
}

.modal-header .close {
    margin: 0;
    padding: 0;
}

.modal-header .close:hover {
    color: var(--destaque-rosa);
}

#exampleModalLong a {
    padding: 5px 50px;
    margin: 0 auto;
    background-color: black;
    color: white;
    border: 2px solid black;
}

#exampleModalLong a:hover {
    font-weight: 800;
    background-color: white;
    color: black;
    cursor: pointer;
}

#ModalCity h5 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
}

#ModalCity .navbar {
    background-color: transparent;
    justify-content: center;
    text-align: center;
}

#ModalCity a {
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    padding: 5px 50px;
    margin: 0 auto;
    background-color: transparent;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

#ModalCity a:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

#ModalCity .dropdown-menu {
    transition: 0.5s ease;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: static;
    background-color: transparent;
}

#ModalCity .modal-footer {
    justify-content: center;
}

#ModalCity .btn {
    font-size: 12px;
    letter-spacing: 2px;
    background-color: black;
    padding: 10px 40px;
    color: white;
}

#ModalCity .dropdown-item:hover {
    color: white;
    background-color: black;
}


/*//////////////////////////----------COMING-SOON----------///////////////////*/

.banner-vh {
    width: 100%;
    height: 100vh;
    background-color: black;
    text-align: center;
}

.banner-vh .img {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
    top: 100px;
    background-image: url('../img/logo.png');
    background-position: center;
    background-size: cover;
}

.banner-vh h1 {
    color: white;
    font-weight: 300;
    margin-top: 160px;
    letter-spacing: 3px;
    font-size: 72px;
}

.banner-vh p {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
}

.banner-vh h6 {
    color: white;
    font-weight: 100;
}

.banner-vh a {
    color: var(--destaque-rosa);
    opacity: 0.9;
    font-size: 18px;
}

.banner-vh h5 {
    font-size: 14px;
}

@media screen and (max-width:385px) {
    .banner-vh .img {
        top: 30px;
    }
    .banner-vh h1 {
        margin-top: 80px;
        font-size: 52px;
    }
    .banner-vh p {
        font-size: 12px;
    }
    .banner-vh h6 {
        font-size: 12px;
    }
    .banner-vh span {
        font-size: 14px;
    }
    .banner-vh h5 {
        font-size: 12px;
        margin-top: 100px;
    }
}

.foto_slide_principal {
    width: 400px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*//////////////////////=====TELA PRINCIPAL=========/¨////////////////////*/

.section-1 {
    margin-top: 76px;
    background-color: black;
    color: var(--destaque-rosa);
}

.section-1 h1 {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

#index-sli #carouselExampleIndicators {
    padding: 0;
    margin: 0;
    border: none;
}

#index-sli ol.carousel-indicators {
    position: absolute;
    top: auto;
}

#index-sli ol li a {
    width: 100%;
    height: 100%;
    background-color: red;
}

#index-sli .img {
    background-size: cover;
    background-image: url('../img/slide-index.jpeg');
    background-position: center;
    height: 500px;
    width: 100%;
}

#index-sli .carousel-control-next-icon {
    width: 70px;
    height: 70px;
    background-image: url('../img/dir-branco.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#index-sli .carousel-control-prev-icon {
    width: 70px;
    height: 70px;
    background-image: url('../img/esq-branco.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#index-sli .destaque-selector {
    width: 25%;
    height: 100px;
    background-color: red;
    margin: 1px;
    background-position: center;
    background-size: cover;
}

#index-sli .container {
    margin: 0 auto;
    margin-top: 100px;
    padding: 0;
    bottom: -120px;
}

#index-sli .destaque-selector:hover {
    opacity: 1;
}

.section-2 {
    text-align: center;
    background-color: white;
    padding-bottom: 40px;
}

.section-2 h1 {
    color: black;
    text-transform: uppercase;
    margin-top: 180px;
    font-size: 26px;
    letter-spacing: 1px;
    padding-top: 22px;
    font-weight: 600;
}

.section-2 span {
    color: var(--destaque-rosa);
    font-weight: 400;
    letter-spacing: 1px;
}

.bd {
    background-color: black;
}

.section-2 .container {
    max-width: 800px;
    margin-bottom: 30px;
}

.section-2 .container .modelos-row {
    display: flex;
    justify-content: space-between;
}

.section-2 .container .modelos-row .modelos-card {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 35%;
    margin: 20px 10px;
    display: flex;
    align-items: flex-end;
    transition: 0.5s ease;
    opacity: 0.9;
}

.section-2 .container .modelos-row .modelos-card .info {
    margin: 0 auto;
    width: 100%;
    background-color: black;
    color: var(--destaque-rosa);
}

.section-2 .container .modelos-row .modelos-card .info p {
    padding-top: 10px;
}

.section-2 .container .modelos-row .modelos-card:hover {
    transform: scale(1.1);
    opacity: 1;
    cursor: pointer;
    text-decoration: none;
}

.cadastre {
    text-align: center;
}

.cadastre p {
    font-size: 10px;
    letter-spacing: 1px;
}

.cadastre a {
    color: var(--destaque-rosa);
}

.cadastre a:hover {
    text-decoration: none;
}

@media screen and (max-width:550px) {
    .section-2 .container .modelos-row {
        display: flex;
        flex-direction: column;
    }
    .section-2 .container .modelos-row .modelos-card {
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .section-1 h1 {
        text-align: center;
    }
}

@media screen and (max-width:420px) {
    #index-sli .img {
        height: 300px;
    }
}

@media screen and (max-width:300px) {
    .section-2 h1 {
        font-size: 18px;
    }
    .section-2 span {
        font-size: 12px;
    }
}

@media screen and (max-width:230px) {
    .navbar-brand {
        width: 95px;
        height: 45px;
    }
}

#city {
    text-transform: uppercase;
}


/*-----------   style de funcionalidades ------------*/

.overlay {
    background-color: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: 1s;
}

.logo-overlay {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-image: url('../img/logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    position: relative;
    top: -220px;
    z-index: 20;
    transition: 1s;
}

svg {
    margin-left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    animation: rotate 2s linear infinite;
}

@keyframes rototate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

svg circle {
    width: 100%;
    height: 100%;
    background-size: cover;
    fill: none;
    stroke-width: 5;
    stroke: var(--destaque-rosa);
    stroke-linecap: round;
    transform: translate(5px, 5px);
    stroke-dashoffset: 440;
    stroke-dasharray: 240;
    animation: animate 1s linear infinite;
    transform: scale(0.2);
}

@keyframes animate {
    0%,
    100% {
        stroke-dashoffset: 440;
    }
    50% {
        stroke-dashoffset: 0;
    }
    50.1% {
        stroke-dashoffset: 880;
    }
}

.loading {
    display: flex;
    position: relative;
    top: -190px;
    margin: 0 auto;
    justify-content: space-between;
    opacity: 0;
    transition: 0.7s;
}

.loading p {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}

#montar_modelos {
    display: flex;
    justify-content: center;
}

.modelo-bloco {
    transition: 0.6s;
    width: 100%;
    height: 200px;
    background-color: red;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    margin: 2%;
}

.modelo-bloco .modelo-bloco-info {
    background-color: black;
    width: 100%;
    color: var(--destaque-rosa);
}

.modelo-bloco .modelo-bloco-info p {
    padding: 10px 2% 0;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.container .row a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.modal_confirm {
    background-color: white;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    transition: 0.5s;
}

.fa-check {
    color: #ff6b6b;
    font-size: 52px;
    margin-bottom: 20px;
}

.modal_confirm p {
    font-weight: 600;
}

.plano_selecionado {
    background-color: black!important;
    color: white!important;
    text-decoration: none black!important;
}

* {
    outline: none!important;
}


/*-----*/

.autoplay {
    margin-bottom: 26px;
}

.img {
    background-size: cover;
    background-position: center;
    width: 500px;
    height: 500px;
    transition: 0.5s;
    margin: 0 auto;
}

.img:hover {
    cursor: pointer;
    opacity: 0.8;
}

.img #oi {
    z-index: 9999;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
}

.whatsApp__icone {
    z-index: 20;
}

iframe {
    padding: 0 30px;
}

@media screen and (max-width:991px) {
    iframe {
        margin: 0 auto;
        width: 90%;
    }
}

#copy-tag:hover {
    cursor: pointer;
}

.animate_less {
    transition: 0.5s;
}

.animate_less:hover {
    cursor: pointer;
    transform: scale(0.9);
}

.navbar,
.navbar .container {
    max-width: 100%!important;
}

@media screen and (max-width:620px) {
    .autoplay_mobile {
        margin-bottom: 200px;
    }
}

@media screen and (max-width:500px) {
    .img {
        height: 350px;
    }
}

.gratis {
    text-align: center;
}

.gratis h1 {
    color: #ff6b6b;
    font-weight: 600;
}

.gratis p {
    font-weight: 600;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}

.gratis .fa-check {
    margin-bottom: 0;
}

#city_text {
    font-size: 12px;
    color: #ccc;
    text-align: justify;
}

@media screen and (max-width:500px) {
    #ity_text {
        font-size: 10px;
    }
}

.img_slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    transition: 0.5s;
    margin: 0 auto;
}

.city_name {
    text-transform: uppercase!important;
}

.name_modelo {
    font-size: 22px;
    color: #ff6b6b;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.name_modelo:hover,
.name_modelo:focus,
.section-1 a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

.city_text_cont .city_name {
    font-size: 12px;
    color: #ccc;
    text-align: justify;
}


/* NEW */

.fotos {
    margin: 10px 0;
}

#cont_fotos h2 {
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
}

.moon-container {
    color: white;
    font-size: 24px;
}

.moon-container i {
    transition: 0.5s
}

.moon-container i:hover {
    transform: scale(1.1);
    cursor: pointer;
    color: #ff6b6b;
}

@media screen and (max-width:991px) {
    .dark-mobile {
        margin-top: 10px;
        display: block!important;
    }
    .dark-pc {
        display: none;
    }
}