*{
  color: white;
}

img {
  width: 100%; 
  max-width: 600px !important;
  height: auto;
}

.imagemLogo{
  display: flex;
  justify-content: center;
}

body{
  background-image: url("../fundo.png");
  background-color: white !important;
  background-size: 100%;
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3 {
  font-family: 'Gavency Free', serif;
}

.container{
  background: rgba(18, 10, 140, 0.7);
}

a>i{
  background-color: #198754;
}

.textRed{
  color: red;
}

.triangulo{
  font-size: 2.1vw;
}

.link{
  text-decoration: underline;
}

.modal.custom .modal-content {
  background-color: rgba(18,10,140);
}

.centralizadiv {
  display: inline-flex; 
  justify-content: space-between;
}

.centralizadiv>div{
  padding-right: 10px;
}

.centralizadiv>div:last-child{
  padding-right: 0px;
}

.centralizadiv select>option{
  color: black;
}

.iconeSelecao{
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

@media screen and (max-width: 768px){
  .centralizadiv.col-md-12{
    width: 100%;
  }

  .centralizadiv>.col-md-6{
    width: 50%;
  }

  .row.mb-3>div:has(.centralizadiv):last-child{
    padding-top:15px;
  }
}