/*-- Reset --*/
html, body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: large;
}

/*============= NavBar =============*/
.navbar-brand img{
  height: 52.8px;
}
.navbar-brand:hover{
  opacity: 50%;
}
.logodsc {
  text-transform: uppercase;
  font-size: 24px;
  padding: 6.4px;
}
.navbar {
  background: linear-gradient(to right, #f2f2f2, #FBFBFB);
  font-size: 17.6px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
}
.nav-item {
  padding: 6.4px;
}
.nav-link{
  color:black!important;
}
.nav-link.active, 
.nav-link:hover{
  color:red!important;
}

.dropdown-item:hover{
  color:red!important;
}
/*============= CAROUSEL =============*/
.carousel-inner{
  max-height: 640px!important;
}


/*---Mudar velocidade de transição --*/
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{
  transition: transform 1.2s ease;
}
.carousel-indicators li {
  width: 40px;
  height: 6px;
  margin-right: 4px;
  margin-left: 40px;
}

/*-- Legenda do Carousel --*/
.carousel-caption {
  position: absolute;
  top: 47%;
  transform: translateY(-30%);
  min-width: auto;
}

.bg-dark {
  background-color: rgba(0, 0, 0, .9)!important;
  border-radius: 24px;
  padding: 16px;
}
.bg-white {
  background-color: rgba(255, 255, 255, .9)!important;
  border-radius: 24px;
  padding: 16px;
}
.carousel-caption h3 {
  font-size: 37px;
  font-weight: 300;
}
/*=== Conteudo Geral ===*/
p.lead {
  font-size: 25px;
}
.bodyTxt {
  text-align: justify;
}

/*============= Barra das redes sociais =============*/

.jumbotron {
  background: linear-gradient(to right, #f2f2f2, #FBFBFB);
  padding: 16px 0 8px;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 8px 8px rgba(0, 0, 0, .1);
}
ul.social{
  list-style-type: none;
  display:flex;
  padding: 0;
  margin: 0 auto;
}
ul.social li{
  margin: 0 auto;
}
.jumbotron .svg-inline--fa {
  font-size: 32px;
  margin: 0 16px;
}
.jumbotron .svg-inline--fa:hover {
  color:grey !important;
}


/*===== Imagem do Campo =====*/

.fixed-background {
  padding: 192px 0;
  border-top: 0.8px solid black;
  border-bottom: 0.8px solid black;
  margin-bottom: 2px;
  height: 80vh; 
}
.fixed {
  background-image: url('../img/campo.jpg');
  position: fixed;
}


/*============= FOOTER =============*/
.footer {
  bottom: 0;
  width: 100%;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: smaller;
  background-color:rgba(255, 255, 255, .8);
  border-top: 1.6px solid white;
}
.credits{
  margin-top: 5px;
}
.footer a {
  color:black;
  font-style: oblique;

}
.footer a:hover{
  color:red;
  text-decoration: underline;
}


/*=== Contacto ===*/
.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
  }
  .map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  }
.fas .fa-map-marker-alt {
  font-size: 20px;
}
.contactPhone {
  margin-top: 10%;
}

#map-container-google-1 {
  margin-bottom: 5%;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 992px (xl) */
@media (max-width: 991.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}
/* Devices under 576px (sm) */
@media (max-width: 575.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: -1!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.js_enabled #cookie-message {
  display: none;
}
body {
  margin: 0;
  font-family: sans-serif;
}
#content {
  margin: 1em;
}
#cookie-message {
  background-color: #d5e6ed;
  color: #662d91;
  margin: 0 auto;
  padding: 1em;
}

img[alt*="000webhost"],
img[alt*="000webhost"][style],
img[src*="000webhost"],
img[src*="000webhost"][style],
body > div:nth-last-of-type(1)[style]{
	opacity: 0 !important;
	pointer-events:none !important;
	width: 0px !important;
	height: 0px !important;
	visibility:hidden !important;
	display:none !important;
}