@charset "UTF-8";
/*  ----------- IMPORTANDO FONTES -----------  */
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@import url('../../font/buttershine-serif.otf');

/* -------------------------------------------- */

/*  ----------- TIPOGRAFIA -----------  */
/*h1{font-family: 'Josefin Sans', sans-serif}*/
h1, #contato h3{font-family: 'Buttershine', serif}
h2{font-family: 'Open Sans', sans-serif}
h3{font-family: 'Roboto', sans-serif}
h4,p,span{font-family: 'Montserrat', sans-serif}

p{font-family: 'Lora', serif;}

/*.font-cabin{font-family:'Cabin',sans-serif;font-size:12pt}*/
.font-open-sans{font-family: 'Open Sans', sans-serif}

.font-playfair{font-family: 'Playfair Display', serif;}

.font-lora{font-family: 'Lora', serif;}

.font-buttershine{font-family: 'Buttershine', serif}

/* -------------------------------------------- */

/*  ----------- LAYOUT -----------  */

/*html, body{height:100%}*/
/*footer{margin-bottom:0px}*/

a{text-decoration:unset}

section{padding-top:100px;padding-bottom:100px}

.none{display:none}

.border-bottom{width:80px;height:10px;margin:0px 0px 26px 0}

.bg-light{background-color:#DEEFFF!important}

#logo-freudenberg-desktop{display:none}

#anel-guia, #fita-guia, #gaxetas, #o-ring, #raspadores, #retentores, #v-ring, #x-ring{width:100%;background-color:#2D536F;height:1000px;max-height:100%;}

#anel-guia img, #fita-guia img, #gaxetas img, #o-ring img, #raspadores img, #retentores img, #v-ring img, #x-ring img
{margin-bottom:30px}

/* -------------------------------------------- */

/*  ----------- TIPOGRAFIA -----------  */

/* >> Fonte */
/* >> Cor */
/* >> Tamanho */

/* -------------------------------------------- */

/*  ----------- BOTÃO FLUTUANTE -----------  */
.btnFloat{
  position: fixed;
  bottom:10px;
  right:10px;
}
.btnFloat button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white; 
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.btnFloat button:focus{
  outline: none;
}
.btnFloat button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5b19b7;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.btnFloat ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.btnFloat ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}
.btnFloat ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: 18px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}
.btnFloat.show button.main,
.btnFloat.show button.main{
  outline: none;
  background-color: #7716ff;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
.btnFloat.show button.main + ul,
.btnFloat.show button.main + ul{
  bottom: 70px;
}
.btnFloat.show button.main + ul li,
.btnFloat.show button.main + ul li{
  margin-bottom: 10px;
  opacity: 1;
}
.btnFloat.show button.main + ul li:hover label,
.btnFloat.show button.main + ul li:hover label{
  opacity: 1;
}
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 320px — 480px MOBILE DEVICES -----------  */
@media only screen and (min-width: 480px){
  header .nav-item{font-size:10pt}
}
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 481px — 768px IPADS, TABLETS -----------  */
/*@media only screen and (min-width: 768px){

}*/
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 769px — 1024px SMALL SCREENS, LAPTOPS -----------  */
@media only screen and (min-width: 1024px){
  #sobre-nos p,#servicos p,#contato p,#produtos span{font-size:14pt}
}
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 992px EXCLUSIVO -----------  */
@media only screen and (min-width: 992px){
  #logo-freudenberg-desktop{display:block}
  #logo-freudenberg-mobile{display:none}
}
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 1025px — 1200px DESKTOPS, LARGE SCREENS -----------  */
@media only screen and (min-width: 1200px){
  header .nav-item{font-size:12pt}
  section{padding-top:150px;padding-bottom:150px}
}
/* -------------------------------------------- */

/*  ----------- MEDIA SCREEN 1201px and more EXTRA LARGE SCREENS, TV -----------  */
/*@media only screen and (min-width: 1400px){

}*/
/* -------------------------------------------- */