@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

body{margin-top: 83px; font-family: 'Nunito', sans-serif;}

p{ font-family: 'Nunito', sans-serif;}

a{text-decoration: none;}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: rgba(0,0,0,0.1);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: inherit;
}

.background-purple{background-image: url("../../img/bg-purple.jpg"); border-radius: 150px; background-size: cover; padding-top: 50px; padding-bottom: 50px;}

.background-purple .bg-body-tertiary h3{font-size: 23px; font-weight: bold; color: #384090; margin-bottom: 16px;}

.background-purple .section-heading {color: #ffffff}

.background-purple a{text-decoration: none;}

.banner-home-desktop{width: auto; margin: auto}

.footer-bg-purple{background-image: url("../../img/bg-purple.jpg"); background-size: cover; padding: 30px 0;}


.rounded-3{border-radius: 28px !important;}

.nav-bg-purple{background-color: #384090; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{color: #E4628D;}

.nav-link{color: #ffffff}

.nav-link:hover{color: #E4628D;}

.nav-link:focus{color: #E4628D;} 

.logos-parceiros img{max-width: 210px; width: 100%;}

img{width: auto; max-width: 100%;}
.bg-light{background-color: #ffffff !important;}
.bg-blue-hj{background-color: #384090}
.card-title{font-size: 18px; font-weight: 700; margin-bottom: 12px;}
.card-text{font-size: 12px; text-style: italic ;}
.card{box-shadow: 0 2px 4px rgba(34, 34, 34, 0.30); border: none; margin-bottom: 25px;}


.lead{font-size: 18px; font-weight: 400;}

/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #008316;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 17px;
	margin-right: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
 	background-color: #f1f1f1;
	border-radius: 50px;
	padding: 10px 20px;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #008316;
	color: #ffffff;
	border-radius: 50px;
	padding: 10px 20px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.title-cards{   
	border-radius: 5px;
    padding: 5px 20px;;
    margin: 0 auto 10px auto;
    width: max-content;
}

.pink-bg{
	background-color: #E4628D;
	color: white;
}

.green-bg{
	background-color: #1DBAAB;
}

.txt-green{color: #1DBAAB; background-color: #ffffff}

h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
	margin-bottom: 2rem;}

h3{margin-bottom: 30px; font-weight: bold}

.btn-primary{    
	color: #fff;
	margin-top: 50px;
	padding: 8px 30px;
	font-size: 24px;
	border-radius: 50px;
	border-color: #E4628D;
	background-color: #E4628D;
    hover-color: #fff;
    hover-bg: #efbe31;
    hover-border-color: #efbe31;
    active-color: #fff;
    active-bg: #efbe31;
    active-border-color: #efbe31;
    active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    disabled-color: #fff;
    disabled-bg: #efbe31;
    disabled-border-color: #efbe31;}

.btn-primary:hover{color: #E4628D;
	border-color: #ffffff;
	background-color: #ffffff;}

.btn-secondary{color: #fff;
	border-color: #E4628D;
	background-color: #E4628D;}

.btn-secondary:hover{color: #fff;
	border-color: #384090;
	background-color: #384090;}

.carousel-item img{max-width: none; width: 100%;}

.dropdown-item.active, .dropdown-item:active{    
	color: #008316;
    text-decoration: none;
    background-color: #ffffff; }
 
.fw-normal{margin-top: 20px; margin-bottom: 10px; font-weight: bold !important; color: #212529; font-size: 22px;}

.section-subheading{   
	font-size: 17px;
    font-weight: 500;
    font-style: normal;
	margin: 1rem auto 2rem auto;
	max-width: 1000px;

}

.background-purple .text-muted{color: #ffffff !important}



.header-pages{background: url("../../img/banner-quemsomos.jpg"); padding: 50px 0; background-size: cover; background-position: center; border-radius: 0 0 140px 140px;}

.header-galeria{background-image: url("../../img/banner-galeria.jpg"); background-attachment: fixed;}

.navbar{padding: .1rem 0;}

.nav-link-last:hover{color: #ffffff !important}
.nav-link-last:focus{color: #ffffff !important}

li.nav-item{margin-right: 1rem;}
li.nav-item:last-child{margin-right: 0; background: #E4628D; border-radius: 50px; padding-right: 10px; padding-left: 10px; color: #ffffff !important}



.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

.page-section {
  padding: 3rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.section-heading:after{
	background: #E4628D;
    content: ' ';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 79px;
	margin: 8px auto;
	border-radius: 30px;
}

.section-heading-left{font-size: 28px;}

.section-heading-left:after{
	background: #E4628D;
    content: ' ';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 50px;
	margin: 8px 0;
	border-radius: 30px;
}

.page-section h3 h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 2rem;
}

.telefone{color: #FFAE27; font-size: 22px;}


.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

.carousel-item .col-lg-3 {
    padding: 15px 10px;
}

.navbar-toggler{color: #ffffff}

.banner-versao-desktop{display: block}
.banner-versao-mobile{display: none}

.video-institucional{max-width: 700px; margin: auto; padding: 50px 0 10px 0;}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 50px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }

}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}



@media (max-width: 767px) {


	.col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
	
	.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-2xl)!important;
	border-bottom-right-radius: var(--bs-border-radius-2xl)!important;
	border-top-left-radius: var(--bs-border-radius-2xl)!important;
	border-bottom-left-radius: var(--bs-border-radius-2xl)!important;

	}
	
	.margin-bottom-mobile{margin-bottom: 20px;}
	
	.footer-bg-purple .d-flex{display: block !important;}
	
	.section-mobile{display: none;}
	
	.banner-versao-desktop{display: none}
	.banner-versao-mobile{display: block}
	
	.background-purple{border-radius: 50px;}
	
	.header-pages{border-radius: 0 0 50px 50px;}
}


.feature li, .magazine-galery li{width: 33% !important; display: block; float: left; }


