.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .95);
  font-size: 14px;
  box-shadow: none !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .site-header {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(0, 0, 0, .85) !important;
  }
}

.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
  margin-right: 10px;
  margin-left: 10px;
  font-family: "Helvetica Neue", Roboto, sans-serif;
  
}

.navbar{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.site-header a:hover {
  color: rgba(255,255,255,0.70);
  text-decoration: none;
}

.txtTopo{
margin-top: 1px;
}
.brand-logo{
  margin-top: -2px !important;
  transition: ease-in-out opacity .15s;
}

.brand-logo:hover{
  opacity: 0.70;
}

@media only screen and (max-width: 1140px){
    .titulo-inicio{
      font-size: 2.5em !important;
    }
}

@media only screen and (min-width: 1280px){
  .subtitulo{
    font-size: 1.5em;
    max-width: 700px;
  }
}

@media only screen and (min-width: 1440px){
  .subtitulo{
    font-size: 1.8em !important;
  }
  .titulo-inicio{
    font-size: 4em !important;
  }
}

@media only screen and (max-width: 767px){
  .subtitulo{
    text-align: center;
  }
  .titulo-inicio{
    text-align: center;
  }
  .mobile-only{
    display: block;
  }
  .large-only{
    display: none;
  }
  .large-only-inline{
    display: none;
  }
  .call-to-action{
    text-align: center;
  }
  .btn-outline-dark{
    background-color: #ccc;
    border: none;
  }
  .btn-outline-dark:hover{
    background-color: #ccc;
    border: none;
  }
  .quadro{
    margin-bottom:15px !important;
  }
  .quadro-principal{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  footer.container{
    padding: 20px !important;
    padding-top: 20px !important;
  }
}

@media only screen and (min-width: 768px){
  .large-only{
    display: block;
  }
  .large-only-inline{
    display: inline-block;
  }
  .mobile-only{
    display: none;
  }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

footer > div.row > div > ul > li > a {
  color: rgba(0,0,0,0.57) !important;
}
footer > div.row > div > ul > li > a:hover {
  color: #4285F4 !important;
}
.inverted {
	filter: invert(100%);
}

.footer-section {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: .2rem;
}

footer > div > div > ul {
  font-size: 14px !important;
  line-height: 1.8em;
}

.social-icon{
  font-size: 20px;
  color: white !important;
  text-align: center;
}

.bg-blue2{
  background: linear-gradient(320deg, rgba(0,112,201,1) 0%, rgba(180,205,228,1) 100%) !important; 
}

.social{
  display: inline-block;
  padding: 2px;
  border-radius: 3px;
  width: 36px;
  text-align: center;
  
}

.consultorio-desktop-background{
  background-image: url("/assets/img/doctor-typing.jpg");
  background-size: cover;
  
}
.op-background{
  background-image: url("/assets/img/op-bg.jpg");
  background-size: cover;
  
}

.text-va{
  display: table;
  width: 100%;
  height: 100%;
}
.text-va2{
  display: table-cell;
  vertical-align: middle;
}
h2{
  font-weight: 400;
}

.dev-background{
  background-image: url("/assets/img/office.jpg");
  background-size: cover;
}

@media (min-width: 768px){
  .pb-3{
    padding-bottom: 3rem!important;
  }
}

.margin-container-50{
  margin-top:50px !important;
  margin-bottom:40px !important;
}

.footer-container{
  background-color: #f2f2f2 !important;
}
