
.mandala{
    background-color: darkblue;
      background-position: center bottom;
    }
    
.mandala::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/fundo_fiducia.jpg);
    background-size: cover;
    background-position: center bottom;
    opacity: 0.80;
    z-index: 1;
  }
  
  .mandala>* {
    position: relative;
    z-index: 2;
  }

.sombra{
  text-shadow: #000 1px 0 10px;  
}

.container {
    max-width: 960px;
  }
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color:#B60009;
    /* -webkit-backdrop-filter: saturate(180%) blur(20px); */
    /* backdrop-filter: saturate(180%) blur(20px); */
  }
  .site-header a {
    color: #fff;
    /* transition: color .15s ease-in-out; */
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #B60009;
    border-radius: 21px;
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }
  
  
  /*
   * Extra utilities
   */
  
  .flex-equal > * {
    flex: 1;
  }
  @media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
  }

  .img-rounded{
    border-radius: 21px 21px 0 0;
  }


  .site-footer {
    background-color: #B60009;
  }
  .site-footer a {
    margin-left: 15px;
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #fff;
  }
  .site-footer a:hover {
    color: #fff;
    text-decoration: none;
  }

  .form_contato{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


.form_contato h3{
    font-weight: bolder;
    font-size: 15pt;
}

.topo_contato{
    background-image: url(../images/mapa.png);
    width: 100%;
    height: 50%;
    background-size: cover;
}

.flags {
  cursor: pointer;
}