body{
  width: 100%;
  margin:0;
 padding: 20px;
}
.column{

  width: calc(100% / 4);
  height: 100px;
  display: inline-block;
}
/* Carrossel controle */
.carousel {
  position: relative;
  border: -50px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
    font-size: 80px;
    
    
  }
 
  /*Botao de passar os slides*/
  .carousel-indicators li {
    border-color: #f4511e;
    padding: 10px;
   
  }
  
   /*Botao de passar os slides*/
  .carousel-indicators li.active {
    background-color: #f4511e;
    padding: 10px;
    
  }
  
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
    margin-left: 200px;
    margin-right: 200px;
  }
  
  .item span {
    font-style: normal;
  }
/* Fim do Carrossel */
#divBusca{
    position:right; 
    border:solid 1px;
    border-radius:5px;
    width:300px;
  }
  #caixa{
    background-color: #aaa;
  }
   
  #txtBusca{
    float:left;
    background-color:transparent;
    padding-left:5px;
    font-style:italic;
    font-size:18px;
    border:none;
    height:32px;
    width:260px;
  }
.navbar {
    margin-bottom: 0;
    border-radius: 0;
  }
img{
    position: relative;
    box-align: center;
  
}


div{
        border-radius: 50px 20px 30px 20px;  
        color: rgb(62, 8, 161);
        border-right-color: black;     
}
#rodape{
  box-shadow: none;
  width: 50px;
  position: relative;
  
}
#semconfig{
  box-shadow: none;
  border-radius: none;
  
}
#esquina_pagina{
    -moz-transform: translateX(0);
    transform: translateX(0);
}
#esquina_pagina:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    background: -moz-linear-gradient(
        45deg, white 45%, #aaa 50%,
        #ccc 60%, white);
        -moz-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
    
}
#esquina_pagina:hover:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    background: -moz-linear-gradient(
        45deg, white 45%, #aaa 50%,
        #ccc 60%, white
        
    );
    background: linear-gradient(
        45deg, white 45%, #aaa 50%,
        #ccc 60%, white
    );
}
footer {
    background-color: #f2f2f2;
    padding: 25px;
    
  }