/*/////////////////////////////////////////////////////////////////////////////

/ TOPBAR
/////////////////////////////////////////////////////////////////////////////*/
#topbar{
  padding: 0; 
}
@media (max-width: 992px) {
  #topbar{
    display: none;
  }
}
#topbar, #topbar a{
  color: inherit;
}
#topbar a:hover{
  color: inherit;
}



/*/////////////////////////////////////////////////////////////////////////////

/ HEADER
/////////////////////////////////////////////////////////////////////////////*/
/* .header{
  background-color: rgba(234, 234, 234, 0.95);
  backdrop-filter: blur(5px);
} */

#nav-middle{
  margin-top: 50px;
  color: white;
}
#nav-middle .container {
  border-radius: 100px;
  background-color: rgba(28, 33, 44, 0.85);
  color: white;
}

/*LOGOTIPO*/
#logo-camelias {
  max-width: 260px;
}
#mod-custom113 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}


.logo-content, .field-value {
    height: 100%;
    width: 100%;
  }
#logo {
    height: 70px;
  }

/*
  BREADCRUMBS
 =========================================================================== */
 /*Ver: 10-breadcrumps*/



/*/////////////////////////////////////////////////////////////////////////////

/ HOME
/////////////////////////////////////////////////////////////////////////////*/


/* HOME - HERO
 =========================================================================== */


/* HOME - INTRODUÇÃO
 =========================================================================== */


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA EQUIPA
////////////////////////////////////////////////////////////////////////*/
.p-0{
  padding: 0;
}
.team-slot{
  background-color: #fff;
}
.team-slot .car-slot-col{
  position: relative;
}
.team-slot .car-slot-col .car-number{
  position: absolute;
  padding-top: 22px;
  line-height: 1.8rem;
  left: 38px;
  font-size: calc(1.8rem + 1vw);
  font-family: 'Bould', 'Courier New', Courier, monospace;
  font-weight: bold;
  /* background-color: aquamarine;
  padding: 10px; */
}
@media (min-width: 1200px) {
  .team-slot .car-slot-col .car-number{
    font-size: 3rem;
  }
}
.car-info-col{
    align-content: center;
}
.car-info-contain.on-side {
  min-height: 380px;
  padding-right: 15px;
  margin: 50px 0;
}
.car-info-contain hr {
  margin-top: 0;
  margin-bottom: 15px;
}
.hr-label{
  font-size: .7rem;
  color: grey;
  font-family: Arial, Helvetica, sans-serif;
}
/*Teste tamanhos letra pagina teams*/
.concorrente h2{
  font-size: calc(1.4rem + 1vw);
}
@media (min-width: 1200px) {
  .concorrente h2 {
    font-size: 2.2rem;
  }
}
.team-slot .concorrente h2 {
    margin: 0;
    margin-bottom: 0px;
    line-height: 1em;
    margin-bottom: 7px;
}
.team-owners.on-top {
  padding-left: 90px;
  padding-top: 22px;
  line-height: 1rem;
  margin-bottom: -50px;
  z-index: 1;
  position: relative;
}
.team-owners.on-top .concorrente h2 {
  margin-bottom: 3px;
}
/*fim teste*/

.team-slot .team-name{
  font-size: 1.1rem;
  margin: 0;
  line-height: 1em;
  margin-bottom: 30px;
}
.car-details{
  margin-top: 2.5rem;
}
.media-icon a {
  text-decoration: none;
  color: #808080;
  padding: 0 8px;
  font-size: 22px;
}
.media-icon a:hover {
  color: #444;;
}

@media (min-width: 992px) {
  .car-col:first-child{
      padding-right: 0px !important;
  }
  .car-col:last-child{
      padding-left: 0px !important;
  }
}
.driver-col:first-child{
      padding-right: 2px !important;
  }
  .driver-col:last-child{
      padding-left: 2px !important;
  }


.drivers-slot .grey-card{
  /* border: 1px solid #dedede; */
  background-color: #fff;
  padding: 10px;
}
.driver-data{
  border: 1px solid #dedede;
  background-color: #F8F8F8;
}
.piloto-info-text{
  padding: 10px;
}
.country-flag {
  width: 24px;
}
.driver-foto img{
  width: 220px;
  height: 260px;
  object-fit: cover;
  object-position: 0% 15%;
}


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA BLOG
////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA CONTACTOS
////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////

/ IMAGENS DE TODOS OS ARTIGOS
////////////////////////////////////////////////////////////////////////*/


/*Página blog imagens nos cards de entrada items featured*/
.intro-img.featured img {
  height: 550px;
}
@media (max-width: 992px) {
  .intro-img.featured img {
    height: 320px;
  }
}
/*Página blog imagens nos cards de entrada items NOT featured*/
.intro-img img {
  object-fit: cover;
  width: 100%;
  height: 305px;
}
/*Imagem principal artigos*/

.item-full-image img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  max-height: 350px;
  max-width: 1400px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .item-full-image img {
    /* height: 350px; */
    width: 100%;
    height: auto; 
    max-height: 450px;
    min-height: 350px;
    max-width: 1400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .item-full-image img {
    width: 100%;
    height: auto; 
    max-height: 500px;
    max-width: 1400px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .item-full-image img {
    max-height: 600px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .item-full-image img {
    max-height: 700px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1400px) {
  .item-full-image img {
    max-height: 800px;
    margin-bottom: 45px;
  }
}


/*////////////////////////////////////////////////////////////////////////

/ FOOTER
////////////////////////////////////////////////////////////////////////*/

/*testes*/
/* #footer-above {
  position: relative;
}
#footer-above::before {
  content: "my dear";
  color: pink;
  background-color: burlywood;
  background: url('img/bottomdirty100.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size:auto;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
} */

/**/
#footer-above .foot-separator {
  position: relative;
}
#footer-above .foot-separator img{
  vertical-align: bottom;
}
#footer-above .foot-separator div {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  max-height: 180px;
  display: block;
  top: 0;
}
#footer-center, #footer-under {
  color: var(--muted-color);
  background-color: rgba(28, 33, 44);
  padding: 15px 0;
}
.pag-home #footer-above, .pag-home #footer-center, .pag-home #footer-under {
  opacity: .9;
}
/*----------- end*/


.footer a:not(.btn), .footer .btn-link {
  color: currentColor;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer .btn-link:hover, .footer .btn-link:focus {
  color: var(--gray-800);
}
.footer-inferior{
  border-top: 1px solid rgb(231, 231, 231);
}
.footer .mod-menu {
  position: relative;
}

/* FOOTER LEGAL MENU */
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: row;
  padding: 15px;
}
#footer-menu a{
  color: #6A757B;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
}
#footer-menu a:hover,
#footer-menu a:focus{
  color: #919EA6;
}

/* SOCIAL ICONS */
.mod-social-icons {
  text-align: center;
  padding: 20px 0 15px 0;
}
.mod-social-icons a {
  text-decoration: none;
  color: #444;
  padding: 0 8px;
  font-size: 22px;
}

/* COPY-RIGHTS */
#copy-rights {
  padding: 0;
}
#copy-rights p {
  font-size: 0.88rem;
}
#copy-rights a {
  text-decoration: none;
  color: #607CAE;
}
#copy-rights a:hover,
#copy-rights a:focus {
  color: #6F9EF4;
}


