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

body {
  padding-top:0rem;
  padding-bottom: 1rem;
  color: #5a5a5a;
  background-image: url(img/back.svg);
  background-repeat:repeat-y;
  background-position:center top;
  background-size: contain;
}


/* CUSTOM
-------------------------------------------------- */
/*LOGO*/
.barratopo{
	 background-color: #2e3191;
	 width:100%;
}

.contatotopo{
	margin-bottom:0.3rem;
	text-align:center;
}


.contatotopo li{
	display:inline;
	text-align:center;
	margin-right:0.5rem;
}

.contatotopo li a{
	color:#ffffff;
}

h1{
	font-weight:bold;
}

.logo{
	max-width:280px;
	position:relative;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.btn-primary {
    color: #fff;
    background-color: #ef3340;
    border-color: #da2e3a;
}

.colchoes .col-lg-4 h2{
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
}

.colchoes .col-lg-3 h2{
	font-size:1rem;
	font-weight:bold;
	text-align:center;
}

.lista{
	font-size:1.8rem;
	line-height:2.5rem;
	color:#585858;
	font-weight:bold;
}

.contatoli{
	list-style:none;
	text-align:left;	
}

.contatoli li{
	display:inline	
}

.btn-secondary {
    color: #ffffff;
    background-color:#2e3191;
	border-radius:100%;
}


.whats {
    color: #ffffff;
    background-color:#25d366;
	border-radius:100%;
    
}

textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.barra{
	top:0;	

}

#certificacoes {
	list-style:none;
	
	}

#certificacoes li {
	display: inline;
	text-align: center;
}

#certificacoes li img {
	max-width:140px
}

.feats p{
	font-weight:bold;
}

.clearfix h4{
	font-size:0.8rem;
}

.btn {
    margin-top: 5px;
   
}
/*--------------------------------------------------*/


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

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

.carousel-caption {
    position: absolute;
    color:#585858;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {

}

/* Declare heights because of positioning of img element */
.carousel-item {
  height:32rem;
  background-color: #FFF;
  border:1px solid #dfdfdf;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:100%;

}





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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight:bold;
  line-height: 1;
  letter-spacing: -.05rem;
}

h2{
	
}

.text-muted {
    color: #2e3191!important;
	font-weight:bold;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 598px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
   display:none;
  }
  


}


@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 {
    
  }
}
