/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway Regular"), local("Raleway-Regular"),
    url("../fonts/Raleway/Raleway-Regular.woff") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url("../fonts/Lato/Lato-Regular.woff") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/*------------------------------------------------------*/

body {
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}
.fixed-top {
  background-color: #bdbebd;
}

.home {
  /*background-image: url("../img/back/background.jpg");*/
  background-color: #dcdcdc;
  padding-top: 120px;
  background-size: cover;
  /* min-height: 97vh;
  max-height: 70vh; */
  /*min-height: 0px;*/
}

.home-slider-2 {
  /*margin-left: -50px;*/
  margin-top: -30px;
  height: 808px;
  width: 878px;
}
.carousel-2 {
  /*margin-left: -20px;*/
  margin-top: -30px;
  max-height: 808px;
  max-width: 878px;
}
.carousel-item-2 {
  padding-right: 6%;
  padding-left: 2%;
  animation: rotacao 2s ease-out;
}
.carousel-item-2 img {
  margin-left: 3%;
  /*margin-top: -30px;*/
  max-height: 500px;
  max-width: 500px;
}

@media screen and (max-device-width: 360px) {
  .depoimentos.altura {
    height: 2800px;
  }
}
@media screen and (min-width: 361px) and (max-width: 414px) {
  .depoimentos.altura {
    height: 2100px;
  }
}
@media screen and (min-width: 415px) and (max-width: 990px) {
  .depoimentos.altura {
    height: 1700px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .depoimentos.altura {
    height: 1000px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1152px) {
  .depoimentos.altura {
    height: 950px;
  }
}
@media screen and (min-width: 1153px) and (max-width: 1400px) {
  .depoimentos.altura {
    height: 800px;
  }
}
@media screen and (min-width: 1401px) {
  .depoimentos.altura {
    height: 100vh;
  }
}

.contact {
  /*padding-top: 55px;*/
  background: white;
  /*min-height: 1080px;
  height:auto !important;
  height: 0px;*/
  min-height: 87.5vh;
}
.mailto {
  /*font-size: 1.25vw;*/
  font-size: calc(8px + 0.8vw);
}
@media screen and (max-device-width: 320px) {
  .menor1 {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 415px) and (max-width: 868px) {
  .menor2 {
    font-size: 0.87em;
  }
}
.social {
  /* max-width: 100%;
  height: auto; */
  font-size: 3.5em;
  margin-bottom: 45px;
  margin-right: 15px;
}

footer {
  background-color: #008ebd;
  color: white;
  padding: 7px 0;
  font-size: 13px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: inherit;
}

.fixed-bottom {
  padding-left: 20px;
  padding-right: 20px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 10px;
  display: none;
}
.anna {
  margin-bottom: 50px;
}
.logo {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 350px;
  min-width: 350px;
  float: left;
  margin-left: -25px;
  margin-right: -45px;
}
.meumenu {
  padding-top: 60px;
}
.subcab {
  margin-top: -2px;
  background: #008ebd;
  min-height: 60px;
  max-height: 180px;
  padding-top: 12px;
  padding-bottom: 2px;
  color: white;
}
.text-right {
  padding-right: 5px;
}

.nav-link:hover {
  font-weight: bold;
}
