*{
  margin: 0px;
  padding:0px;
}

/* FONTS */

@font-face{
  font-family:Apis-extraBold;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-ExtraBold.woff') format('opentype');
}
@font-face{
  font-family:Apis-bold;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Bold.woff') format('opentype');
}
@font-face{
  font-family:Apis-regular;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Regular.woff') format('opentype');
}
@font-face{
  font-family:Apis-medium;
	src:url('../fonts/apis_web/WOFF-TT/ApisWeb-Medium.woff') format('opentype');
}

/* FIM FONTS */

/* NAVBAR */


    /* ABA LATERAL MOBILE */
    .side_menu_off{
      display:none;
    }
    /* FIM ABA LATERAL MOBILE */

.btn_togle_mobile{
  display:none;
}

.logo_nav{
  width:75%;
  margin-top:-40px;
  margin-left:40%;
}

.navbar_desktop{
  z-index:999999 !important;
  margin-top:-3%;
  background-color:rgba(255, 255, 255, 0) !important;
  min-height:240px !important;
  background-image: url("../img/back_navbar.png");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: center;
}

.div_wrap_nav{
  margin-top:-50px;

}

.link_nav_descktop{
  font-size:18px;
  color:#002883 !important;
  margin-right:30px;
  font-family:Apis-regular;

}

.link_nav_descktop:hover{
  font-family:Apis-regular;
  color:#2095FF !important;
  font-weight:bold;

}

.img_user_icon{
  margin-top:-9%;
  width:16%;
}

.ativo{
  color:#2095FF;
  font-weight:bold;
  border-bottom:solid 3px #2095FF;
}






/* FIM NAVBAR */





















/* RESPONSIVIDADE  */


@media (max-width:319px) {

}
@media (min-width:320px) and (max-width: 360px){

  /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */




}
@media (min-width:361px) and (max-width: 375px){

   /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width:376px) and (max-width: 414px){

   /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width:415px) and (max-width: 533px){

    /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width: 534px) and (max-width: 575px){

  /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width: 576px) and (max-width:744px){
   /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width: 745px) and (max-width: 767px){
   /* NAVBAR */

      /* ABA LATERAL MOBILE */
      .side_menu_off{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(100%);
        transition: 0.5s;
      }
      .side_menu_active{
        display:block;
        z-index:999999 !important;
        margin-top:-20px;
        position: absolute;
        width:100%;
        min-height:150vh;
        background-color:#2095FF;
        transform: translateX(0%);
        transition: 0.5s;
        
      }

      .div_nav_write{

        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 20px !important;
      }

      .img_logo_mobile_white{
        width:35%;
        margin-top:7%;
      }

      .img_fecha_aba{
        float:right;
        width:35%;
        margin-top:8%;
      }

      .div_links{
        margin-top:50px;
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
      }

      .div_links a{
        text-decoration:none;
        color:#ffffff;
        font-size:25px;
        margin-bottom:20px;
      }

      .img_user_white{
        width:13%;
        margin-left:5px;
        margin-top:-10px;
      }
      /* FIM ABA LATERAL MOBILE */


  .btn_togle_mobile{
    display:block;
  }

  .btn_togle_mobile{
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0);
    border:none !important;
  }

  .btn_togle_mobile:focus{
    outline:none !important;
  }

  .img_icon_togle{
    width:50%;
  }

  .logo_nav{
    width:40%;
    margin-top:-10%;
    margin-left:0%;
  }
  
  .navbar_desktop{
    z-index:888888 !important;
    margin-top:-2%;
    background-color:rgba(255, 0, 0, 0) !important;
    min-height:100px !important;
    background-image: url("../img/back_nav_mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* FIM NAVBAR */
	
}
@media (min-width: 768px) and (max-width: 991px){
	
}
@media (min-width: 992px) and (max-width: 800px){
	
}

@media (min-width: 1401px) and (max-width: 1920px){
  .navbar_desktop{
    z-index:999999 !important;
    margin-top:-3%;
    background-color:rgba(255, 255, 255, 0) !important;
    min-height:240px !important;
    background-image: url("../img/back_navbar.png");
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
