@font-face {
    font-family: 'Averta';
    src: url('AvertaRegular.otf');
}

@font-face {
    font-family: 'AvertaThin';
    src: url('AvertaThin.otf');
}


@font-face {
    font-family: 'AvertaBold';
    src: url('AvertaExtraBold.otf');
}



@font-face {
    font-family: 'AvertaBlack';
    src: url('AvertaBlack.otf');
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    align-content: center;
    background-color: #1d1e20;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.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;
}

.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;
}

.footer {

}
.container {
 
    padding: 0px;
    margin: 0px;
}

.MainDiv {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background-color: #1d1e20;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px;
}

    .MainDiv::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .MainDiv {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }


.emodelFooter {
    background-color: #252628;
    height: 40px;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    left: 0 auto;
    margin: 0 auto;
    overflow-x: hidden;
}


.iconeAgencia{
    float:left;
    margin-left:6px;
    margin-top:6px;
    width: 60.42px;
    height:29px;

}

.iconeEmodel {
    float: right;
    margin-right: 6px;
    margin-top: 6px;
    width: 60.42px;
    height: 29px;
}

.mybackimage {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    overflow: hidden;
}



.blur-modelo-profile {
    overflow: hidden;
    width: 608px;
    height: 212px;
    margin: 0 auto;
}

.topo-profile-modelo {
    width: 120%;
    height: 202px;
    background-size: cover;
    overflow: hidden;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: relative;
    margin: 0 auto;
    margin-top: -20px;
    margin-left: -20px;
}




.dv-modelo-foto-profile {
    width: 200px;
    content: " ";
    margin: 0 auto;
    height: 44px;
}

.img-modelo-circle-profile {
    width: 136px;
    height: 136px;
    border-radius: 68px;
    position: absolute;
    margin-top: -95px;
    margin-left: 36px;
}

.nomeModelo {
    font-family: AvertaBlack;
    font-size:  16px;
    line-height: 1;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}

.subtextoModelo {
    font-family: AvertaThin;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    margin-top: 6px;
    line-break: normal;
    white-space: break-spaces;
    margin-left: 30px;
    margin-right: 30px;
}



.LogoAgencia {
    background-image: url('/img/LogoAgencia.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.LogoEmodel {
    background-image: url('/img/LogoEmodel.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.iconShare {
    width: 28px;
    height: 28px;
    position: absolute;
    background-color: #ffffff;
    opacity: 0.5;
    font-family: AvertaBold;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    top: 20px;
    right: 20px;
    line-height: 1.1;
    border-radius: 50%;
    cursor: pointer;
}



@media (min-width: 767px) {

    .topo-profile-modelo {
        width: 120%;
        height: 212px;
    }
   
    body {
        align-content: center;
        background-color: #e3e6ec;
    }



    .MainDiv {
        max-width: 432px;
        min-width: 432px;
        min-height: 720px;
    }

    .emodelFooter {
        height: 44px;
        max-width: 432px;
    }

    .iconeAgencia {
        width: 71px;
        height: 34px;
    }

    .iconeEmodel {
        width: 71px;
        height: 34px;
    }

    .img-modelo-circle-profile {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        margin-top: -102px;
        margin-left: 25px;
    }

    .dv-modelo-foto-profile {
        width: 200px;
        height: 50px;
    }


    .nomeModelo {
        font-size: 18px;
        margin-top: 18px;
    }

    .subtextoModelo {
        font-size: 14px;
        margin-top: 8px;
    }

    .iconShare {
        width: 33px;
        height: 33px;
        font-size: 18px;
        top: 20px;
        right: 20px;
    }

}


@media (min-width: 1333px) {

    .topo-profile-modelo {
        width: 120%;
        height: 212px;
    }

    .MainDiv {
        max-width: 432px;
        min-width: 432px;
        min-height: 720px;
    }
    .emodelFooter {
        height: 40px;
        max-width: 432px;
    }
    .iconeAgencia {
        width: 71px;
        height: 34px;
        margin-top: 3px;
    }

    .iconeEmodel {
        width: 71px;
        height: 34px;
        margin-top: 3px;
    }

    .img-modelo-circle-profile {
        width: 140px;
        height: 140px;
        border-radius: 70px;
        margin-top: -92px;
        margin-left: 30px;
    }

    .dv-modelo-foto-profile {
        width: 200px;
        height: 40px;
    }

    .nomeModelo {
        font-size: 16px;
        margin-top: 18px;
    }

    .subtextoModelo {
        font-size: 13px;
        margin-top: 8px;
    }

    .iconShare {
        width: 33px;
        height: 33px;
        font-size: 18px;
        top: 20px;
        right: 20px;
    }

}



@media (min-width: 1880px) {

    .topo-profile-modelo {
        width: 120%;
        height: 272px;
    }


    .MainDiv {
        max-width: 586px;
        min-width: 586px;
        min-height: 800px;
    }
    .emodelFooter {
        height: 52px;
        max-width: 586px;
    }
    .iconeAgencia {
        width: 100px;
        height: 48px;
        margin-top: 2px;
    }

    .iconeEmodel {
        width: 100px;
        height: 48px;
        margin-top: 2px;
    }

    .img-modelo-circle-profile {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        margin-top: -130px;
        margin-left: 50px;
    }

    .dv-modelo-foto-profile {
        width: 300px;
        height: 80px;
    }

    .nomeModelo {
        font-size: 22px;
        margin-top: 6px;
    }

    .subtextoModelo {
        font-size: 16px;
        margin-top: 10px;
    }

    .iconShare {
        width: 42px;
        height: 42px;
        font-size: 22px;
        top: 30px;
        right: 30px;
        line-height: 1.4;
    }

}



.boxRedesSociais {
    margin: 0 auto;
    margin-top: 18px;
    align-items: center;
}

.btnIco {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0px;
    cursor: pointer;
}

.boxLinks {
    margin: 0 auto;
    margin-top: 9px;
    width: 100%;
    min-height: 300px;

}


.boxscroll {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    align-items: center;

}

.btnLink {
    margin-top: 17px;
    text-align: center;
    width: 100%;
    height: 38px;
    border: 1.5px solid #ffffff;
    border-radius: 19px;
    vertical-align: middle;
    padding-right: 32px;
    cursor: pointer;
    transition: transform 0.5s ease-out;
}

    .btnLink img {
        
        float: left;
        margin-top: calc(30px - 22px);
        margin-left: 11px;
        border-radius: 6px;
    }

    .btnLink span {
        float: left;
        margin-top: 4px;
        margin-left: 8px;
        border-radius: 6px;
        width: 28px;
        height: 28px;
        padding: 0;
    }


    .btnLink label {
        font-family: AvertaThin;
        font-size: 14px;
        margin-top: 10px;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }


    .btnLink:active {
        background-color: #2c2e31;
    }


.lblNomeModelo2 {
    font-family: Averta;
    font-size: 22px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.5;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}

.nomeModelo2 {
    font-family: Averta;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding-top: 35px;
}


.medidasModelo {
    font-family: AvertaThin;
    position: absolute;
    top: 110px;
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    color: #FFFFFF;
}

.medidasModeloTable {
    font-family: AvertaThin;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: left !important;
    line-height: 1.2;
    width: 100%;
    max-width:600px;
    margin:0 auto;
}

.medidaActive {
    font-weight: bold;
}

.instaModelo {
    font-family: AvertaThin;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;
}


.MenuTopoHome3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    height: 200px;
    position: fixed;
    background-color: #1d1e20;
    z-index: 9995;
    opacity: 1;
    top: 0px;
}


.containerPortifolio {
    margin: 0 auto;
    margin-left: 0 auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    min-height: 100vh;
    background-color: #1d1e20;
    padding-top: 200px;
}

.espacoscrollextra {
    width: 100%;
    height: 50px;
}



.pgFotosModelo {
    width: 100%;
    
}

.divModeloThumb {
    width: 50%;
    display: inline-block;
}




@media (min-width: 767px) {


    .boxRedesSociais {
        margin: 0 auto;
        margin-top: 36px;
        align-items: center;
    }


    .divModeloThumb {
        width: 25%;
        display: inline-block;
    }

    .btnIco {
        width: 33px;
        height: 33px;
        margin-left: 2px;
        margin-right: 2px;
    }


    .btnLink {
        margin-top: 20px;
        height: 42px;
        border-radius: 21px;
        padding-right: 34px;
    }


        .btnLink span {
            margin-top: 3px;
            margin-left: 9px;
            width: 31px;
            height: 31px;
        }

        .btnLink label {
            font-size: 16px;
            margin-top: 10px;
            line-height: 1;
        }

    .espacoscrollextra {
        height: 58px;
    }

}


@media (min-width: 1333px) {


    .boxRedesSociais {
        margin: 0 auto;
        margin-top: 20px;
        align-items: center;
    }



    .btnIco {
        width: 33px;
        height: 33px;
        margin-left: 2px;
        margin-right: 2px;
    }


    .btnLink {
        margin-top: 18px;
        height: 36px;
        border-radius: 18px;
        padding-right: 30px;
    }


        .btnLink span {
            margin-top: 1px;
            margin-left: 9px;
            width: 31px;
            height: 31px;
        }

        .btnLink label {
            font-size: 14px;
            margin-top: 8px;
            line-height: 1;
        }


    .divModeloThumb {
        width: 25%;
        display: inline-block;
    }

    .espacoscrollextra {
        height: 58px;
    }
}



@media (min-width: 1880px) {



    .boxRedesSociais {
        margin: 0 auto;
        margin-top: 26px;
        align-items: center;
    }


    .btnIco {
        width: 45px;
        height: 45px;
        margin-left: 4px;
        margin-right: 4px;
    }


    .btnLink {
        margin-top: 24px;
        height: 52px;
        border-radius: 26px;
        padding-right: 49px;
    }


        .btnLink span {
            margin-top: 6px;
            margin-left: 11px;
            width: 38px;
            height: 38px;
        }


        .btnLink label {
            font-size: 18px;
            margin-top: 15px;
            line-height: 1;
        }

    .divModeloThumb {
        width: 20%;
        display: inline-block;
    }

    .espacoscrollextra {
        height: 70px;
    }
}




.icoWhatsapp {
    background-image: url('/img/icoWhatsapp.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoComposite {
    background-image: url('/img/icoComposite.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoMidiaKit {
    background-image: url('/img/icoMidiaKit.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoLink {
    background-image: url('/img/icoLink.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoPortifolio {
    background-image: url('/img/icoPortifolio.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoEmail {
    background-image: url('/img/icoEmail.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoInstagram {
    background-image: url('/img/icoInstagram.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoTiktok {
    background-image: url('/img/icoTiktok.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoFacebook {
    background-image: url('/img/icoFacebook.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoYoutube {
    background-image: url('/img/icoYoutube.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icoTwitter {
    background-image: url('/img/icoTwitter.svg');
    background-repeat: no-repeat;
    background-size: cover;
}





