

body{ padding: 0px; margin: 0px;}

.fundotopo{ background-image: url('../../assets/img/fundotopo.jpg') ; background-position: center; background-size: cover; min-height:750px;}



@font-face {
    
    font-family: "Carnas"; 
    src: url("../../assets/fonts/Carnas-Bold.otf") format("opentype");
    src: url("../../assets/fonts/Carnas-Bold.ttf") format("truetype");
    font-weight: normal;    

}



@font-face {
    
    font-family: "CalibriBold"; 
    src: url("../../assets/fonts/Calibri Bold.otf") format("opentype");
    src: url("../../assets/fonts/Calibri Bold.TTF") format("truetype");
    font-weight: normal;    

}


@font-face {
    
    font-family: "Calibri"; 
    src: url("../../assets/fonts/Calibri Regular.otf") format("opentype");
    src: url("../../assets/fonts/Calibri Regular.ttf") format("truetype");
    font-weight: normal;    

}


span{ color: gray;}



.TxtAfterLogo{ font-family: Carnas;}

.TxtAfter{ font-family: Calibri;}

.TxtAfterBold{ font-family: CalibriBold;}

.fundotopodois{ background-image: url('../../assets/img/fundosection2.png') ; background-position: center; background-size: cover; min-height:750px;}


p{ font-size: 18px;}


.fundotres{ background-image: url('../../assets/img/fundomapa.jpg') ; background-position: center; background-size: cover; min-height:400px;}


.fundoquatro{
    background-color: #e9e9e9;min-height:400px; padding: 0px; margin:0px;
}

.size{font-size: 52px;}
.barraazul{ display: visible;} 
.sizePEr{font-size:38px;}
.imgmob{ display: none;} 
.imgmobB{ display: inline;} 
.alignTxtRodape{text-align: right;}

/* */


/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  /*width: 250px;
  height: 100px*/
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/


@media (max-width: 415px) { 


    .fundotopo{ background-image: url('../../assets/img/fundotopomob.jpg') ; background-position: center; background-size: cover; min-height:750px;}

    .barraazul{ display: none;} 
    .imgmob{ display: inline;} 
    .imgmobB{ display: none;} 
    
    .size{font-size:38px;}
    .sizePEr{font-size:30px;}

    .alignTxtRodape{text-align: left;}

    #quote-carousel .carousel-control.left 
    {
    left: -18px;
    }
    /* Next button  */
    #quote-carousel .carousel-control.right 
    {
    right: -18px !important;
    }

    #quote-carousel img
    {
        width: 18px;
    }
    #quote-carousel .carousel-control.right .img{
         width: 28px;
    }
      
    
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}