/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  /*font-family: 'Libre Franklin', sans-serif;
  font-family: arial;*/
  font: tahoma;
  background-image: linear-gradient(rgba(241, 237, 237, 0.15), rgba(255, 255, 255, 0.15)), url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  max-width: 100%;
    
}

header{
    max-width: 100%;
}

main > .container {
  padding: 0px 15px 0;
  height: 80%;
  width: 100%;
  background-color: #FFFFFF;  
}

h1,
h2,
h3,
h4,
h5,
h6 {	
	color: #376092 ;
}

p {
  line-height: 1.75;
  color: #021549 !important;
}

a {
  color: #dce0f3 !important;
}

a :hover {
	color: #07dcf8 !important;
}

footer {
	background-color: transparent !important;
	max-width: 100%;
}
footer > .container {
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
 
}

code {
  font-size: 80%;
}

/* Icones
-------------------------------------------------- */

.fa-redesocial {
  color: #e7ebf0 !important;
  font-size: 2em;
  
}

.fa-redesocial:hover {
  color: hsl(184, 72%, 65%) !important;
}


/* 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;
}

/*! cor amarelo - color: #ffcc00 !important; 
 amarelo escuro - color: #d9a220 !important; */	

/*! cor azul - color: #000066 !important; */


/* Navegação MENU carousel slide */

.carousel {
	/* background-color: rgb(255,204,0, 0.2)!important;*/
	width: 100%;	
	background-image: fluid;
}
.carousel-item {
	padding-top: 10px;
	width: 100%;
	
}

.carousel {
	/* background-color: rgb(255,204,0, 0.2)!important;*/
	width: 100%;	
	background-image: fluid;
}


#mainNav {
  background-color: rgba(220, 241, 241, 0.9) !important;
  font-family: 'Arial' !important;
  font-size: 2em;   
}

#mainNav .navbar-brand {
  color: #36f1f1 !important;
  
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(197, 237, 238, 0.7) !important;
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #07e7f7 !important;
}

.navbar-brand {	
	padding-right: 50px;
	
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
	 display: none;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff !important;
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #3fecde !important;
  }
}

/* Fim navegação */


/* CSS de LAYOUT APROVADO */

.text-faded {
	color: #06a3a3 !important;
	/*color: rgba(255, 255, 255, 0.3);*/
	text-align: justify;
}

.site-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 5rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 2rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.section-heading {
  text-transform: uppercase;
}

/* titulo texto no quadrado branco com fundo img */
.section-heading .section-heading-upper {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0684a3;
}
/* titulo texto no quadrado branco com fundo img */
.section-heading .section-heading-lower {
  display: block;
  font-size: 1.2rem !important;
  font-weight: 100;
  color: #0684a3;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 2rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

/* Fundo retangulo amarelo texto home */
.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.ctarodape {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(237, 241, 247, 0.5);
}

/* Fundo branco texto home */
.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(225, 241, 241, 0.7);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.75);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #05d3ee !important;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

/* Footer de layout aprovado*/

.address strong {
  font-size: 1.2rem;
}

.text-primary {
  color: #56e4ee !important;
}

.bg-primary {
  background-color: #3ee6bc !important;
}

.btn {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
}

.btn-primary {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #FFCC00;
  border-color: #FFCC00;
}

.font-weight-light {
  font-weight: 100 !important;
}

.whats {
  margin-top: 130px !important;
  margin-left: 4px !important;
  
}

a.linkazul{
  color: #024494 !important;
}