@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Poppins&display=swap');


html {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #595959;
    /*background: url('../img/fundo.png') top left repeat #000;*/
    background: #262626;
}

.titulo {
    font-family: 'Century Gothic';
    color: #ff3131;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
    }

option {
    font-weight: 300;
}

.navbar-default {
    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}

.navbar-nav.navbar-right {
    margin-right: 0 !important;
}

.nav > li > a {
    padding: 7px 15px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li + li {
        margin-left: 15px;
    }

    .navbar-default .container > .row {
        display: flex;
        align-items: center;
    }
}

.navbar-default .navbar-nav > li > a {
    font-size: 13px;
    background-color: #ff3131 !important;
    color: #FFF;
    border: 1px solid #000;
    border-top-color: #A2A2A2;
    border-radius: 1px 1px 2px 2px;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    transition: all .2s linear;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #FFF;
        /*background: url('../img/fundo-botaoR.png') #ff3131;*/
        border-top-color: #210320;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    /*background: url('../img/fundo-botaoR.png') #ff3131;*/
    border-top-color: #210320;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    /*background: url('../img/fundo-botaoR.png') #ff3131;*/
    border-top-color: #210320;
}

.navbar-toggle {
    float: none;
    border: none;
    margin-right: 0px;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.btn-formulario {
    border-width: 0 0 4px 0;
    border-radius: 0px;
    padding: 6px 12px;
    background-color: #ff3131;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-formulario:hover {
    /*background: url('../img/fundo-botaoR.png') #ff3131;*/
    border-color: fff;
    margin-top: 1px;
    border-bottom-width: 3px;
    background-color: #e60000;
    color: #fff;
}

.btn-formulario:active {
    margin-top: 2px;
    border-bottom-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sombra {
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.gradient {
    background: rgb(84, 142, 110);
    background: -moz-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
    background: -webkit-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
    background: -o-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
    background: -ms-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
    background: linear-gradient(120deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
}

@media (max-width: 991px) {
    .input-alinhado {
        margin-bottom: 15px;
    }
}

.btn-rosa {
    width: 90px;
    /*background: url('../img/fundo-botaoR.png') #ff3131;*/
    color: #FFF !important;
    border: none;
    border-top: 1px solid #210320;
    border-radius: 1px 1px 2px 2px;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
}

.fundo-cinza {
    border-color: #A2A2A2;
    background-color: #1e1e1e;
    padding: 10px;
    margin-bottom: 15px;
}

.conteudo {
    background-color: black;
    padding: 20px 20px 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1)
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 3px;
}

    .carousel-indicators li {
        display: inline-block;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #FFF;
        border: 1px solid #CDCDCD;
        border-radius: 10px;
        -webkit-box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.08);
    }

    .carousel-indicators .active {
        margin: 1px;
        border: 3px solid #FFF;
        background-color: #ff3131;
    }

@media (min-width: 992px) {
    .busca {
        padding-left: 0;
    }

    .carousel-indicators li {
        width: 18px;
        height: 18px;
    }

    .carousel-indicators .active {
        width: 18px;
        height: 18px;
        border: 4px solid #FFF;
    }
}

.modelo {
    opacity: 1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    height: 400px;
    background-size: cover; /* Garante que a imagem cubra o espaço */
    background-repeat: no-repeat; /* Impede repetição da imagem */
    background-position: center center; /* Centraliza a imagem */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden; /* Evita que qualquer coisa dentro do div passe do limite */
}

.info-modelo {
    font-size: 14px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.modelo-destaque {
    /*background-color: #ffbdea;*/
}

@media (min-width: 992px) {
    .modelos {
        margin-left: -8px;
        margin-right: -8px;
    }

        .modelos .col-md-3 {
            padding: 0 8px 20px;
        }
}

.modelos .col-md-3 {
    padding-bottom: 20px;
}

.rodape {
    padding: 30px 15px;
}

#menu-rodape .navbar-nav > li > a {
    border-radius: 0px;
    color: #FFF !important;
    background-color: transparent !important;
}

@media (min-width: 992px) {
    #menu-rodape {
        display: inline-block !important;
    }

        #menu-rodape ul {
            display: flex;
            align-items: center;
        }

        #menu-rodape .navbar-nav > li > a {
            padding: 0 7px;
            line-height: 13px;
        }

        #menu-rodape .navbar-nav > li + li > a {
            border-left: 1px solid #FFF;
        }

    .dropdown:hover .dropdown-menu, .dropup:hover .dropdown-menu {
        display: block !important;
    }

    .foto-modelo {
        max-height: 150px /*;
		overflow: hidden;*/
    }

    .foto-guia {
        height: 150px;
        overflow: hidden;
    }

    .divfoto {
        max-height: 120px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        .navbar-nav li {
            flex: 1;
            text-align: center;
        }

    .navbar .logo-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .navbar .img-responsive {
        max-width: 60%;
    }
}

.dropdown-menu {
    padding: 0;
    margin: 2px 0 0;
    text-shadow: none;
    border: none !important;
    border-radius: none !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    background-color: #1e1e1e;
}

    .dropdown-menu > li > a {
        padding: 8px 15px;
        font-weight: 300;
        color: #7B7B7B;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #ff3131;
            background-color: black;
        }

    .dropdown-menu .divider {
        margin: 0 10px;
        color: #ff3131;
        background-color: black;
    }

.popover {
    padding: 1px;
    color: #FFF;
    background-color: rgba(245, 37, 246, 0.8);
    border: 1px solid rgba(245, 37, 246, 0.8);
    border-radius: 0;
}

.popover-content {
    padding: 3px 10px;
}

.popover.bottom > .arrow {
    top: -8px;
    margin-left: -6px;
    border-bottom-color: rgba(245, 37, 246, 0.8);
}

.popover > .arrow {
    border-width: 6px;
}

.popover.bottom > .arrow:after {
    margin-left: -6px;
    border-bottom-color: rgba(245, 37, 246, 0.8);
}

.popover > .arrow:after {
    border-width: 6px;
}

.bootstrap-select > button {
    /*background-color: #FFF ;*/
    border-radius: 0px !important;
    /*border-color: #DDD !important;*/
    border-color: #333333 !important;
    outline: 0 !important;
    color: #333333 !important;
    font-weight: 300;
}

.bootstrap-select > .dropdown-menu {
    border-radius: 0px !important;
}

    .bootstrap-select > .dropdown-menu > ul > li > a {
        outline: 0 !important;
        font-weight: 300 !important;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ff3131;
}

.btn-busca {
    padding: 6px 20px;
    font-size: 13px;
    background: #ff3131;
    color: #FFF;
    border: none;
    border-radius: 1px 1px 2px 2px;
    font-weight: 600;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
    transition: all .2s linear;
}

    .btn-busca:hover, .btn-busca:active, .btn-busca:focus {
        color: #FFF;
        /*background: url('../img/fundo-botaoR.png') #ff3131;*/
        border-color: #210320;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        outline: none;
    }

.input-cidade {
    width: auto !important;
    border: none;
    background-color: none;
}

    .input-cidade > .btn-default {
        height: 36px !important;
        font-size: 13px;
        /*background: url('../img/fundo-botao.png') #434343 !important;*/
        color: #ff3131;
        background-color: #1e1e1e;
        border: 1px solid #000 !important;
        border-top-color: #A2A2A2 !important;
        border-radius: 1px 1px 2px 2px !important;
        font-weight: 600 !important;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75) !important;
        -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75) !important;
        box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75) !important;
        transition: all .2s linear !important;
    }

        .input-cidade > .btn-default:hover, .input-cidade > .btn-default:active, .input-cidade > .btn-default:focus {
            color: #ff3131;
            background-color: #1e1e1e;
            /*background: url('../img/fundo-botaoR.png') #ff3131 !important;*/
            border-top-color: #210320 !important;
        }

.nav-ensaio {
    border: none;
}

    .nav-ensaio > li > a {
        font-size: 13px !important;
        /*background: url('../img/fundo-botao.png') #434343 !important;*/
        color: #FFF !important;
        border: 1px solid transparent !important;
        border-top: 1px solid #A2A2A2 !important;
        border-radius: 1px 1px 2px 2px !important;
        font-weight: 600 !important;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        -moz-box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        box-shadow: 0px 3px 0px 0px rgba(23, 23, 23, 0.75);
        transition: all .2s linear;
    }

        .nav-ensaio > li > a:hover, .nav-ensaio > li > a:focus {
            color: #FFF !important;
            /*background: url('../img/fundo-botaoR.png') #ff3131 !important;*/
            border-top-color: #210320 !important;
        }

    .nav-ensaio > .active > a, .nav-ensaio > .active > a:hover, .nav-ensaio > .active > a:focus {
        color: #FFF !important;
        background: url('../img/fundo-botaoR.png') #ff3131 !important;
        border-top-color: #210320 !important;
    }

.radio-inline, .checkbox-inline {
    margin-right: 10px;
    margin-left: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    font-size: 13px;
}

.bootstrap-select > .btn {
    font-size: 13px;
}

@media (min-width: 1280px) {
    .owl-guias, .owl-slider {
        position: relative;
    }

        .owl-guias .owl-prev, .owl-guias .owl-next,
        .owl-slider .owl-prev, .owl-slider .owl-next {
            position: absolute;
            top: 50%;
            margin-top: -25px !important;
        }

        .owl-guias .owl-prev, .owl-slider .owl-prev {
            left: -60px;
        }

        .owl-guias .owl-next, .owl-slider .owl-next {
            right: -60px;
        }
}

.owl-guias .owl-prev, .owl-guias .owl-next,
.owl-slider .owl-prev, .owl-slider .owl-next {
    color: #ff3131 !important;
    background: none !important;
    font-size: inherit !important;
    border-radius: 0px !important;
}

.cor-fonte {
    color: #ff3131;
}

.cor-borda {
    border-color: #ff3131;
}

.cor-fundo {
    background-color: #ff3131;
}

.barra-topo {
    padding-top: 10px;
    background-color: #000;
}

.form-control {
    border-radius: 5px;
    border-color: #333333;
    color: white !important;
    font-family: 'Nunito', sans-serif !important;
    background-color: #1a1a1a;
    color: #ff3131;
}

.form-control:focus {
    border-color: #ff3131;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 37, 247, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 37, 247, .6);
    color: white !important;
}

select {
    color: #ff3131;
    background-color: #ff3131;
}

selectpicker {
    color: #ff3131;
    background-color: #ff3131;
    border-color: #333333;
}

label {
    color: white
}

input:disabled {
    border-radius: 0px;
    border-color: #404040;
    color: #ff3131;
    background-color: #1e1e1e !important;
}

.btn:active, .btn.active {
    background-color: #ff3131 !important;
}

btn-cinza {
    background-color: #1e1e1e;
    color: #fff;
}

btn-preto {
    background-color: black !important;
    color: white;
}

.plano {
    margin: 3rem 1.2rem;
    padding: 2rem;
    box-shadow: 2px 3px 13px #100f1052;
    border-radius: 3rem;
    text-align: center;
    flex-grow: 1;
}

    .plano h4 {
        text-align: center;
        margin: 0 0 1rem;
        color: black;
        font-weight: 700;
        font-size: 1.25rem;
    }

    .plano h3 {
        color: #fff;
    }

    .plano p {
        margin-bottom: 1rem;
    }

    .plano .btn {
        padding: .45rem 1.5rem;
        color: #fff !important;
    }

.atribui {
    margin-left: 0 !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    height: 38px;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s, box-shadow .15s;
    color: #ff3131;
    font-family: "Century Gothic", sans-serif;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered,
    .select2-container--default .select2-selection--multiple .select2-selection__arrow,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
        line-height: 38px;
        color: #ff3131;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #2a2a2a;
        border: 1px solid #ff3131;
        color: #ff3131;
        font-size: 13px;
        margin: 2px 4px;
        padding: 2px 6px;
    }

    .select2-container--default .select2-selection--multiple .select2-search__field {
        color: #ff3131 !important;
        background: transparent !important;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ff3131;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247,37,247,.6);
}

.select2-dropdown {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    color: #ff3131;
    font-family: "Century Gothic", sans-serif;
}

.select2-results__option {
    padding: 6px;
    color: #ff3131;
}

.select2-results__option--highlighted {
    background-color: #ff3131 !important;
    color: #ffffff !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background-image: url('../img/img_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

label {
    font-family: 'Nunito', sans-serif !important;
}

.favorited {
    color: #ff3131;
}

.fa-heart {
    color: #ff3131;
}

.texto-banner-home {
    background-color: #ff3131;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff3131;
}

.plano-titulo {
    font-size: 2.3rem;
    font-weight: bold;
    color: #ff3131;
}

.check {
    color: #ff3131;
    font-size: 1.5rem;
    margin-right: 5px;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ff3131;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin: 0 5px 5px 0 !important;
    vertical-align: middle;
    transition: 0.3s;
}

input[type="radio"]:checked {
    background-color: #ff3131;
    border: 6px solid #e60000;
    box-shadow: 0px 0px 5px black;
}

.plano_ativo {
    color: #ff3131 !important;
}