/*Css Custom plugin*/
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-5 {
  font-size: medium !important;
}

.cursor-pointer{
  cursor:pointer;
}

.titulo {
  font-size: 18px;
  padding-bottom: 12px;
  color: #4c4c4c;
}

.div-titulo-1 {
  text-align: center;
  color: #4c4c4c;
  border-left: solid 1px #bcb2b2;
  border-right: solid 1px #bcb2b2;
  font-size: 18px;
  padding: 15px;
}

.div-titulo-2 {
  color: #4c4c4c;
  border-left: solid 1px #bcb2b2;
  border-right: solid 1px #bcb2b2;
  border-bottom: solid 1px #bcb2b2;
  padding: 5px;
}

.div-titulo-3 {
  color: #4c4c4c;
  text-align: center;
  border: solid 1px #bcb2b2;
  font-size: 16px;
  padding: 5px;
}

.div-titulo-4 {
  border-left: solid 1px #bcb2b2;
  border-right: solid 1px #bcb2b2;
  padding: 5px;
}

.subTitulos {
  font-weight: 800;
  font-size: 11pt;
}

.icoMemes {
  margin-right: 10px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  height: 40px;
}

.input-group-text {
  color: #ffffff !important;
  background-color: #f99a00 !important;
  border: 1px solid #f99a00 !important;
}

button#btn-add-field {
  color: #ffffff;
  background-color: #f99a00;
  border: 1px solid #f99a00;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 40px;
  width: 40px;
}

button#btn-clear-all-files {
  font-size: medium;
  padding: 7px 15px;
}

button.remove_field {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  height: 40px;
  width: 40px;
}

.w-40 {
  height: 40px;
}

.text-warning {
  font-family: "Noto Sans";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.9;
}

.texto-informativo {
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
  color: #313131;
}

.btn.cotar {
    padding: 10px 20px !important;
    background-color: #ee3124 !important;
    color: #fff !important;
    font-family: "Rubik", Sans-serif !important;
    font-size: 16px !important;
    border-radius: 0px !important;
}

/*Custom CSS Plugin: Select2*/
.select2-container .select2-selection--single {
  height: 40px !important;
  padding: 5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  right: 5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #878484 !important;
  font-size: 15px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da !important;
  border-radius: 4px;
}

::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}
