﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */






a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}



.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


*,
*:after,
*:before {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000000;
    color: #FFFFFF;
}


a {
    color: inherit; /* blue colors for links too */
    text-decoration: none; /* no underline */
}

a {
    color: inherit;
    text-decoration: none;
}

    a:link {
        color: inherit;
        text-decoration: none;
    }

    a:visited {
        color: inherit;
        text-decoration: none;
    }

    a:hover {
        color: inherit;
        text-decoration: none;
    }

    a:active {
        color: inherit;
        text-decoration: none;
    }



.fundoAllure01 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-image: url('../img/fundoallure01.jpg');
    opacity: 0.5;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}


    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }


.dvHomeTotal {
    width: 100vw;
    height: 118vh;
    background-color: black;
    -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.2s; /* Firefox < 16 */
    -ms-animation: fadein 1.2s; /* Internet Explorer */
    -o-animation: fadein 1.2s; /* Opera < 12.1 */
    animation: fadein 1.2s;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

.lupaOk{
    position:fixed;
    top: 40px;
    right:40px;
    z-index:99998;
}


.lupaOk2 {
    position: fixed;
    top: 40px;
    right: 180px;
    z-index: 99998;
}

.MinhaListaGeral {
    position: fixed;
    top: 41px;
    right: 40px;
    z-index: 99998;

}

.MinhaListaGeral2 {
    position: fixed;
    top: 44px;
    right: 40px;
    z-index: 99998;
}


.dvBusca {
    position: fixed;
    top: 35px;
    right: 70px;
    z-index: 99998;
    width: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.dvBusca2 {
    position: fixed;
    top: 35px;
    right: 210px;
    z-index: 99998;
    width: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.dvBuscaOn {
    width: 220px!important;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.inputBusca {
    border-bottom: 2px solid #6c6c6c;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    padding: 5px;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    width: 100%;
}

.dvHomeTotal_suport {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;
}



.dvTeste {
    width: 100vw;
    height: 110vh;
    background-color: red;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 0.5;
    z-index:99;
}


.dvTeste2 {
    width: 100vw;
    height: 100vh;
    background-color: white;
    margin: 0px;
    padding: 0px;

 top:0px;
 left:0px;
}


.teste1 {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

.dvHomeTotal2 {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;

    position: relative;
}


.dvHomeTotal3 {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;
    -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.2s; /* Firefox < 16 */
    -ms-animation: fadein 1.2s; /* Internet Explorer */
    -o-animation: fadein 1.2s; /* Opera < 12.1 */
    animation: fadein 1.2s;
    background-image: url('../img/allurefundoblog2.jpg');

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dvHomeTotal4 {
    width: 100vw;
    height: 100vh;
    background-color: black;
    overflow: hidden;
    position: relative;
    padding-left:50px;
    padding-right:40px;
    padding-top: 120px;
}

.logoabout{
    width:160px;
    margin-left: calc(50% - 80px);
}

.mapaabout{
    width:100%;
}

.dvModels {
    -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.2s; /* Firefox < 16 */
    -ms-animation: fadein 1.2s; /* Internet Explorer */
    -o-animation: fadein 1.2s; /* Opera < 12.1 */
    animation: fadein 1.2s;
    margin-top: 150px !important;
}

.dvModels_ComTools {
    -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.2s; /* Firefox < 16 */
    -ms-animation: fadein 1.2s; /* Internet Explorer */
    -o-animation: fadein 1.2s; /* Opera < 12.1 */
    animation: fadein 1.2s;
    margin-top: 180px !important;
}


.dvModelsWL {

    padding-top: 150px !important;

}


.pgAvaliacao {
    position:relative;
    padding-top: 110px !important;
    width:calc(100vw - 15px);
    padding-left:30px;
    padding-right:30px;
}

.dvModels2 {
    -webkit-animation: fadein 1.2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.2s; /* Firefox < 16 */
    -ms-animation: fadein 1.2s; /* Internet Explorer */
    -o-animation: fadein 1.2s; /* Opera < 12.1 */
    animation: fadein 1.2s;
    padding-top: 150px !important;
}


.centerDiv
{
width: 96%;
max-width: 800px;

height:500px;
margin:0 auto;

}

.dvObjModelo1 {
    -webkit-animation: fadein 1.4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.4s; /* Firefox < 16 */
    -ms-animation: fadein 1.4s; /* Internet Explorer */
    -o-animation: fadein 1.4s; /* Opera < 12.1 */
    animation: fadein 1.4s;
}


.dvObjModelo2 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}


.dvObjModelo3 {
    -webkit-animation: fadein 23s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}

.dvObjModelo4x {
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

.dvObjModelo4 {
    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
    -ms-animation: fadein 5s; /* Internet Explorer */
    -o-animation: fadein 5s; /* Opera < 12.1 */
    animation: fadein 5s;
}


.dvObjModelo {
    width: 10%;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}



.imgfundo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
    width: calc(10vw * 1.4642);
    cursor: default;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: calc(-10vh * 0.42);
    margin-left: calc(-10vw * 0.24);
}

    .imgfundo2{
        margin-left:-10%;
    }

    .fundogradiente {
        background-size: contain;
        background-image: url('../img/fundogradiente.png');
        z-index: 98;
        position: absolute;
        width: 100vw;
        height: 86vh;
        top: 0;
        left: 0;
        cursor: default;
    }




.imgX {
    -webkit-mask-image: radial-gradient(to top, transparent 25%, black 50%);
    background-size: contain;
    overflow: hidden;
    width: 10vw;
    height: 10vw;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logoCentral {
    background-size: contain;
    background-image: url('../img/logositecentral.png');
    z-index: 999;
    position: absolute;
    width: 500px;
    height: 500px;
    top: calc(50% - 350px);
    left: calc(50% - 250px);
    cursor: default;
    -webkit-animation: fadein 2s ease; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s ease; /* Firefox < 16 */
    -ms-animation: fadein 2s ease; /* Internet Explorer */
    -o-animation: fadein 2s ease; /* Opera < 12.1 */
    animation: fadein 2s ease;
}



.MenuSite {
    z-index: 99998;
    position: fixed;
    height: 100vh;
    width: 420px;
    top: 0px;
    left: -420px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}


.MenuSiteOn {
    left: 0px !important;
    -webkit-transition: all 0.8s ease-out;
}


.bgMenu {
    z-index: 997;
    position: fixed;
    height: 100vh;
    width: 30vw;
    top: 0px;
    left: -30vw;
    /*background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));*/
    opacity: 0;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.bgMenu_01 {
    z-index: 997;
    position: absolute;
    height: 100vh;
    width: 160px;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity:0.96;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
.bgMenu_02 {
    z-index: 997;
    position: absolute;
    height: 100vh;
    width: calc(30vw - 160px);
    top: 0px;
    left: 160px;
    background-image: linear-gradient(to right, rgba(0,0,0,0.96), rgba(0,0,0,0));
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}



.bgMenuOn {
    opacity: 1;
    left: 0px;
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}


.bgMenu2 {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('../img/fundomenu.png');
    z-index: 997;
    height: 100vh;
    width: 287px;
    opacity:0.8;

}

.btnMenu {
    z-index: 99999;
    position: absolute;
    height:50px;
    cursor:pointer;
    top: 50px;
    left: 50px;
  
}




@media (min-width: 200px) {

    .dvObjModelo {
        width: 20%;
    }

    .imgX {
        width: 20vw;
        height: 20vw;
    }


    .logoCentral {
        width: 180px;
        height: 180px;
        top: calc(50% - 150px);
        left: calc(50% - 90px);

    }


    .imgfundo {

        width: calc(20vw * 1.6642);
        margin-top: calc(-20vh * 0.22);
        margin-left: calc(-20vw * 0.34);
    }

    .imgfundo2 {
        margin-left: -20%;
    }


    .btnMenu {
        z-index: 99999;
        position: absolute;
        height: 50px;
        cursor: pointer;
        top: 20px;
        left: 20px;
    }


    .bgMenu {

        height: 100vh;
        width: 100vw;
        top: 0px;
        left: -100vw;


    }

    .bgMenu_01 {

        height: 100vh;
        width: 160px;
        top: 0px;
        left: 0px;


    }

    .bgMenu_02 {

        height: 100vh;
        width: calc(100vw - 160px);
        top: 0px;
        left: 160px;


    }



    .bgMenuOn {
        opacity: 1;
        left: 0px;

    }

    .dvHomeTotal3 {
        background-image: url('../img/blogallure_mob.jpg');
    }
}

@media (min-width: 767px) {

    .dvObjModelo {
        width: 10%;
    }

    .imgX {
        width: 10vw;
        height: 10vw;
    }

    .btnMenu {
        z-index: 99999;
        position: absolute;
        height: 50px;
        cursor: pointer;
        top: 50px;
        left: 50px;
    }

    .logoCentral {
        width: 500px;
        height: 500px;
        top: calc(50% - 350px);
        left: calc(50% - 250px);
    }



    .imgfundo {
        width: calc(10vw * 1.4642);
        margin-top: calc(-10vh * 0.42);
        margin-left: calc(-10vw * 0.24);
    }

    .imgfundo2 {
        margin-left: -10%;
    }

    .bgMenu {
        height: 100vh;
        width: 30vw;
        top: 0px;
        left: -30vw;
    }

    .bgMenu_01 {
        height: 100vh;
        width: 160px;
        top: 0px;
        left: 0px;
    }

    .bgMenu_02 {
        height: 100vh;
        width: calc(30vw - 160px);
        top: 0px;
        left: 160px;
    }


    .bgMenuOn {
        opacity: 1;
        left: 0px;
    }

    .dvHomeTotal3 {
        background-image: url('../img/allurefundoblog2.jpg');
    }
}


@media (min-width: 1024px) {

    .dvObjModelo {
        width: 10%;
    }
}


@media (min-width: 1333px) {

    .dvObjModelo {
        width: 10%;
    }
}

@media (min-width: 1630px) {

    .dvObjModelo {
        width: 10%;
    }
}


@media (min-width: 1880px) {

    .dvObjModelo {
        width: 10%;
    }
}


.MenuTextoTitulo {
    z-index: 999;
    position: absolute;
    cursor: pointer;
    left: 50px;
    top: 0px;
    height: 50px;
    vertical-align: top;
    padding: 0px;
    font: Gotham;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #d8d8d8;
    line-height: 0.8;
}



.lstMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    margin-top: 18vh;
    margin-left: -320px;
    font-family: Gotham;
    font-size: 35px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    transition: all 1.2s ease-in-out;
}

.lstMenu_On {
    margin-left: 50px!important;
}


.lstMenu li a {
    color: #ffffff;
    text-decoration: none;
}


        .lstMenu li a:active {
            color: inherit;
            text-decoration: none;
            background:none;
        }




.bordaTranspTopo {
    visibility: hidden;
    transition: linear 0.5s ease-in-out;
    -moz-transition: linear 0.5s ease-in-out;
    -webkit-transition: linear 0.5s ease-in-out;
}


.bordaTranspTopoAtivo {

    visibility: visible;
    width: 100%;
    height: 88px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    position: absolute;
    top: 100%;
    transition: linear 0.5s ease-in-out;
    -moz-transition: linear 0.5s ease-in-out;
    -webkit-transition: linear 0.5s ease-in-out;
}


.menuBtnRect {
    width: 35px;
    height: 5px;
    border-radius: 1.4px;
    background-color: #d8d8d8;
    margin-bottom: 5px;
}


.btnMenu:hover .menuBtnRect {
    background-color: #ffffff;
}

.btnMenu:hover .MenuTextoTitulo {
    color: #ffffff;
}

.lstMenu li {
    /* padding:15px;*/
    height: 10vh;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}


    .lstMenu li:hover {
        font-weight: bold;
    }

    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /* Internet Explorer */
    @-ms-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }



.dvListaModels{
    
    position:relative;
    cursor:pointer;
}


.MenuTopo {
    width: 100%;
    height: 150px;
    background-color: #000000;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    left: 0px;
    z-index:9999;
}


.MenuTopoMenor {
    width: 100%;
    height: 90px;
    background-color: #000000;
    position: -webkit-sticky; /* Safari */
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9999;
}


.imgLogoTopo{
    width:160px;
    height:60px;
    position:absolute;
    top: calc(50% - 50px);
    left: calc(50% - 80px);
        
}



.imgLogoTopoMenor {
    width: 160px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: calc(50% - 80px);
}


.toolBarTopo{
    margin-top:100px;
    margin-left:calc(50% - 470px);

    width:940px;
}

.listaInicial {
    padding: 0px;
    margin: 0px;
    list-style: none;

    text-align: center;

    display: inline;
    font-family: Gotham;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: normal;
    text-align: center;
    color: #6c6c6c;
}

    .listaInicial li {
        display: inline;
        margin-right:1px;
        cursor:pointer;
    }

        .listaInicial li:hover {
            color: #ffffff;
        }


.listaTipo {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6c6c6c;
    display: inline;
    margin-right: 30px;
}

    .listaTipo li {
        display: inline;
        margin-right: 12px;
        cursor: pointer;
    }


        .listaTipo li:hover {
            color: #ffffff;
        }



.ModelImg {
    cursor: pointer;
    /* transition: all 1s ease;*/


    position: relative;
    width: 100%;
    webkit-filter: grayscale(100%) saturate(80%);
    filter: grayscale(100%) saturate(80%);
    cursor: pointer;
    border: 0px solid #000000;
    /* transition: all 1s ease; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /**aqui para mudar*/
}


.ModelImgSobre {
    /* -webkit-filter: grayscale(100%) saturate(80%);
    filter: grayscale(100%) saturate(80%);*/
    cursor: pointer;


    /* transition: all 1s ease;*/
 
    position: absolute;
    top: 6px;
    left: 7px;
    width: calc(100% - 14px);


    /**aqui para mudar*/
}



.wlTools {
    width: 100%;
    height: 50px;
    padding-right: 30px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #FFFFFF;
}
.countModelsWL {
    position: relative;
    display: block;
}


.wl_NoModel {
    display:none;
    width: 100%;
    text-align: center;
    font-family: Gotham;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}


.wlToolslbl {
    font-family: Gotham;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-left:20px;
    margin-top:20px;
}

.nomeModeloLista {
    font-family: Gotham;
    background-color: #242424;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
    height: 45px;
    color: #a3a3a3;
    width: 100%;
    margin-top: 0;
    top: calc(100% -35px);
    z-index: 9998;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.nomeModeloLista2 {
    font-family: Gotham;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.98));
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    height: 45px;
    color: #FFFFFF;
    width: calc(100% - 16px);
    top: calc(100% - 52px);
    z-index: 999;
    padding-top: 16px;
    position: absolute;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dvInfoModel {
    width: calc(100% - 15px);
    text-align: center;
    font-family: Gotham;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    z-index: 77;
    vertical-align: middle;
    height: 174px;
    top: calc(50% - 107px);
    padding-left: 20px;
    padding-right: 20px;
    visibility: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}




.titNomeModelo {
    width: calc(100% - 16px);
    text-align: center;
    font-family: Gotham;
    font-size: 22px !important;
    font-weight: bold;
    vertical-align: middle;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    z-index: 78;
    vertical-align: middle;
    height: 40px;
    bottom: 8px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgba(0,0,0,0.5);
}

.lblNomeModelo {
    font-family: Gotham;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 14px;
}


.lblNomeModelo2 {
    font-family: Gotham;
    font-size: 22px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}

.WL_ModelsR {
    position: absolute;
    bottom: 20px;
    right: 22px;
    z-index: 978;
    visibility: visible;
    cursor:pointer;
}


.dvListaModels:hover .dvInfoModel {
    visibility: visible;
}

.dvListaModels:hover .ModelImgSobre {
    -webkit-filter: grayscale(0%) brightness(25%) !important;
    filter: grayscale(0%) brightness(25%) !important;
}

.dvListaModels:hover .ModelImg {
    -webkit-filter: grayscale(0%) brightness(25%) !important;
    filter: grayscale(0%) brightness(25%) !important;
}



.colorSlider{
    position:absolute;
    height:30px;
    width:160px;
    margin-top:-35px;
    right:20px
}


.lblSliderPb {
    text-align: center;
    font-family: Gotham;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    float: left;
    margin-top: -20px;
}

.lblSliderColor {
    text-align: center;
    font-family: Gotham;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    float: right;
    margin-top: -20px;
}

.instaImg {
    display: inline-grid;
    width: 20%;
    padding-bottom: 20%;
    height: 0;
    overflow-y: hidden;
    float: left;
    position: relative;
    background-color:rgba(0,0,0,0);
}



@media (min-width: 200px) {
    .instaImg {
        width: 50%;
        padding-bottom: 50%;
    }
}



@media (min-width: 400px) {
    .instaImg {
        width: 50%;
        padding-bottom: 50%;
    }
}


@media (min-width: 767px) {
    .instaImg {
        width: 33.3333%;
        padding-bottom: 33.3333%;
    }
}


@media (min-width: 1024px) {
    .instaImg {
        width: 33.3333%;
        padding-bottom: 33.3333%;
    }
}


@media (min-width: 1333px) {
    .instaImg {
        width: 25%;
        padding-bottom: 25%;
    }
}

@media (min-width: 1630px) {
    .instaImg {
        width: 20%;
        padding-bottom: 20%;
    }
}


@media (min-width: 1880px) {
    .instaImg {
        width: 20%;
        padding-bottom: 20%;
    }

}



.imgObjInsta {
    width: 100%;

}
    .imgObjInsta:hover {
        -webkit-filter: grayscale(0%) !important;
        filter: grayscale(0%) !important;
        -webkit-filter: brightness(25%) !important;
        filter: brightness(25%) !important;
    }

.block {
    position: absolute;
    text-align: center;
    background: #FFFFFF;
    width: 100%;
    height: 100%; 
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    border-top: 10px solid #000000;
}


.BlogCentral {
    background-size: contain;
    background-image: url('../img/alluremsgblog.png');
    z-index: 999;
    position: absolute;
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    cursor: default;


}


.imgBlog {
    width: 100%;
    min-width: 100vw;

}


.containerfeed {
    margin-top: 18vh;
    width: 100%;
    height:82vh;
    background-color:#000000;
    overflow:hidden;
    border-bottom:10px solid #000000;
}

.lblTituloFeed {
    text-align: center;

    line-height: 0.8;
    position: absolute;
    top: 9vh;
    left: 0 auto;
    width: 100%;
    font-family: Gotham;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    z-index:999;
    letter-spacing: normal;
    color: #d8d8d8;
}


.fimpretopag {
    height: 50px;
    width: 100%;
    position:absolute;
   background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    left:0px;
    top:calc(100% - 50px);


}


.fimpretopag3 {
    height: 100px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    left: 0px;
    bottom: 0px;
    z-index: 999;
}



.iniciopretopag {
    height: 50px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    left: 0px;
    top: 0px;
}


.iniciopretopag3 {
    height: 18vh;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    left: 0px;
    top: 0px;
    z-index:998;
}


.textoInsta {
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    z-index: 77;
    vertical-align: bottom;
    bottom:20px;
    padding-left:20px;
    padding-right:20px;
    visibility:hidden;
}



.block:hover .textoInsta {
    visibility: visible;
}


.block:hover > .ModelImgSobre {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    -webkit-filter: brightness(25%) !important;
    filter: brightness(25%) !important;
}



.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    margin-top:4px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.sliderT {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    -webkit-transition: .4s;
    transition: .4s;
    border:2px solid #fff;
}

    .sliderT:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: -4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderT {
    background-color: #000000;
}

input:focus + .sliderT {
    box-shadow: 0 0 0px #FFFFFF;
}

input:checked + .sliderT:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.sliderT.round {
    border-radius: 34px;
}

    .sliderT.round:before {
        border-radius: 50%;
    }


.txtcolorSlider {
    font-family: Gotham;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #d8d8d8;

    vertical-align:top;

}


.MenuTopo2 {
    width: 100%;
    height: 80px;
    background-color: #000000;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 95;
}

.containerModel {
    width: 100%;
    top: 0px;
    vertical-align: top;
}

.leftModel {
    float:left;
    background-color: #000000;
    width: 300px;
    height: 100vh;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

.centerModel {
    float: left;
    width: calc(100% - 470px);
    height: 100vh;
    background-color: #000000;
    top: 0px;
    height: 100vh;
    margin: 0px;
    padding: 40px;
}

.rightModel {
    float: left;
    background-color: #131415;
    width: 170px;
    height: 100vh;
    top: 0px;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}


.dvModelInfos {
    top: 0px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    z-index: 98;
    height: 100vh;
    width:100%;
    overflow:hidden;
}


.ModInfo_Foto {
    margin-top:140px;
    padding-right: 60px;
    padding-left: 60px;
}


.ModInfo_Logo {
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding-right: 80px;
    padding-left: 80px;
    width: 300px;
}

.ModInfo_Nome {
    width: 100%;
    font-family: 'Gotham';
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top:30px;
}


.ModInfo_Nome_Insta {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #858997;
}


.ModInfo_Medida {
    font-family: 'Gotham';
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.setaesq {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 1.3px;
    border-right: 3px solid #d8d8d8;
    border-top: 3px solid #d8d8d8;
}

.containerImgs {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100vw - 550px);
    height: calc(100vh - 80px);
    overflow: hidden;
    
}

.imgSlider {
    opacity:0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    align-content: center;
    margin: 0 auto;
    position: absolute;
    z-index:20;
    visibility:hidden;
}

.imgSliderActive {
    visibility: visible;
    opacity: 1 !important;
    z-index: 30 !important;
}

.container-minSlide {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: calc(100vh - 300px);
    overflow-y: hidden;
    margin-top: 40px;
}

.minSlideFoto {
    width: 100%;
    margin-bottom: 10px;
}


.img_mini_slider {
    cursor:pointer;
    -webkit-filter: grayscale(100%) ;
    filter: grayscale(100%) ;
}

.img_mini_slider_Active {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}

.dvScrollUp {
    position: absolute;
    margin-top: 180px;
    width: 170px;
    text-align: center;
    margin-left: 0px;
    cursor: pointer;
}


.dvScrollDown {

    margin-top: 10px;
    width: 170px;
    text-align: center;
    margin-left: 0px;
    cursor:pointer;
}


.subMenuTipo {
    font-family: Gotham;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #858997;
    margin-top: 100px;
    width: 170px;
    padding-right:30px;

    height:75px;
}

    .subMenuTipo .active {
        font-weight: bold;
        color: #ffffff;
    }

.btnVoltar{
    position:absolute;
    top:40px;
    left:40px;
}


.WL_Models {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 78;
    visibility: hidden;
    fill:none;
}


.dvListaModels:hover .WL_Models {
    visibility: visible;
}


.WL_Models_ativo {
    visibility: visible;
    fill:#FFFFFF;
    
}


.ModelImgActive {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
   
       
    -webkit-filter: brightness(100%) saturate(60%) !important;
    filter: brightness(100%) saturate(60%) !important;   

   
}



.btn_site_principal {
    font-family: Gotham;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    background-color: #000000;
    border: 3px solid #FFFFFF;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 22px;
    color: #FFFFFF;
    cursor:pointer;
}



    .btn_site_principal:hover {
        background-color: #FFFFFF;
        font-weight: bold;
        border: 3px solid #FFFFFF;
        padding-top: 8px;
        padding-bottom: 10px;
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 22px;
        color: #000000!important;
    }


        .btn_site_principal:hover svg g g {
            fill: #000000 !important;
        }

.FormSite {
    padding-top: 25px;
    padding-left: 20px;
    text-align: center;
}



.mytextbox {
    -webkit-user-select: text;
    width: 100%;
    padding: 12px 18px;
    -webkit-appearance: none;
    border-radius: 7px;
    border: 1px solid #3e3e3e;
    background-color: #000000;
    /*font-family: Gotham;*/
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #bdbdbd !important;
}

.mytextboxTT {
    color: #bdbdbd !important;
    padding: 12px 18px;
    border: 1px solid #3e3e3e;
    border-radius: 7px;
    background-color: #000000;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.FormSiteSelect {
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
}

    .FormSiteSelect select {
        width: 100%;
        padding: 12px 18px;
        margin: 3px 20px 0px 30px;
        box-sizing: border-box;
        border-radius: 7px;
        border: 1px solid #000000;
        background-color: #000000;
        /*font-family: Gotham;*/
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #bdbdbd;
    }


.tituloInput {
    z-index: 190;
    position: absolute;
    top: -8px;
    left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #a3a3a3;
    text-align: left !important;
    background-color: #000000;
}

.frmTextArea {
    width: 100%;
    padding: 12px 18px;
    border-radius: 7px;
    border: 1px solid #3e3e3e;
    background-color: #000000;
    /*font-family: Gotham;*/
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #bdbdbd;
}


.frmTextArea2 {
    width: 100%;
    padding: 12px 18px;
    border-radius: 7px;
    border: 1px solid #3e3e3e;
    background-color: #000000;
    /*font-family: Gotham;*/
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #bdbdbd;
}


.btn_site_principalG {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #FFFFFF;
    border: 0px solid;
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    color: #000000;
    cursor: pointer;
   
}


.btn_site_principalG_alt {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #FFFFFF;
    border: 0px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
    .btn_site_principalG_alt:hover {
        font-weight: bold;
        padding-top: 11px;
        padding-bottom: 12px;
        padding-left: 35px;
        padding-right: 35px;
    }

.btnMenuStatic{
    position:fixed!important;
}

.titcontato{
    font-size:24px;
    width:100%;
    text-align:center;
    position:relative;
}

.subtitcontato {
    font-size: 16px;
    width: 100%;
    text-align: center;
    position: relative;
}

.btnMelhor {
    border: 1px solid #FFFFFF;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    font-size:13px;
    padding-bottom:5px;
    padding-top:3px;
    padding-left:12px;
    padding-right:12px;
}


.btnMelhor:hover {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}


.btn_listaAdd {
    border: 1px solid #FFFFFF;
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    width:auto;
    cursor:pointer;

}

    .btn_listaAdd:hover {
        border: 1px solid #000000;
        background-color: #FFFFFF;
        color: #000000;
    }


.btn_listaAtivo {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
}
