    /*Verde cheguei

  color: rgb(54, 236, 9);

  Azul petroleo

  color: rgb(1, 0, 20);

  */



* {

    box-sizing: border-box;

}



a{

    text-decoration: none;

}



a {

    transition: .3s;

    transition-property: all;

    transition-duration: 0.3s;

    transition-timing-function: ease;

    transition-delay: 0s;

}





body {

  margin: 0 0;
  padding: 0 0;
  font-family: 'Arial';
  font-weight: lighter;
  min-height: 100%;
  height:100%;
  width: 100%;
}

.background{
  width: 100vw;
  height: 100vh;
  position: fixed;
}



.text-blue{

    color: rgb(1, 0, 20);

}



/* Style the header with a grey background and some padding */

.dinamica_header {

  overflow: hidden;

  background-color: rgb(1, 0, 20);

  padding: 0px 10px;

}



/* Style the header links */

.dinamica_link{

  float: left;

  color: white;

  text-align: center;

  padding: 12px;

  text-decoration: none;

  font-size: 9pt;

  line-height: 25px;

  position: relative;

  top: 50%;

  transform: translate(0%, 50%);

  margin-left: 10px;

  margin-right: 10px;

}



#dinamica_ssjn{

  position: relative;

  top: 50%;

  transform: translate(0%, 25%);



}





/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */

.dinamica_logo {

  border: none;

  float: left;

  color: white;

  text-align: center;

  padding: 12px;

  position: relative;

  top: 50%;

  transform: translate(0%, 0%);

  margin-left: 5px;

  margin-right: 20px;

}



.dinamica_logo img{

  height: 80px;

  border-radius: 10px;

}



/* Style the active/current link*/

.dinamica_active {

    /*border-bottom:1px solid white;*/

    /*Verde cheguei*/

  color: rgb(54, 236, 9);

    

}



.dinamica_link:hover, .dinamica_social_icon:hover{

  /*border-bottom:1px solid white;*/

  color: rgb(54, 236, 9);

}



/* Float the link section to the right */

.dinamica_header-right {

  float:right;

  transform: translate(0%, 40%);

}



.dinamica_topnav {

  float: left;

}



.dinamica_social_icon{

  float: left;

  color: white;

  text-align: center;

  padding: 12px 0px;

  text-decoration: none;

  margin-right: 15px;

  font-size: 12pt;

}



.dinamica_icon{

  display: none;

  color: grey;

  text-align: center;

  padding: 12px;

  text-decoration: none;

  font-size: 9pt;

}



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.) */

@media screen and (max-width: 1000px) {

  .dinamica_topnav a{display: none;}

  .dinamica_social_icon{

      display:none;

  }

  .dinamica_icon {

    position:absolute;

    right: 0;

    top: 0;

    display: block;

  }

  

  .dinamica_footer1{

      font-size: 9pt;

  }

}



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon.dinamica_ This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 1000px) {

  .dinamica_topnav.dinamica_responsive {

      position: relative;

      left: 0;

      top:0;

      width: 100%;

  }

  .dinamica_topnav.dinamica_responsive .dinamica_link {

    float: none;

    display: block;

    text-align: left;

    font-size: 9pt;

    margin: 0 0;

    padding: 10px 10px;

  }

  .dinamica_active{

    background-color: rgb(1, 0, 20);

    color: white;

  }



}



/*-----Footer-----*/



.dinamica_footer1 {

    overflow: hidden;

    text-align: justify;

    display: inline-block;

    bottom: 0%;

    background-color: rgb(1, 0, 20);

    /*background-color: rgb(97, 97, 97);*/

    overflow: hidden;

    text-align: right;

    width: 100%;

    margin: 0 0;

    bottom: 0;

    left: 0;

    font-size: 9pt;

    clear: both;

  position: absolute;

}



.dinamica_footer1 hr{

    margin: auto;

    width: 100%;

    top:0;
    height: 0;
}



.dinamica_column{

    width:50%;

    float:left;

    text-align: justify;

    padding: 20px 10px;

    height: 100px;

}



.dinamica_column span, .dinamica_column i{

    color: white;

}



.dinamica_h2{

    color: white;

    margin: 0 0 15px 0;

    font-size: 11pt;

    font-weight: normal;

}



#dinamica_last-phone{

    margin-bottom: 5px;

}





/*Icone redes sociais*/

.dinamica_icons{

    margin: 0 15px;

    position: relative;

}



.dinamica_image{

    width: 35px;

    height: 35px;

    border-radius: 50%;

    position: relative;

    right: 0px;

    visibility: visible;

}



.dinamica_div-texto{

    position: relative;

    left: 25%;

    top: 50%;

    transform: translate(0%, -50%);

}

.dinamica_div-texto2{

    position: relative;

    left: 15%;

    top: 50%;

    transform: translate(0%, -50%);

}

/*-----------*/



#construcao{

    color: white;

    font-size: 36pt;

    font-weight: lighter;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, calc(-50% - 60px));

    text-align: center;
  z-index: 1000;
}