
/* Menu Mobile */
/* icones */
.btn-default{
    border:1px solid gray;
}
.btn-default:hover {
    border: 1px solid white;
}

#logoMenuMB {
    left: 0px;
}
 
 .header .logo {

    display: flex;

}
 
 body{
 
    margin: 0;
    
 
 }
 
 
 li a{
 
    color: white;
 
 }
 
 li{
 
    margin: 20px;
 
 }
 
 
 
 .icones{
 
   width: 10%;
    margin: 15px;
    margin-top: auto;
 
 }
 
 #perfilMB{width: 15%;}
 
 
 
 .header {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0%;
    display: block;
 }

 #headerMB img{
    width: 15vh;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    }
 .header ul{
 
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
 
 }
 
 span{
    color: white;
     position: relative;
     top: 15%;
 }
 
 .header ul a{
 
    display: flex;
    font-size:19px;
    padding: 10px;
    text-decoration: none;
 
 }
 
 .header ul a:hover{
 
    background-color: transparent;
 }
 
 
 
 .header .menu{
    max-height: 0;
    clear: both;
    transition: max-heigth .2s ease-out;
 }
 
 .header .menu-icon{
 
    position: relative;
    float: right;
    left: -40px;
    top: -20px;
    cursor: pointer;
 
 }
 


 
 .header .menu-icon .nav-icon{
 
    background: white;
    display: block;
    height: 2px;
    width: 25px;
    left: -17px;
     top: 5px;
     position: absolute;
 
    z-index: 9;
 
 }
 
 
 .header .menu-icon .nav-icon::before{
 
    background:white;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
 
 
 }
 
 .header .menu-icon .nav-icon::after{
 
    background: white;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .2s ease-out;
    top: -5px;
 
 
 }
 
 .header .menu-btn{
 
    display: none;
 }
 
 .header .menu-btn:checked ~ .menu {
    height: 1000px;
    max-height: 135vh;
    width: inherit;
    position: absolute;
    background: linear-gradient(52deg,#5CD6E6 4%,#FC83B3 );
    top: 1%;
    transition: 1s ease-in;
 }
 
 
 .header .menu-btn:checked ~ .menu-icon .nav-icon{
 
     background-color: transparent;
 
 
 }
 
 .header .menu-btn:checked ~ .menu-icon .nav-icon:before{
 
     transform: rotate(-45deg);
     top: 0;
 
 
 }
 
 .header .menu-btn:checked ~ .menu-icon .nav-icon:after{
 
     
    transform: rotate(45deg);
    top: 0;
 
 }

 /*---------------------- Corpo-------------------------------- */

/*body {
    background: linear-gradient(-3deg,#5CD6E6 8%,#FC83B3 );
    font-family: 'Titillium Web', sans-serif;
    background-size: cover;
}*/



img{
        width: 30%;
}



#template_login {
    color: #fff;
  
}

.corpo{
    font-size: 25px;
}

.page p{
    font-size: 15px;
    top: 150px;
    position: absolute;

}


.div-branca {
    color:#000;
    width: 550px;
    height: 200px;
    position: absolute;
    top: 40%;
}

.div-branca p {
 text-align: center ;
}

.row{overflow-x:hidden;}
.wrapper { padding-top: 100px; }

/*------------------------- circulo branco--------------------------------- */

.bg-login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.branco{
    margin-top: 15px;
}


.bg-white-circle {
    height: 100%;  
    position: relative;
    
}

.white-circle {
    position: relative;
    color:#000;
    font-size: 20px;
    padding: 40px;

   
    
}

.white-circle:before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 30vh;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: white;
    z-index: -1;
    border-radius: 61% 60% 0 0;
    
}

/*-----------------------------fim do circulo branco------------------------------------------ */

body{
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;

}


.navbar-brand-2{
    display: none;
}

/* -------------------------------- Link Esqueci Senha------------------------------------ */

.Esqueceusenha {
    color: white;
    margin-left: 2px;
}

/*---------------------------------posição do Icone drop down -----------------------------*/
.caret-down {
    margin-left: 96%;
    margin-top: 21px;
}


/*----------------------------- Responsividade---------------------------------- */


@media only screen and (MAX-width: 576px) {

    /*esconder círculo branco em telas mobile grandes */
    /*.white-circle:before {
        display: none !important;
    }*/

     .branco {
        margin-top: 180px;
    }
}


@media only screen and (max-width: 767px) {

    .white-circle {
        position: relative;
        color: #000;
        font-size: 20px;
        padding: 0px;
        margin-left: 14px;
        margin-top: -215px;
    }

  
}


@media only screen and (max-width: 991px) {

    .white-circle {
        position: relative;
        color: #000;
        font-size: 20px;
        padding: 0px;
        margin-left: 14px;
        margin-top: -149px;
    }
}

@media only screen and (min-width: 1024px){
    .logoLogin {
        height: auto;
        width:auto;
        padding-left: 30px;
        padding-top: 7px;
    }

    /*.wrapper { padding-top: 65px; }*/
    .white-circle:before { content: none; }
/*
    body {
        background: linear-gradient(115deg, #FC83B3 0%, #5CD6E6);
        background-size: cover;
    }*/

    .bg-white-circle:before {
        border-radius: 50% 0 0 50%;
        background: #fff;
        left: -50%;
        content: '';
        position: absolute;
        height: 200vh;
        top: 50%;
        transform: translateY(-50%);
        width: 100vw;
        padding: 30px 0;
        margin: 25;
        display: block;
    
        
    }

    .navbar-brand-2{
        display: block;

    }


    .Esqueceusenha:hover{
        text-decoration: none;
        color: white;
    }

        .page{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .body{
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    /*esconder funções mobile*/

    .header {
        display: none;
     }

    
    
}

@media only screen and (max-width: 1024px) {


    .wrapper {
        padding-top: 65px;
    }

    .white-circle:before {
        content: none;
    }

    body {
        background: linear-gradient(115deg, #FC83B3 0%, #5CD6E6);
        background-size: cover;
    }
    #headerMB img {
        width: 26vh;
        position: relative;
        padding-top: 15px;
        padding-left: 15px;
    }
    .bg-white-circle:before {
        border-radius: 50% 0 0 50%;
        background: #fff;
        left: -50%;
        content: '';
        position: absolute;
        height: 200vh;
        top: 50%;
        transform: translateY(-50%);
        width: 100vw;
        padding: 30px 0;
        margin: 25px;
        display: block;
    }

    .navbar-brand-2 {
        display: block;
    }

    .logoLogin {
        width: 60%;
        margin-left: 12px;
    }

    .Esqueceusenha:hover {
        text-decoration: none;
        color: white;
    }

    .page {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    .body {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }

    /*esconder funções mobile*/

    .header {
        display: none;
    }
}








 /*.bgimg {
   background-image: url('/wwroot/image/produtos/forest.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    font-size: 25px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}*/

