/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@font-face{
  font-family: "santicoBold";
  src: url('fonts/SenticoSansDT-Bold.ttf');
}

@font-face{
  font-family: "santicoLight";
  src: url('fonts/SenticoSansDT-Light.ttf');
}


body {
  padding-bottom: 3rem;
  color: #FFF;
  background-color: #000;
}

.amaranth-regular {
  font-family: "Amaranth", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amaranth-bold {
  font-family: "Amaranth", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.amaranth-regular-italic {
  font-family: "Amaranth", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.amaranth-bold-italic {
  font-family: "Amaranth", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.margin-centro{
  margin: 0 auto;

}
ul li a{
  color: #FFF !important;
}
.logo-direita{
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 20px;
}
.barra{
    margin: 0;
    padding: 0;
    background: url(img/barra.jpg);
    font-size: 5px; 
}
.padding-0{
  padding: 0;
}
.margin-0{
  margin: 0;
}
.bg-madeira{
  background-image: url('img/bg-madeira.jpg');
  background-repeat: no-repeat;
}
.padding-60{
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
h1{
  font-family: "Montserrat", system-ui;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 70px;
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 83%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
   background-color: rgb(20 20 20 / 38%);
   color: #a1450d;
   border: 15px solid #FFF;
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 50px;
  padding: 10px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.posicao-texto-centro{
  position: absolute;
  top: 40%;
  left: 13%;
  margin: -25px 0 0 -25px;
  text-align: center;
  font-family: santicoBold;

}
.posicao-texto-subtitulo{
  position: absolute;
  top: 55%;
  left: 40%;
  margin: -25px 0 0 -25px;
  text-align: center;
}

.font-light{
  font-family: santicoLight;
}

#formulario{
  height: 483px;
  width: 100%;
  background-image: url('img/bg-formulario.png');
  background-position: center;
  background-size: contain;
}
.tit-formulario{
    position: absolute;
    top: 58%;
    left: 13%;
    margin: -25px 0 0 -25px;
}

.cadastre-se{
  font-weight: 900;
  font-size: 40px;
}
.input-cadastre-se{
    border-radius: 30px;
    height: 50px;
    padding-left: 25px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}
#formulario h1{
  font-size: 110px;
  line-height: 0.7; 
}
.tit-formulario p{
    font-size: 40px;
    line-height: 0.5;
}

.btn-cadastre-se{
    border-radius: 100px;
    width: 300px;
    box-shadow: 0px 0px 40px #10ef17;
    background-color: green;
    border-color: green;
    font-size: 20px;
}
.button{
      padding: 10px;
    text-align: center;
}
.button :hover{
    box-shadow: 0px 0px 40px #10ef17;
    background-color: green;
    border-color: green;

}
.padding-top-70{
      padding-top: 70px;
}
.padding-right-0{
  padding-right: 0;
}
#conteudo-imovel{
  background-color: #FFF;
    color: #000;
    padding: 50px;
}

@media only screen and (max-width: 780px) {
  #formulario h1 {
    font-size: 70px;
    line-height: 0.7;
  }
  .margin-mobile{
        margin-top: 100px;
        padding: 40px;
        padding-top: 0;
  }
  #formulario {
    height: auto;
    width: 100%;
    background-image: url(img/bg-formulario.png);
    background-position: left;
    background-size: cover;
  }
  .posicao-texto-subtitulo {
    position: absolute;
    top: 68%;
    left: 32%;
    margin: -25px 0 0 -25px;
    text-align: center;
}
.posicao-texto-centro {
    position: absolute;
    top: 40%;
    left: 8%;
    margin: -25px 0 0 -25px;
    text-align: center;
}

  .logo-direita{
    z-index: 99999;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: auto !important;
    right: auto !important;
  }

  .menu-molibe{
    padding: 20px;
  }
  .nav-bar-mobile{
    z-index: 99999999;
  }
  .pag-contato{
    padding-top: 50px;
  }
  .alinhamento-mobile{
    text-align: center;
  }
  .pag-sobre{
    padding-top: 50px;
  }
  .pag-nossos-produtos{
    padding-top: 50px;
  }
  .pag-contato .padding-50{
    padding: 0px;
  }
  .pag-contato h1{
    font-size: 50px;
  }
  .pag-nossos-produtos h1{
    font-size: 50px;
  }
  .padding-100{
    padding: 10px !important;
    padding-top: 20px;
    line-height: 1 !important;
  }
  #conheca-couro-automotivo h2 {
    font-size: 50px;
    font-family: 'santicoBold';
    line-height: 1 !important;
  }
  #conheca-couro-automotivo h2{
    font-size: 55px;
  }
  #sobre .titulo-e-texto-sobre {
    text-align: center;
    padding: 30px !important;
    color: #000;
    background-color: #FFF;
  }
  #newslatter .tit{
    text-align: center;
  }
  #newslatter .subtit{
    padding-top: 20px;
    text-align: center;
  }
}

#slider-id-wrapper{
  width: 100% !important;
}

#robbu-whatsapp-button>.rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .4s;
    pointer-events: none;
    background: #FFF !important;
    color: #000 !important;
}


#sobre .titulo-e-texto-sobre{
  text-align: center;
    padding: 100px;
    color: #000;
    background-color: #FFF;
}


.padding-100{
    padding: 100px;
}
#conheca-couro-automotivo h2{
    font-size: 70px;
    font-family: 'santicoBold';
    line-height: 0.4;
}
#conheca-couro-automotivo h3{
  font-size: 50px;
  font-family: 'santicoLight';
}
#conheca-couro-automotivo{
  background-image: url('img/conheca-couro-automotivo.jpg');
  background-size: cover;
}

#newslatter{
  background-image: url('img/fundo-cadastre-se.jpg');
}

#newslatter .tit div{
    font-size: 50px;
    font-family: 'santicoLight';
    line-height: 0.9;
}
#newslatter .tit div span{
 
    background-color: #FFFFFF;
    color: #9627a9;
}
#newslatter .subtit p{
    font-size: 20px;
    font-family: 'santicoLight';
    
}
footer{
  background-color: #FFFFFF;
}

footer h2{
     font-size: 20px;
    font-family: 'santicoBold';
    color: #000000;
}
footer ul li a{
  color: #000000 !important;
  text-decoration: none;
}
.padding-40{
  padding: 40px;
}
footer .assinatura{
  color: #000000;
}

.bg-dark{
  background-color: #000000 !important;
}

.navbar-toggler{
  background-color: #FFFFFF !important;
}

.pag-contato{
  background-color: #FFFFFF;
}
.pag-contato h1{
  text-align: center;
  color: #000000;
}
.pag-contato input, textarea, button{
  margin: 5px;
}
.pag-contato h2, h3, h4, h5{
  color: #000;
}

.padding-50{
  padding: 50px;
}

.pag-sobre{
  background-color: #FFFFFF;
  color: #000000;
}
.pag-sobre h1{
  color: #000000;
}

.pag-nossos-produtos{
  background-color: #FFFFFF;
  color: #000000;
}

.posicao-texto-centro-catalogos {
    position: absolute;
    top: 40%;
    left: auto;
    margin: -25px 0 0 -25px;
    text-align: center;
    font-family: santicoBold;
}
.posicao-texto-centro-catalogos a{
    color: #FFF;
    text-decoration: none;
}
