@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

.my-container {
    max-width: 1000px;
    margin: 0 auto;
}

.light {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}

.extra-light {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 200;
}

.regular {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.semi-bold {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}

.bold {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
}

.no-space{
  letter-spacing: 0px;
}

.text-grey{ color: #6c757d; }

 /* Head */
.top-bar {
  background-color: #0d3460;
}

.top-bar div p {
  margin: 6px 0 6px 0;
}

.img-item-top {
  filter: brightness(0) invert(1);
}

.item-bar {
  width: 30px;
 }

.div-logo img {
  width: 112px;
}

#navbar-high {
  height: 90px;
  background-color: #1d4b86;
}

/* Banner */
.carousel-item a img {
  width: 100%;
  max-height: 1000px;
}


/* Footer */
footer{
  background-color: #3a414b;
}

/* Formulário de contato footer */
.custom-input {
  border: 0;
  color: #fff;
  background-color: transparent;
}

input.custom-input, textarea.custom-input {
  border-bottom: 1px solid #b7bab3;
}

#contato-form .form-check span {
  font-size: 13px;
}

/* Quem somos */
#quem-somos {
  border-top: solid #3a414b 27px;
  background-color: #f20e28;;
  color: #fff;
}

.img-fluid-quem-somos {
  max-width: 400px;
  width: 100%;
  max-height: 260px;
}

.width-limit {
  max-width: 455px;
}

.quem-somos-title {
  font-size: 4.8rem;
}

/* Aeronaves */
#aeronaves{
  background-color: #3a414b;
}

/* Hangaragem */
#hangaragem{
  margin-top: -3px;
  border-top: 6px solid #f20e28;;
}

.img-fluid-hangaragem{
  height: 100%;
  max-height: 170px;
}

/* Formulário Solicitação de orçamento */

.custom-input-oc {
  border: 0;
  color: #6c757d;
  background-color: transparent;
}
input.custom-input-oc {
  border-bottom: 1px dotted #6c757d;
}

.input-group-text {
  background-color: transparent;
  border: 0;
  padding-right: 3px;
}

select { 
  background: transparent !important;
  /* for Firefox */ 
  -moz-appearance: none !important; 
  /* for Safari, Chrome, Opera */ 
  -webkit-appearance: none !important; 
} 

/* for IE10 */ 
select::-ms-expand { 
  display: none !important; 
} 

.input-group-text i {
  color: #6c757d ;
}

.input-my-control {
  padding-left: 3px;
  color: #6c757d !important;
}

.btn-send-orcamento {
  padding: 0px 12px 0px 12px !important;
}

/* Barra Aimirim */
.barra-aimirim{
  background-color: #1d4b86;
}

/* Barra de Social Media */
.lateral-icon{
  background-color: #1d4b86;
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 37%;
}

.icon-link {
  padding: 6px 7px;
}

.icon-img {
  width: 17px;
}

.text-white {
  color: #fff;
}

.text-center{
  text-align: center;
}

.text-escuro {
  color: #3a414b !important;
}

.img-categoria {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.aviaoTab > .col{
  background-color: silver;
}

.active.aviaoTab > .col{
  background-color:#fff;
}

.active > .col > .img-categoria > .img-item-top, .active > .col > .bold {
  color: white;
  filter: brightness(0) invert(1);
}

.col > .img-categoria > .img-item-top{
  filter: brightness(0) invert(1) opacity(80%);
}

.categoria-nome{
  color: silver;  
}

.img-red {
  filter: invert(1) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(10);
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-backdrop {
  background-color: transparent !important;
}

.modal {
  background-color: rgba(0,0,0,.0001) !important;
}