body {
color: #5a5a5a;
background-color:#fff;
}
.brand, h1, h2{
	font-family: 'Quando', serif;
}
.myImg{
	width: 200px;
	height: auto;
}
a {color: #f5850c;}
a:hover {color: #960;}


.container {
    width: auto;
}

.rc-anchor-normal .rc-anchor-pt {
  margin: 2px 51px 0 0;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #fff;
background-color: #f5850c;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
color: #ffffff;
text-decoration: none;
background-color: #f5850c;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: no-repeat;
filter: none;}
.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
padding-top: 20px;
margin-bottom: -90px; 
background-color: #FFF;
}
.navbar .navbar-inner {
border: 0;
background-color: #ffffff;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: no-repeat;
filter: none;
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
color: #f5850c;
text-decoration: none;
background-color: #ffffff;
-webkit-box-shadow: none;
 -moz-box-shadow: none;
	  box-shadow: none;
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}

/* Carousel base class */
.carousel{
	margin-bottom: 0;
}


.carousel .carousel-item {
  height: 550px;
}

.carousel .container {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.container-carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.container-carousel-control-next {
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 40px;
  margin-top: 200px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
/* 3 points
-------------------------------------------------- */
.hilite-wrapper{
background-image: url(../img/drop.png), url(../img/diamond_upholstery.png);
background-position: left top, left top;
background-repeat: repeat-x, repeat;
padding: 50px 10px 80px 10px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ccc;
}
.hilite h2 {
  font-weight: normal;
  text-align: center;
}
.hilite img{
	display: block;
	margin: 0 auto;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 50px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* criação de id da img da pág pt.html */
#imgpt{
	float: left;
	width: 15%;
	margin: 30px 30px 25px 30px;
}
/*Criação da classe de título H2 da página pt.html */
#titleh2{
  font-size: 4vh;
  font-family: tahoma, serif;
  line-height: 4vh;
}
/*Criação da classe de texto da página pt.html */
.textpt{
	padding: 20px 35px 20px 35px;
	font-size: 3vh;
  line-height: 4vh;
}
.textpt h3{
	font-size: 25px
}
#imgtab {
	position:relative;
	left: 90px;
	top: 5px;
}
/* Class */
   .center-block {
       display: block;
       margin-left: auto;
       margin-right: auto;
   }

   /*centralização dos boxchecks*/
.boxchk {
    margin:20px 12px 0 70px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}


header {
  background-color: white;
}

header .containerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 90%;
  max-width: 1600px;
  
  margin: auto;
}

header img {
  width: 150px;
  margin-left: 20px;
  padding: 15px 0;
}

header nav ul {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.9vw; 
  padding: 1vw;
  transition: all 250ms linear 0s;
  color: #777;
}

header nav ul li .dropdown-menu .dropdown-item {
  display: flex;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 2vw; 
  padding: 1vw;
  transition: all 250ms linear 0s;
  color: #777;
  width: 35vw;
}

header nav ul li .dropdown-menu .dropdown-item:hover {
  background: #f5850c;
  border-radius: 10px;
}


header nav ul li a:hover {
  background: #f5850c;
  border-radius: 10px;
}



section.hero {
  background-image: url("../images/banner2.png");
  color: #ffffff;
}

section.hero .container {
  width: 90%;
  max-width: 1600px;
  padding: 5%;

  margin: auto;

  display: flex;
  justify-content: space-between;

  gap: 3rem;
}


.img-fluid {
  max-width: 100%;
  height: auto;
}

section.hero p {
  color: rgb(154, 142, 191);
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin: 10px 0px 0px;
}


body::-webkit-scrollbar {
  width: 10px;            /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: rgb(31, 30, 30);       /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #f5850c;
  max-height: 10px;
} */

h2 {
  color: rgb(75, 75, 75);
  font-size: 3.6rem;
  line-height: 4.6rem;
}

h3 {
  color: rgb(75, 75, 75);
  font-size: 2.8rem;
  line-height: 3.8rem;
}


.responsive-iframe {
  width: 352px;
  height: 200px;
}

.fixarRodape {
  padding-top: 5vh;
    bottom: 0;
    text-align: center;
}

.comunicado {
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2vh;
  font-style: oblique;
  font-family: 'Quando';
}


.form-control {
  width: 50%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 979px) {
  .carousel .carousel-item {
	height: 500px;
  }

  .carousel-caption {
	padding: 0 70px;
  }
  .container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
  }
  .navbar-inner {
	border-radius: 0;
	margin: 0 0;
  }
  .featurette {
	height: auto;
	padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
	display: block;
	float: none;
	max-width: 40%;
	margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {

  .carousel .carousel-item {
	height: 250px;
  }
  .carousel img {
	width: auto;
  }
    .carousel-caption {
      width: 65%;
      margin-top: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
      text-align: center;
  }
  .carousel-caption h1 {
	font-size: 20px;
  }
  .carousel-caption .lead {
	display: none;  
  }

   .hilite .span4 + .span4 {
	margin-top: 40px;
  }
  .featurette-heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .lead {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (max-width: 936px) 
{

  .hero .container {
      flex-direction: column;
      text-align: center;
      align-items: center;
      padding: 3rem;
      gap: 3rem;
  }

  .responsive-iframe {
    width: 352px;
    height: 200px;
  }

  .hero .container div {
      order: -1;
  }

  .hero .container div h2 {
    text-align: center;
    font-size: 3vh;
  }

  .hero .container div p {
    font-size: 2vh;
  }

  .form-group {
    padding-left: 1vw;
  }

  .form-group label{
    padding-right: 1vw;
  }
  
}

@media (max-width: 883px) 
{
  nav {
      display: none;
  }

  .one,
  .two,
  .three {
      background-color: #f5850c;
      height: 5px;
      width: 100%;
      margin: 6px auto;

      transition-duration: 0.3s;
  }

  .menu-toggle {
      width: 40px;
      height: 30px;
      margin-right: 20px;
  }

  /* fullscreen */
  .menu-section.on {
      position: absolute;
      top:0;
      left:0;
      
      width: 100vw;
      height: 105vh;
      overflow: hidden;

      background-color: #ffffff;
      
      z-index: 10;

      display: flex;
      justify-content: center;
      align-items: center;
  }

  .menu-section.on nav {
      display: block;
  }

  .menu-section.on .menu-toggle {
      position: absolute;
      right: 30px;
      top: 43px;
  }

  .menu-section.on .menu-toggle .one {
      transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-section.on .menu-toggle .two {
      opacity: 0;
  }

  .menu-section.on .menu-toggle .three {
      transform: rotate(-45deg) translate(8px, -9px);
  }

  .menu-section.on nav ul {
      text-align: center;
      display: block;
  }

  .menu-section.on nav ul a{
      transition-duration: 0.5s;
      font-size: 2rem;
      line-height: 2.5rem;
      display: block;
      
  }

}

@media (max-width: 650px)
{
  .fixarRodape {
    font-size: small;
  }


  header nav ul li .dropdown-menu .dropdown-item {
    display: flex;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 3vw; 
    transition: all 250ms linear 0s;
    color: #777;
    width: 100%;
  }
  
}

@media (max-width: 500px) {
  .fixarRodape div {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 2vw;
    font-size: 2.5vw;

    flex-direction: column;
  }

}

@media (max-width: 376px) {

  #form h3 {
      font-size: 2rem;
  }

  .carousel .carousel-item {
    height: 200px;
  }

  .fixarRodape  font{
    font-size: xx-small;
  }


  .carousel-caption h1 {
    font-size: 25px;
    }


  nav {
      display: none;
  }

  .one,
  .two,
  .three {
      background-color: #f5850c;
      height: 5px;
      width: 100%;
      margin: 6px auto;

      transition-duration: 0.3s;
  }

  .menu-toggle {
      width: 40px;
      height: 30px;
      margin-right: 20px;
  }

  /* fullscreen */
  .menu-section.on {
      position: absolute;
      top:0;
      left:0;
      
      width: 100vw;
      height: 109vh;
      line-height: 9vh;

      background-color: white;
      
      z-index: 10;

      display: flex;
      justify-content: center;
      align-items: center;
  }


  header  img {
    width: 70px;
    height: 70px;
  }

  .menu-section.on nav {
      display: block;
  }

  .menu-section.on .menu-toggle {
    position: absolute;
    right: 17px;
    top: 43px;
  }

  .menu-section.on .menu-toggle .one {
      transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-section.on .menu-toggle .two {
      opacity: 0;
  }

  .menu-section.on .menu-toggle .three {
      transform: rotate(-45deg) translate(8px, -9px);
  }
  
  .dropdown-menu{
    width: 60vw;
    font-size: large;
  }

  .dropdown-menu a{
    font-size: 40vw;
  }


  .menu-section.on nav ul {
      text-align: center;
      display: block;
  }

  .menu-section.on nav ul a{
      transition-duration: 0.5s;
      font-size: 1.8rem;
      line-height: 2.5rem;
      display: block;
      
  }

}
