html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.img-logo {
    width: 300px;
    height: 135px;
    object-fit: cover; /* ou object-fit: contain; */
}

.div-img-logo{
    width:100%;
    padding-top:10px;
}

.img-topo-servicos {
    height: 300px;
    object-fit: cover; /* ou object-fit: contain; */
}

.img-portfolio-home {
    width: 300px;
    height: 250px;
    object-position:top;
    object-fit: cover; /* ou object-fit: contain; */
}
.img-portfolio-studio {
    width: 300px;
    height: 135px;
    /*object-position: top;*/
    object-fit: cover; /* ou object-fit: contain; */
}

.fa-icon-svg {
    margin-top: 8px;
    width: 2em;
    height: 2em;
    fill: #ffffff;
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.topo-servicos-page {
    width: 232px !important;
    height: 212px;
    margin: 0 auto;
}

