/*-------------------------------------------------------------------
COMPRAMOS
--------------------------------------------------------------------*/
.compramos-anexos-titulo{font-family:  'Montserrat', sans-serif; font-size: 1.4em; font-weight:500; color:#ffc800;}
.compramos-anexos-subtitulo{font-family:  'Montserrat', sans-serif; font-size: 1.2em; font-weight:500; color:#fff; padding-bottom:10px; border-bottom:1px solid #444;}

.tri-form2-addmore{
position:relative; float:left; font-family:  'Montserrat', sans-serif; font-size: 1em; font-weight:500; padding:8px 20px 8px 20px; cursor:pointer; box-shadow:none; border:none;-webkit-transition: all 0.5s; transition: all 0.5s;
}
.tri-form2-addmore:hover{opacity:0.8;}


.compramos-hide {
  display: none;
}
.compramos-drop-container img{ max-height:100px;}
.compramos-drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:200px; overflow:hidden;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #fff;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.compramos-drop-container:hover {
  background: #eee;
  color: #000;
  border-color: #111;
}

.compramos-drop-container:hover .compramos-drop-title {
  color: #000;
}

.compramos-drop-title {
  font-family:  'Montserrat', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

.compramos-drop-container input[type=file] {
  width: 350px;
  max-width: 100%;
  color: #fff;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
  display: none;
}

.compramos-drop-container input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.compramos-drop-container input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

@media screen and (max-width: 1023px) { /* PARA DISPOSITIVOS PEQUENOS*/
.compramos-div{padding:0px 20px 0px 20px;}
.compramos-botao-align{text-align:center;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* PARA DISPOSITIVOS GRANDES*/

}
@media screen and (min-width: 1280px) and (max-width: 1600px) { /* PARA DISPOSITIVOS GRANDES*/

}
@media screen and (min-width: 1601px) { /* PARA DISPOSITIVOS MUITO GRANDES*/

}

.custom-file-input + label {
    font-size: 1em;
    color: #000;
    background-color: #cccccc;
}

.custom-file-input:focus + label,
.custom-file-input + label:hover {
    background-color: #fff;
	color:#000;
}