/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

html,
body {
  font-family: "Lato";
  overflow: visible;
  font-size: 1.0022em;
}

.navbar {
  margin: 0;
}

.icones {
  position: relative;
}

.texto_icones {
  text-align: center;
  /* color: #fbd969; */
}

.img-icones {
  height: 108.5px;
  width: 109px;
}

.link {
  display: inline-block;
}

.item {
  margin: 5px;
  text-align: center;
  font-size: 1.5em;
}

div.icones ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  height: 100%;
  padding-left: 0;
}

div.icones ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
}

div.icones ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.icones ul li a img {
  width: 120px;
  height: 120px;
  justify-content: center;
}

div.icones ul li a h1 {
  font-family: "Lato";
  font-size: 20px;
  font-weight: normal;
  color: #fbd969;
  text-align: center;
}

#container {
  width: 80%;
  height: 300px;
  margin: auto;
  margin-top: 50px;
  font-family: "Lato";
}

h1 {
  font-family: "Lato";
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 24px;
  font-weight: normal;
}
p {
  font-family: "Lato";
  color: white;
}

/* Carrousel */

.right {
  text-align: left;
  margin-left: 8.5%;
}

.div-titulo {
  margin-top: 0px;
}

.azul {
  color: #254367;
}

.parceiros {
  display: inline-block;
  background-position-x: right;
}

.titulo-prj {
  padding-top: 1em;
  font-family: Lato;
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
}

.container-carousel {
  /*max-width: 1000px;*/
  margin: 0 auto;
  display: flex;
}

.carousel .carousel-inner {
  font-family: "Lato";
  margin-bottom: 60px;
  height: 100%;
  overflow: hidden;
}

.carousel-caption h1 {
  font-family: "Lato";
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: white;
}
.carousel-caption p {
  font-size: 16px;
  color: white;
  text-align: left;
  font-family: "Lato";
}
/* Declare heights because of positioning of img element */
.carousel .item {
  width: 100%;
  height: 20em;
  background-color: #bbb;
  margin: 0;
}

.carousel .carousel-inner .item img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20em;
  object-fit: cover;
}

.carousel-wrap {
  margin: auto;
  padding: 6%;
  padding-top: 1%;
  padding-bottom: 6%;
  width: 100%;
  position: relative;
}

.carousel-wrap .owl-carousel {
  margin-bottom: 0px;
  margin-top: -60px;
  margin: 0px;
}

.owl-carousel .item-parceiros {
  position: relative;
  width: 20em;
  height: 20em;
  z-index: 100px;
  -webkit-backface-vipaddingsibility: hidden;
}

.owl-carousel img {
  width: 90% !important; 
}

.owl-nav > div {
  position: absolute;
  top: 25%;
  color: #254367;
  padding: 10px;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-next {
  right: -50px;
}

.owl-nav .owl-prev {
  left: -50px;
}

@media (max-width: 1250px) {
  .carousel .item {
    width: 100%;
    height: 30rem;
  }

  .carousel-caption p,
  h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
  }
  .navbar-brand {
    left: -3%;
  }
}

@media (max-width: 1100px) {
  .carousel .item {
    width: 100%;
    height: 30rem;
  }

  .carousel-caption p,
  h1 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
  }
  .navbar-brand {
    left: -3%;
  }
}

@media (max-width: 995px) {
  .carousel .item {
    width: 100%;
    height: 30rem;
  }

  .carousel-caption p,
  h1 {
    font-weight: bold;
    font-size: 21px;
    text-align: justify;
  }
  .navbar-brand {
    left: -3%;
  } 
}

@media (max-width: 921px) {
  .carousel .item {
    width: 100%;
    height: 30rem;
  }

  .carousel-caption p,
  h1 {
    font-weight: bold;
    font-size: 21px;
    text-align: justify;
  }
  .navbar-brand {
    left: -3%;
  }
}

@media (max-width: 770px) {
  .carousel .item {
    width: 100%;
    height: 30rem;
  }

  .carousel .carousel-inner .carousel-caption
  #texto {
    display: none;
    text-align: left;
  }

  .navbar-nav li a {
    color: #e76831;
  }
}

@media screen and (max-width: 584px) {
  .owl-carousel img {
    width: 70% !important;
    display: inline !important;
    height: auto;

  }
.carousel-wrap {
  margin-bottom: 50px;
}

  .owl-nav .owl-prev {
    left: -30px;
  }

  .owl-nav .owl-next {
    right: -30px;
  }

  .owl-carousel .item-parceiros img {
    width: 20em;
  }

  .carousel-wrap .owl-carousel {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 480px) {
  .owl-carousel .item-parceiros img {
    padding-right: 20%;
    width: 130%;
    height: auto;
  }
  div.icones ul {
    padding-left: 16px;
  }
  .owl-carousel .item-parceiros img {
    width: 140%;
    height: auto;
  }

  .owl-nav .owl-prev {
    left: -22px;
  }

  .owl-nav .owl-next {
    right: -22px;
  }

  .owl-carousel .item-parceiros img {
    width: 20em;
  }

  .carousel-wrap .owl-carousel {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 400px) {
  .owl-carousel .item-parceiros img {
    width: 23em;
    height: auto;
  }
}

@media screen and (max-width: 355px) {
  div.icones ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 345px) {
  .owl-carousel .item-parceiros img {
    width: 20em;
    height: auto;
  }
}


