/*
 Theme Name:   Bootscore Child BR
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
:root {
    --yellow: #f5b111;
    --blue: #0092D5;
    --darkblue:#005D9E;
    --silver:#edf0f2;
  }

body, p, h1, h2, h3, h4, h5, h6, a, span, div, li, input, button, textarea,mark { font-family: 'Montserrat'!important;

}
/* 
NavBar
*/
.navbar {
    background-color:var(--silver)!important;


}
.nav-link {
    color:var(--blue)!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    
}
/* 
Banner home
*/
.banner-home{
    background-image: linear-gradient(to bottom, #edf0f2 70%, white 30%);
    height: auto;
    padding: 10px;
    
}

.hometitletextbanner{
    color:var(--yellow)!important;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    
}
.homesubtitletextbanner{
    color:var(--darkblue)!important;
    text-align: left;
    font-size: 35px!important;
    font-weight: 900;
    text-transform: uppercase;
    
    
}
.hometextbanner>p{
    color:black!important;
    text-align: left!important;
    justify-content:left!important;
    font-size: 14px;
}
/* 
Page Template Content
*/
.bannerwithimagepage{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 200px;
    padding-top: 70px;
    color:white!important;
    
        background-color: #005D9E;
        backdrop-filter: opacity(20%);
        
}

.z-1 {
    z-index: 1;
    position: relative;
}
.bannerpage{
    background-image: url("assets/img/banner_solution.png");
    height: 200px;
    padding-top: 70px;
    color:white!important;
}

.page-title{
    margin-bottom: 20px;
    
}
.page-title h4{
    font-weight: bolder;
    font-size: 20px;
    color:black!important;
  
}
@media screen and (min-width: 769px) {
 


.pagecontent{
    column-count: 2; /* Número de colunas */
    column-gap: 40px; /* Espaço entre as colunas (opcional) */

}
}
.pagecontent{
   
    color: #7A839E;
    font-size: 14px;
}
.pagecontent strong{

    color: #2e2e2e;
    font-size: 14px;
}
.trendshomesilver{
    background-color: #edf0f2;
    height: auto;
    padding: 10px;
}

.formpage{
    background-color: #edf0f2;
    height: auto;
    padding: 10px;
    
}
.form-control{
   margin-bottom:15px ;
}
.formtitle{
    color: var(--blue)!important;
    font-size: 14px;
}
.formtitlesub{
    color: black;
    font-size: 18px;
    font-weight: bold;
}
/* 
Footer
*/
.footer {
    background-image: url("assets/img/background_footer.png");
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;

}
.footer-menu {
    list-style-type:none; /* remove as bolinhas */
    padding-left: 0; /* remove o espaço extra */
    margin-top: 20px!important;
    font-weight: bold; 
 

  }
.footer-menu li a {
    padding-left: 0;
    list-style-type: none!important;; /* remove as bolinhas */
    padding-left: 0; /* remove o espaço extra */
    margin: 0;
    color:white!important;
    font-size: 14px;
    font-weight:600;
    text-decoration:none; /* deixa o link com underline */
    font-family: 'Montserrat'!important;
}
.footer-menu li::marker
     {
        color: white; /* muda a cor ao passar o mouse */
    
    }

.footer-menu li a:hover {
    color: #007bff; /* muda a cor ao passar o mouse */
  }
  /*Card Produtos */
  .aoop-card {
  width: 100%;
  height: 200px;
  max-width: 200px;
  max-height: 350px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  text-align: center;
  transition: transform 0.2s;
  padding:0px!important;
  margin: 0 auto;
  padding-top: 10px;
}

.aoop-card:hover {
  transform: translateY(-5px);
  
}

.aoop-thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0;
}
.card-img-top{
    height: 70px!important;
}
.aoop-content {
  padding: 20px;

}
.card-body{
 text-align: center;   
}
.card-title {
    font-size: 12px;
    margin-top: 5px;
    padding: 5px;
    font-weight: 800;
}
.aoop-title {
  font-size: 12px;
  font-weight: 600;

  
  color: #333;
  min-height: 48px;

}

.aoop-btn {
  border: 2px solid #0092D5;
  color: #0092D5;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 10px;
  padding: 8px 2px;
  margin: 10%;
  display: inline-block;
  transition: all 0.3s ease;

 
}

.aoop-btn:hover {
  background-color: #0092D5;
  color: #fff;
}
.carousel-control-next-icon {
      background-color: #0092D5;
  color: #f5b111;
  width: 2rem;
    height: 2rem;
        display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev{

          background-color: #0092D5!important;
   color: #f5b111;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
  width: 2em;
  margin-left: 40px;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {

.homesubtitletextbanner{
    
    
    font-size: 20px!important;
    
    
    
    
}
}