body {
  background: #fff;
  color: #333;
}

body, html, a, p, span {
  color: #233F83;
  font-size: 14px;
}

body, html, p, a, div, span, li{
  font-family: 'Lato', sans-serif;
}

input, textarea, select, button{
  border-radius: 0px !important;
  border: 0px none !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}



body {
}

p {
  color: #7a8595;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

ul {
  padding-left: 0;
  margin: 0;
}

.navbar {
  opacity: 0.9;
}


.back-to-top {
  background-color: rgba(0, 26, 87, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


.back-to-top:hover {
  background-color: #0B1F2D;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
}


.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}


.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader div img {
  max-width: 80px;
  -webkit-animation: preloader-animation 1.3s linear infinite;
  animation: preloader-animation 1.3s linear infinite;
}

@-webkit-keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.carousel {
  /*margin-bottom: 4rem;*/
}
#myCarousel .carousel-caption {
  bottom: 40vh;
  z-index: 10;
  color:#1E3567;
  left: 0px;
  right: 0px;
}
#myCarousel .carousel-item {
  height: 100vh;
  background-color: transparent;
}
#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}
.carousel h1 {
    font-size: 6vh;
    font-weight: 100;
}

.carousel strong {
    font-weight: 500;
}

.carousel2 {
  /*margin-bottom: 4rem;*/
  margin-top: -30vh;
}
#myCarousel2 .carousel-caption {
  bottom: 40vh;
  z-index: 10;
  color:#1E3567;
  left: 0px;
  right: 0px;
}
#myCarousel2 .carousel-item {
  height: 30vh;
  background-color: transparent;
}
#myCarousel2 .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 30vh;
}
.carousel2 h1{
  font-size: 6vh;
}
.section-padding {
  padding: 50px 50px 20px 50px;
}


.gauchafarma{
  padding:20px 0px;
  background-color: #1369B0;
}
.gauchafarma p{
  color:#fff;
}
.gauchafarma h3{
  color:#fff;
}

.buttonLeia{
  background-color: #fff;
  padding: 10px 20px;
  color: #1E3365;
  margin: 0px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
}


.buttonLeiaN{
  background-color: #1E3365;
  padding: 10px 20px;
  color: #fff;
  margin: 0px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}



.carousel3 {
  /*margin-bottom: 4rem;*/
}
#myCarousel3 .carousel-caption {
  bottom: 40vh;
  z-index: 10;
  color:#1E3567;
  left: 0px;
  right: 0px;
}
#myCarousel3 .carousel-item {
  height: 100vh;
  background-color: transparent;
}
#myCarousel3 .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}
.carousel3 h1{
  font-size: 6vh;
}

#myCarousel4 .carousel-caption {
    bottom: 32%;
    z-index: 10;
    color:#1E3567;
    left: 0px;
    right: 0px;
  }
  #myCarousel4 .carousel-item {
    height: 40vh;
    background-color: transparent;
  }
  #myCarousel4 .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 40vh;
  }
  #myCarousel4 .carousel4 h1{
    font-size: 6vh;
  }


.carousel-indicators li {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
}

.egaucha{
  background-color: #fff;
  padding: 20px 0px;
}

.egaucha p {
  color: #1E3667;
}

.acesseegaucha{
  padding-bottom: 70px;
}

.icons img{
  padding-bottom:20px;
}

.icons p{
  font-style: italic;
  font-size: 16px;
}

.icons{
}


.news{
  padding:80px 0px;
  background-color: #1369B0;
}
.news p{
  color:#fff;
}
.news h3{
  color:#fff;
  font-weight: 100;
}

.marcas{
  padding:80px 0px;
  background-color: #1369B0;
}
.marcas p{
  color:#fff;
}
.marcas h3, .marcas h1{
  color:#fff;
  font-weight: 100;
}


.timeline{
  padding:40px 0px;
  background-color: #1369B0;
}
.timeline p{
  color:#fff;
}
.timeline h3, .timeline h1{
  color:#fff;
  font-weight: 100;
}

.institucional{
  padding:80px 0px;
  background-color: #fff;
}
.institucional p{
  color:#333;
}
.institucional h3{
  color:#333;
  font-weight: 100;
}

.orangeText h1{
  color:#F15F21 !important;
}

.whiteText{
  color:#fff !important;
}

.whiteText p{
  color:#fff !important;
}

.slider {
    width: auto;
    margin: 30px 50px 50px;
}

.slider h3{
  color:#000;
}

.slider .slick-cloned img,.slider .slick-active img{
  max-height: 300px;
  opacity: 0.7;
}

.slider .slick-current img{
  max-height: 370px;
  opacity: 1;
}

.slider-fornecedores .slick-slide img {
/*    max-height: 60px;
    max-width: 100%;*/
    max-height: 50px;
        max-width: 160px;
}

.slick-list {
    margin: 0 auto !important;
    width: 90%;
}

.slick-slide {
    color: white;
    padding: 40px 0;
    font-size: 30px;
    text-align: center;
}

.slick-prev:before, 
.slick-next:before {
    color: black;    
}

.slick-dots {
    bottom: -30px;
}

.slick-slide:nth-child(odd) {
}

.slick-slide img {
    display: inline !important;
}

.bg-gray{
  background-color: #EAEAEA;
}

.slick-prev {
    left: 15px !important;
}

.slick-next {
    right: 25px !important;
}

.slick-prev:before, .slick-next:before {
    color: #1369B0 !important;
    font-size: 50px !important;
}

.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    z-index: 9999 !important;
}





.clientes{
  padding:80px 0px 50px 0px;
  background-color: #1369B0;
}
.clientes p{
  color:#fff;
}
.clientes h3{
  color:#fff;
  font-weight: 100;
}




.docs{
  background-color: #fff;
  padding: 20px 0px; 
  /*margin-top: -190px;*/
}





footer{
  padding:60px 0px;
  background-color: #1369B0;
}

.borderFooter{
  border-top:1px solid #F15F21; 
}
.link-bottom{
  color:#fff;
  width: 100%;
}

footer h3{
  color: #fff !important;
}

footer a{
  text-transform: uppercase;
}

footer a:hover {
  color: #fff;
}

footer p, footer a, footer h2, footer h3, footer h1, footer h4{
  color: #fff !important;

}

li{
      list-style: none;
}

.backForn{
  vertical-align: center;
  /*background-color: #fff;*/
  /*margin:10px;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.fornec{
  max-width: 120px;
  margin: 0 auto;
}


.fornec2{
  max-width: 100px;
  margin: 0 auto;
}


.fornec3{
  max-width: 140px;
  margin: 0 auto;
}

.formBanco, .textBanco{
  padding: 80px 20px;
}

.formBanco{
  background-color: #1369B0;
  color:#fff;
}

.contato{
  background-color: #fff;
}

.textBanco{
  background-color: #fff;
}