
body{
    clear: both;
    padding-top: 2vh !important;
    background-image: url(../../imagens/modelo_padrao/fundo_mais_claro.jpg);
    background-repeat: no-repeat repeat;
    background-color: whitesmoke;    
}

.btn-group{
    margin-top: 7px;
}


footer .agenciaCriadora a{
    margin-right: 1.2vw;
    font-size: 0.7vw;
    color: black;
    text-decoration: none;
}

footer .agenciaCriadora img{
    width: 6vw;
    height: auto;
    margin-top: 1vh;
    margin-bottom: 3vh;
}

.logoCima{
    /*background-color: #ffffff;*/
    /*margin-left: 1.2vh;*/ 
    width: 10vw;
    height: auto;
    margin: 0.5vw;
    /*opacity : 0.5;*/
}

.panel-body{
    /*background-color: red;*/
    text-align: justify;
}

/*Menu EMCOLHIDO*/
.navbar-toggle{
    background-color: #3c58a4 !important; 
}

.imagemRedesSociais{
    width: 2.5vw;
    height: auto;
}

.col-lg-4{
    padding: 2vh;
    /*background-color: greenyellow;*/
    min-height: 73vh;
    /*border: 1px #cc0000 solid;*/
}

.col-lg-4 h2{
    /*color: #3c58a4; #d9534f;*/
    /*font-size: 1.8vw;*/
}


@media (min-width:200px) and (max-width: 500px){
    .carousel-caption{
        clear: both;
        position: relative;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
     }
     
     .btn-primary{
         clear: both;
         width: 60vw;
         /*margin-left: -10vw;*/
         font-size: 6vw;
         margin-left: -3vw;
     }
     
    .btn-success {
        clear: both;
        margin-left: -25vw;
    } 
    
    .col-lg-4 h2{
        clear: both;        
    }
    
}    

@media (min-width: 1400px) and (max-width: 2000px){
    .imagemHospedagem{
        clear: both; 
        margin-left: -10vw; 
        margin-top: 5vh; 
        width: 85vw; 
        height: auto;
        /*border: 1px solid greenyellow;*/
    }
    
    .watts {
      width: 9vw;
      height: 11vh;
      background-color: whitesmoke;
      position: fixed;
      top: 7%;
      right: 2vh;
      font-weight: bold;
      color: #47be32;
      border: 1px solid #47be32;
      border-radius: 0.5vw;
      padding-left: 0.7vw;
      padding-top: 0.2vh;  
      opacity: 75%;
    }    
    
}

