/*
**  REGULATION
*/
.regulation {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 20px;
    margin: 10px 0;
    overflow: hidden;
}
.regulation .title {
    float: left;
    font-size: 14px;
    font-weight: 600;
}
.regulation .file {
    float: right;
}
.card-item.values {
    text-align: left;
}
.card-item.values .separator {
    border-bottom: 4px solid #f05a22;
    width: 15%;
    margin-bottom: 10px;
}
/*
**  ORGAOS SOCIAIS
*/
.orgaos-sociais {
    text-align: left;
    line-height: 24px;
}
.orgaos-sociais img{
    width: 100%;
    max-width: 285px;
   margin-bottom: 20px;
}
.orgaos-sociais .title {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}
.orgaos-sociais .subtitle {
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 5px 0;
}
.orgaos-sociais .content {
  font-size:14px
}

/*
**   GENERIC STYLES
*/
.navbar-userinfo { display: none!important; }
.text-left { text-align: left; }
.text-center { text-align: center; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.section {
		padding: 30px 10px;
		/*background-color: red;*/
    }
    .section.narrow { padding-left: 0px; padding-right: 0px; }
}

@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	.section {
		padding: 30px 40px;
		/*background-color: blue;*/
    } 
}
@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	.section {
		padding: 30px 40px;
		/*background-color: yellow;*/
    }    
}
@media only screen and (min-width: 992px) { /* Large devices (laptops/desktops, 992px and up) */
	.section {
		padding: 30px 60px;
		/*background-color: green;*/
    }
    .section.wide { padding-left: 180px; padding-right: 180px; }
}
@media only screen and (min-width: 1200px) { /* Extra large devices (large laptops and desktops, 1200px and up) */
	.section {
		padding: 30px 90px;
		/*background-color: pink;*/
    }    
}

.section.green h2 small {
  color:#fff;
}

/*
**  BANNER
*/
.banner.carousel-inner { background-color: #000; }
.banner.carousel-inner .item {
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.carousel-inner.contact-page .item,
.banner.carousel-inner.generic-page .item,
.banner.carousel-inner.news-detail .item {
    min-height: 150px;
}
.banner.carousel-inner.generic-page .item h1,
.banner.carousel-inner.generic-page .item h3,
.banner.carousel-inner.news-detail .item h1,
.banner.carousel-inner.news-detail .item h3 {
    display: none;
}

.banner .carousel-caption-custom {
    top: 0px;
    left: 5%;
    right: 5%; 
    padding-top: 0px;
}
.banner .carousel-caption-custom h1 {
    font-size: 37px;
    font-weight: 900;
    line-height: 1.35;
}
.banner .carousel-caption-custom h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}
.banner .btn-video {
   font-size: 5rem;
   margin-top: 0px;
    -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.banner .btn-video:hover {
     font-size: 5.3rem;
}
@media only screen and (min-width: 600px) { 
/* Small devices (portrait tablets and large phones, 600px and up) */
}
@media only screen and (min-width: 768px) {
/* Medium devices (landscape tablets, 768px and up) */
.banner .carousel-caption-custom {
    left: 20%;
    right: 20%; 
    padding-top: 0;
}
.banner .carousel-caption-custom h1 {
    font-size: 50px;
    font-weight: 900;
}
.banner .carousel-caption-custom h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.35;
}
.banner .btn-video {
   margin-top: 5px;
}
}
@media only screen and (min-width: 992px) {
/* Large devices (laptops/desktops, 992px and up) */
.banner .carousel-caption-custom {
    padding-top: 20px;
}
.banner .carousel-caption-custom h1 {
    font-size: 60px;
    font-weight: 900;
}
.banner .btn-video {
   margin-top: 15px;
}
}
@media only screen and (min-width: 1200px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
}


/*
** SHOPPING CART BUTTON
*/
.btn-shopping-cart-container {
   position: fixed;
   right: -136px;
   z-index: 90;
    bottom: 120px;
   /*right: -136px;
   -webkit-transition: right 1s;
   transition: right 1s;*/
}
@media only screen and (min-width: 600px) { 
/* Small devices (portrait tablets and large phones, 600px and up) */
.btn-shopping-cart-container {
    bottom: 120px;
}
}
@media only screen and (min-width: 768px) {
/* Medium devices (landscape tablets, 768px and up) */
.btn-shopping-cart-container {
    right: 0;
    top: 367px;
}
.btn-shopping-cart-container.small-banner {
    top: 185px;
}
}
@media only screen and (min-width: 992px) {
/* Large devices (laptops/desktops, 992px and up) */
}
@media only screen and (min-width: 1200px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
}

/*.btn-shopping-cart-container:hover {
  right: 0;
}*/

.btn-primary-green-shopping-cart,
.btn-primary-green-month-supplier {
    border-radius: 0px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    padding: 12px 15px;
    opacity: 0.95;
    display: table;
}
.btn-primary-green-shopping-cart .icon,
.btn-primary-green-month-supplier .icon {
    display: table-cell;
    vertical-align: top;
    font-size: 22px;
    padding-top: 8px;
}
.btn-primary-green-shopping-cart .text,
.btn-primary-green-month-supplier .text {
    text-align: left;
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: -0.6px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;"
}

/*
**  MONTH SUPPLIER BUTTON
*/
.btn-month-supplier-container {
   position: absolute;
  z-index:90;
  right:0;
  top: 5px;
  display: none;
}
@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
.btn-month-supplier-container {
    display: block;
}
}



/*
**  NEWS DETAIL
*/
.news-detail-link {
    font-weight: 500;
    margin: 20px 0;
}
.news-detail-link > a {
    color: #f05a22 !important;
    text-decoration: none;
}
.news-detail .main-image.float {
    float: right;
}
.news-detail .main-image {
    margin: 0 0 25px 25px;
    text-align: center;
}
.news-detail .main-image img {
    max-height: 200px;
    border-radius: 15px;
}
.news-detail .title h1 {
    font-size: 30px;
    font-weight: 700;
}
.news-detail .date {
    font-size: 12px;
    margin-bottom: 20px;
}
.news-detail .summary {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
}
.news-detail .content {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0;
}
/*
**
*/
.gallery-items .image img,
.gallery-items .video img,
.news-detail  .image img,
.news-detail  .video img {
    padding: 10px;
    max-height: 130px;
    border-radius: 15px;
    float: left;
}




.card.card-form {
    padding: 15px;
    border: none;
}
@media only screen and (min-width: 600px) { 
/* Small devices (portrait tablets and large phones, 600px and up) */
.card.card-form {
    padding: 40px;
}
}
.card.card-form .help-block {
    font-size: 10px;
}
.card.card-form .panel-default {
   border: none;
   box-shadow: none;
}
.card.card-form .panel-body {
   padding: 0px;
}


.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10.5em;
    width: 9.5em;
    padding: 0px;
    margin: 30px 15px;
    border-radius: 50%;
}

.team-hover {
position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
    right: -13px;
    margin: 30px 15px;
    background-color: rgba(0, 175, 175, 0.80);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    transform: translateY(-37%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
    color: #fff;
}
.team-hover .desk p {
  font-size: 13px;
  font-weight: 500;
}
.team-hover .desk h4 {
  line-height: 1;
}

.secondary-logo img {
    max-height: 36px;
    max-width: 120px;
    margin-top: -10px;
    margin-left: 15px;
}

.slide-in {
   opacity:1;
    transform: translateY(0%);
}
.card-news {
    border-radius: 2px;
    box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    min-height: 200px;
    margin: -50px 10% 0 10%;
    text-align: center;
    overflow: hidden;
    padding: 40px;
}

.card-news .title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #384142;
    text-align: left;
    margin-bottom: 30px;
}

.news-date {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    color: #384142;
}
.news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 20px;
}
.news-body {
    font-size: 14px;
    font-weight: 300;
    color: #384142;
}
.news-link {
    text-align: right;
    margin-right: 25px;
}
.news-link > a {
    color: #f05a22 !important;
}

.card-person > div {
    vertical-align: middle;
}

.testimonial-quote {
    position: absolute;
    top: 0px;
    left: 0px;
}
.card.testimony-item {
    padding: 30px 30px 20px 30px;
}
.card.testimony-item.dark,
.card.testimony-item.dark .card-title,
.card.testimony-item.dark .card-text,
.card.testimony-item.dark .card-person {
   color: #333;
}

.card-product {
    background-color: #fff;
    padding: 30px 15px;
    height: 210px;
    transition: all 0.5s ease;
}
.card-product:hover {
  margin-top:-15px;
}
.card-product .title{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #384142;
    padding: 35px 0;
    text-decoration:none;
}

.section.green {
        background-color: rgb(14,115,114);
        color: #fff
    }

    .section.light-gray {
        background-color: rgb(250,250,250);
    }

    .section.dark-blue {
        background-color: #214355;
        color: #ffffff;
    }

.btn-primary-orange-outline {
    color: #F05A23 !important;
}

.btn-primary-green-outline {
    border: 2px solid #007373;
    padding: 17px 20px;
    color: #007373 !important;
    font-size: 15px;
    font-weight: 600;
    min-width: 180px;
}

.card-action {
    background-repeat: no-repeat;
    background-position: right;
   border-radius: 2px;
   box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.1);
   background-color: #ffffff;
   height: 378px;  
}

.card-action .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right;
}
.card-action .content {
  position: absolute;
  z-index:10;
}
.card-action .title {
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384142;
  width: 65%;
  text-align: left;
  padding: 35px;
}
.card-action .buttons {
    padding: 35px;
}

.card-action .buttons div {
    padding-top: 20px;
}

.btn-primary-green {
    color: #fff !important;
    background-image: linear-gradient(109deg, #00a89e, #007373);
    border: none;
    width: 189px;
    padding: 17px 20px;
    font-size: 15px;
    font-weight: 600;
    min-width: 180px;
}

.card-item {
   font-family: Montserrat;
   font-style: normal;
   text-align: center;
   color: #384142;
   padding: 30px;
}
@media only screen and (min-width: 600px) { /* Small devices (portrait tablets and large phones, 600px and up) */
	.card-item  {
		padding: 30px 0 !important;
    } 
}
@media only screen and (min-width: 768px) { /* Medium devices (landscape tablets, 768px and up) */
	.card-item  {
		padding: 30px 0 !important;
    }    
}

.card-item .icon img{
   max-height: 54px;
}
.card-item .title {
   font-weight: 600;
   line-height: 32px;
   font-size: 24px;
   margin: 20px 0;
}

.card-item .body {
    font-weight: 300;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}


#FooterRow .copyright {
    font-size: 12px;
}











