
	 body {
	    background: url(boas_vindas/fundo.jpeg) no-repeat center top fixed;
	 
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	  }

    .geral {

      width:700px; /* Tamanho da Largura da Div */
      height:250px; /* Tamanho da Altura da Div */
      position:absolute; 
      top:50%; 
      margin-top:-125px; /* ou seja ele pega 50% da altura tela e sobe metade do valor da altura no caso 100 */
      left:52%;
      margin-left:-400px; /* ou seja ele pega 50% da largura tela e diminui  metade do valor da largura no caso 250 */
      background-color: #0D4166;
      opacity: 0.8;
    }

    .texto-1 {
      text-align: right;
      color: white;
      font-size: 15px;
      font-family: 'Roboto', sans-serif;
      position: relative;
      padding-top: 20px;
    }

    .texto-2 {
        padding-top: 40px;
        padding-right: 30px;
        text-align: right;
        color: white;
        font-size: 60px;
        font-family: 'Roboto', sans-serif;

      }

    .roda-pe {
    	font-size: 12px;
      padding-top: 60px;
      padding-right: 30px;
      text-align: right;
      color: white;
      font-family: 'Quicksand', sans-serif;
    }

    .img  {
        padding-top: 20px;
        padding-left: 20px;
        float: left;
    
        
      }

    .btn1  {
    	padding-top: 30px;
      padding-left: 50px;
      float: left;
      width: 230px;
      height: 139px;
      cursor: pointer;
    }

  .btn1 :hover {
     background: #0D4166;
     opacity: 0.8;
     color: red;
    }

    .btn2  {
      padding-top: 30px;
      padding-right: 50px;
      float: right;
      width: 230px;
      height: 139px; 
      cursor: pointer;
    }

    .btn2 :hover {
     background: #0D4166;
     opacity: 0.8;
     color: red;       
    }

    .linha-superior {

    	float: right;
    	padding-top: 5px;
    }

    .linha-inferior {

    	display: block;
      float: left;
    	padding-left: 20px;
      clear: both;
    }

