#container-ytfiz {
  background: #F9F9FE;
}

#body-ytfiz {
  font-family: Montserrat, sans-serif;
}

#b-contato {
  width: 100%;
}

#link-nav {
  color: #152049;
  padding-right: 25px;
  transition: 1s;
}

#link-nav:hover {
  color: #03DFEF;
  font-weight: bold;
}

#link-nav.active {
  color: #03DFEF;
}

#but-contato {
  background: #03dfef;
}

#icon-contato {
  color: #f9f9fe;
  font-size: 48px;
  padding: 10px;
  background: #03dfef;
  border-radius: 50%;
  box-shadow: 0px 3px 9px 3px #8492A685;
}

#img-logo {
  width: 73px;
}

@media (max-width: 580px) {
  #col-but-contato {
    display: none;
  }
}

#img-contato {
  width: 70.6px;
}

#col-menu-bg {
  background: rgba(255,255,255,0.83);
  border-radius: 45px;
  box-shadow: -1px 3px 18px 0px rgba(132,146,166,0.28);
}

#col-menu {
  position: fixed;
  margin-top: 25px;
  z-index: 999;
}

#row-hero {
  background: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-bg.svg") top / cover no-repeat;
}

#soluem {
  text-align: center;
  font-weight: bold;
  color: rgb(21,32,73);
}

#parg-home {
  color: #8492A6;
  text-align: center;
  font-size: 1em;
}

#but-primary {
  background: #152049;
  padding: 10px 49px;
  border-radius: 10px;
  border: 2px solid rgb(21,32,73);
}

#but-vazado {
  background: none;
  color: rgb(21,32,73);
  padding: 10px 49px;
  border: 2px solid rgb(21,32,73);
  border-radius: 6px;
}

#but-primary:hover {
  background: #03dfef;
  color: #152049;
  border: none;
}

#but-vazado:hover {
  background: #03dfef;
}

#h-dev-hero {
  color: #152049;
  font-weight: bold;
  font-size: 17px;
  z-index: 936;
}

#p-primary {
  color: #8492A6;
  font-size: 15px;
}

#link-acao {
  color: #03DFEF;
  text-decoration: none;
  font-weight: bold;
}

#icon-link {
  margin-left: 9px;
  margin-top: 1px;
  font-size: 20px;
}

#link-acao:hover {
  color: #152049;
}

#menu {
  z-index: 999;
}

#img-float-hero {
  position: relative;
  animation: floatAnimation 5s infinite ease-in-out;
}

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

#col-van {
  padding: 0;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid rgb(3,223,239);
  border-radius: 16px;
  margin-bottom: 25px;
  min-height: 14em;
}

#col-sobre {
  background: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-bg-sobre@2x.png") center / cover no-repeat;
  border-radius: 35px;
}

#h-title-branco {
  font-size: 4vh;
  font-weight: bold;
  color: var(--bs-body-bg);
  padding-bottom: 17px;
}

#p-branco {
  color: #f9f9fe;
  font-size: 15px;
}

@media (min-width: 768px) {
  #p-branco {
    text-align: justify;
  }
}

#h-title-primary {
  color: #152049;
  font-weight: bold;
  text-align: center;
  font-size: 35px;
}

#carouselExampleInterval {
  display: flex;
}

#car-cliente {
  height: auto;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(132,146,166,0.37);
  width: auto;
  height: 6em;
}

#img-cliente {
  width: auto;
}

#h-sub-branco {
  color: #8492A6;
  font-size: 17px;
  line-height: 27.4px;
  letter-spacing: 5px;
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.carousel-inner {
  padding: 1em;
}

.carousel-control-prev, .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev span, .carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
}

@media screen and (min-width: 577px) {
  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 577px) {
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

#h-title-project {
  color: #152049;
  font-weight: bold;
  font-size: 35px;
}

#h-proj {
  color: #152049;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}

#card-project {
  width: 47vh;
  margin-bottom: 15px;
}

#col-pro-card {
  margin: 0;
  padding: 0;
}

#h-sub-branco-center {
  color: #8492A6;
  font-size: 17px;
  line-height: 27.4px;
  letter-spacing: 5px;
  text-align: center;
}

.but-port {
  margin: 15px;
  color: rgb(21,32,73);
  background: #00000000;
  border: 2px solid rgb(3,223,239);
  border-radius: 30px;
}

.but-port:hover {
  background: #03dfef;
}

.but-port.active {
  background: #03dfef;
}

.grid-item {
  padding: 10px;
}

#h-title-branco-action {
  font-size: 5vh;
  font-weight: bold;
  color: var(--bs-body-bg);
  padding-bottom: 17px;
}

#but-primary-action {
  background: #152049;
  padding: 10px 72px;
  border-radius: 11px;
  font-size: 3vh;
  border: 2px solid rgb(21,32,73);
}

#p-branco-action {
  color: #f9f9fe;
  font-size: 20px;
}

#col-action-middle {
  border-radius: 22px;
  background: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-bg-chamada.svg") center / cover no-repeat;
  min-height: 300px;
}

#h-title-1 {
  color: #152049;
  font-weight: bold;
  font-size: 7vh;
}

#but-primary-1 {
  background: #152049;
  padding: 10px 49px;
  border-radius: 10px;
  border: 2px solid rgb(21,32,73);
}

#icon-star {
  font-size: 1em;
  color: rgb(248,180,5);
  margin: 2px;
}

#img-depo {
  width: 8rem;
  border-radius: 50%;
}

#h-depo {
  font-size: 1rem;
  color: rgb(21,32,73);
  font-weight: bold;
}

#card-depo {
  width: 100%;
}

@media screen and (max-width: 576px) {
  #car-cliente:not(:first-child) {
    display: none;
  }
}

.carousel-indicators [data-bs-target] {
  background-color: #03dfef;
}

#col-action-botton {
  border-radius: 20px;
  background: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-sobre-bg.jpg") center / cover no-repeat;
}

#but-primary-action-1 {
  background: #03dfef;
  padding: 15px 10px;
  color: #152049;
  border-radius: 11px;
  font-size: 20px;
  border: 2px solid rgb(3,223,239);
}

#row-action-button {
  background-image: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-sobre-bg.jpg");
  background-position: center;
  background-size: cover;
}

#fav-social {
  color: #152049;
  font-size: 2rem;
}

#h-footer {
  color: #152049;
  font-weight: bold;
  font-size: 18px;
}

#icon-footer {
  color: #152049;
  font-size: 17px;
  margin-right: 6px;
  line-height: 30.5px;
}

#link-footer {
  color: #707070;
  text-decoration: none;
}

#h-dev-hero-1 {
  color: #152049;
  font-weight: bold;
  font-size: 17px;
}

#p-primary-1 {
  color: #8492A6;
  font-size: 15px;
}

#col-van-1 {
  border: 1px solid rgb(3,223,239);
  border-radius: 16px;
  background: #03dfef;
  box-shadow: 0px 0px 13px 3px rgba(132,146,166,0.35);
  margin-bottom: 25px;
  min-height: 14em;
}

#p-primary-3 {
  color: #ffffff;
  font-size: 15px;
}

#link-acao-3 {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#icon-link-3 {
  margin-left: 9px;
  margin-top: 1px;
  font-size: 20px;
}

img#pic-port {
  height: 300px;
}

#div2 {
  display: none;
}

#div3 {
  display: none;
}

#pic-cliente {
  width: 150px;
  height: auto;
  padding: 10px;
}

.cliente-pic {
  width: 100% !important;
  margin-left: 15px;
  margin-left: 15px;
}

#text-anima {
  margin-top: 11em;
}

#but-primary-action-1:hover {
  background: #f9f9fe;
}

#row-service {
  background: #F9F9FE;
  padding-bottom: 5em;
  padding-top: 5em;
}

#row-design {
  background: url("../../assets/img/ytfiz-consultoria-e-desenvolvimento-bg-service.svg") top / cover no-repeat, #F9F9FE;
  padding-top: 7em;
}

#h-dsg {
  color: #152049;
  font-weight: bold;
  font-size: 1em;
}

.dsg-serv {
  min-height: 9em;
}

#h-sub-branco-dire {
  color: #8492A6;
  font-size: 17px;
  line-height: 27.4px;
  letter-spacing: 5px;
  text-align: right;
}

#h-title-project-center {
  color: #152049;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

#h-title-project-dire {
  color: #152049;
  font-weight: bold;
  font-size: 35px;
  text-align: right;
}

#parg-home-dire {
  color: #8492A6;
  text-align: right;
  font-size: 1em;
}

.div-dev {
  background: #ffffff;
  margin-bottom: 3em;
  min-height: 10em;
  box-shadow: 0px 0px 18px 2px rgba(132,146,166,0.26);
  border-radius: 12px;
  border-left: 2px solid rgb(3,223,239);
}

#row-dev {
  background-color: #F2F3FA;
}

.div-dev:hover {
  background: #03dfef;
  color: var(--bs-body-bg);
}

.p-primary-dev {
  /*color: #8492A6;*/
  font-size: 15px;
}

#row-mkt {
  background: #f2f3fa;
  padding-bottom: 12em;
  padding-top: 6em;
}

#action-botton {
  margin-top: -10em;
}

#fav-social:hover {
  color: #03dfef;
}

#link-footer:hover {
  color: #03dfef;
  font-weight: bold;
}

#card-form {
  width: 95%;
  border-radius: 19px;
}

#row-form {
  padding-top: 8em;
  padding-bottom: 9em;
}

#but-primary-send {
  background: #152049;
  padding: 10px 49px;
  border-radius: 10px;
  border: 2px solid rgb(21,32,73);
}

#but-primary-send:hover {
  background: #03dfef;
  border: none;
}

#row-consult {
  background: linear-gradient(-51deg, #152049, #050b22 100%), #152049;
  padding-bottom: 2em;
}

#text-consult {
  color: #ffffff;
}

#card-center {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

#icon-dev {
  font-size: 2em;
  background: #03dff1;
  border-radius: 50%;
  padding: 17px;
  margin-top: -1em;
}

#action-middle {
  margin-top: -9em;
}

#h-title-branco-action-consult {
  font-size: 2rem;
  font-weight: bold;
  color: var(--bs-body-bg);
  padding-bottom: 17px;
}

#col-contato {
  background: #ffffff;
  box-shadow: 0px 0px 17px 3px rgba(132,146,166,0.41);
  border-radius: 18px;
}

#parg-politica {
  font-size: 1.3em;
  color: var(--bs-light-text-emphasis);
  text-align: left;
}

#link-acao-off {
  text-decoration: none;
  color: #8e8888;
  font-weight: bold;
}

