@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

body {
  font-family:"Roboto", sans-serif !important;
}


.border-content{
  border: 1px solid #1f2e6e;
  padding: 20px;
  margin: 10px auto 20px;
    margin-top: 10px;
  border-radius: 6px;
  align-items: center;
}
.underline{
 text-decoration: underline;
}
.h-full{
  height: 100%;
}
.object-cover{
  object-fit: cover;
  overflow-clip-margin: unset;
}

.text-dark{
    color: rgb(57, 58, 63) !important;
}
.bigger{
  height: 500px !important;
  max-height: none !important;
}
.lower{
    text-transform: lowercase;
}
.black-link{
  color: var(--cinza_principal, #393A3F);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
  letter-spacing: 0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.black-link:hover{
  color: var(--cinza_principal, #393A3F);
  text-decoration:none;
}
.bold {
 font-weight: bold;
} 
.bg-img{
width: 100%;
height: 229px;
}
.max-h-200{
 max-height: 200px;
  border-radius: 10px 10px 0px 0px;
}

.gap-8{
  gap: 8px;
}
.gap-48{
  gap: 48px;
}
.gap-24{
  gap: 24px;
}

.gap-32{
  gap: 32px;
}
.rounded-12 {
 border-radius: 12px;
}

.text-end{
  text-align: end;
}

.btn-inscricoes {
  padding: 12px;
  border: 1px solid white;
  border-radius: 8px;
  width: fit-content;
  color: white;
  margin-bottom: 16px;
  box-shadow: 2px 3px 4px #0000004f;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
    text-align: center;
}

.btn-inscricoes:hover {
  background: white;
  color: black;
  transform: translateY(-2px);
  box-shadow: 4px 6px 8px #00000070;
}

.file-button{
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #0E418F;
  color: white !important;
  transition: .5s; 
}

.file-button:hover{
    transform: scale(1.1);
}
.file-button p{
  color: white !important;
  margin: 0px !important;
}

.innerAcc{
  color: #393A3F !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important; /* 150% */
  letter-spacing: 0.5px !important;
  background-color: white !important;
  
}
.innerCardBody{
  background-color: white !important;
}
.innerCardHeader{
  background-color: white !important;
}
.destaque-list > li{
  line-height: 40px;
}
.h-330{
 height: 330px;
 width: 100%
}
.mb-3r{
  margin-bottom:3rem !important;
  
}
.second-img{
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow-clip-margin: unset;
}
.subtitle{
  color: #0E418F;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.cover{
    object-fit: cover;
    overflow-clip-margin: unset;
}

.h-300{
  height: 300px;
}
.object-cover{
  object-fit: cover;
}


.img-rounded{
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#menuTecHub{
 background-color: #A03F8A;
 padding: 12px;
}

#menuAprendizagemProfissional{
 background-color: #0857E5;
 padding: 12px
}

#menuUCSMunicipios{
 background-color: #0857E5;
 padding: 12px
}


#menuUCSComunidade{
 background-color: #0857E5;
 padding: 12px
}

img.img-a{
  width:250px
}
.text-14{
  font-size: 14px; 
  line-height: 24px; 
}
.text-16{
  font-size: 16px; 
  line-height: 24px; 
}
.text-20{
  font-size: 20px !important; 
  line-height: 24px; 
}
.text-22{
  font-size: 22px !important; 
}
.text-line-40{
  line-height: 40px;
}
h1, h2, h3 {
 font-family: "Roboto", sans-serif;
 font-weight: bold;
}

h3.tittle-blue{
 color: #0E418F !important;
}

.uppercase {
 text-transform: uppercase;
}


h1{
 color: #FFF;
 font-size: 35px;
 text-transform: uppercase;
 float: left;
 margin: 0;
}

h1.tittle-blue{
 text-transform: uppercase;
 margin: 0;
 color: blue;
 font-size: 28px;
 float: none !important;
}

section {
  padding: 40px 0;
}

h2{
  font-size: 18px;
  color: #EC1B7D;
  margin: 1.5rem auto 1rem;
  text-transform: uppercase;
}

h2.title, h2.title-box {
  font-size: 18px;
  color: #0e418f;
  text-transform: uppercase;
}

h2.title {
  margin: 3rem 0 1rem;
}

h2.title-box {
  margin: 1rem 0;
}

a.link, a.link:hover {
 color: #FFF;
}

a.link {
 text-decoration: none;
}

a.link:hover {
 text-decoration: underline;
}

hr.line{
  border: 1px solid #FFFFFF;
  border-top: none;
}

.mt-40 {
 margin-top: 40px;
}

.content-center {
 align-content: center;
}

.card{
 border:none !important;
 margin: 5px 0 0 0;
 border-radius: 10px !important;
}

.card-header:first-child{
 border-radius: 10px 10px 0 0 !important;
}

.card-header{
 background-color: #0857E5 ;
}

.card-body{
 padding: 1.7rem 2rem;
 background-color: #fdf5eb;
}

h3{
  font-size: 26px;
  color: #972d49;
}

p, ul > li{
  color: #393a3f;
  font-size: 16px;
}

p.txt-branco{
  color: #fff;
  font-size: 16px !important;
}

p.txt-sec{
  font-size: 17px;
}

a{
  color: #0054b3;
  font-size: 16px;
}

a:hover{ 
  color: #0054b3;
  text-decoration: none;
}


ul, li{
 margin-bottom: 5px;
 font-size: 16px;
 color: #393a3f;
 font-family: "Roboto", sans-serif;
} 

.material-icons {
 vertical-align: sub;
}

.box{
 margin: 10px 0;
 padding: 0.5rem 1rem 1.5rem;
 border-radius: 10px;
 background-color: #cbd3d940;
 box-shadow: 2px 2px 3px #00000026;

}
.box-princ{
    padding: 25px;
    background-color: #2E4E8B;
    margin: 40px auto 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #0000003b;
    color: white !important;
}
.box-princ > h2, .box-princ > p{
  color : white !important;
}


.box-comunidade{
    padding: 32px;
    background-color: #2E4E8B;
    margin: 40px auto 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.25); 
    color: white !important;
    margin-bottom: 40px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

button:focus {outline:0 !important;}

.navbar{
 padding: .2rem 1rem;
}

.navbar-brand {
 margin-right: 1rem;
}

.btn-outline-secondary {
 color: #fff;
}


.btn-saiba-mais {
 color: #fff;
 background-color: rgb(210,36,124);
 padding: .6rem 3rem;
 border-radius: 2rem;
 text-transform: uppercase;
 font-weight: bold;
 display: flex;
 justify-content: center;
 box-shadow: 2px 2px 3px #0000006b;
}

.btn-saiba-mais:hover {
    color: #fff;
    transition: .3s;
    background-color: rgb(237 23 131);
}

 img.brand{
  margin-top: -4px;
}

#accordion #itens .card {
  margin-bottom: 15px;
  border: 0;
  border-radius: 10px 10px 0 0;
}

#accordion #itens .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#accordion #itens .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #0857e5;
  color: #FFFFFF;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
}

#accordion #itens .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#accordion #itens .card .card-header .btn-header-link.collapsed {
  background: #0857e5;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}

#itemheadColaboreBtn{
  background: #435056 !important;
}
#card-body-colabore{
  background: rgba(203, 211, 217, 0.25) !important;
}

#accordion #itens .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#accordion #itens .card .collapsing {
  background: #f1f1f1;
  line-height: 30px;
  /* padding: 20px; */
}

#accordion #itens .card .collapse {
  border: 0;
}

#accordion #itens .card .collapse.show {
  background: #f1f1f1;
  line-height: 30px;
  color: #222;
  /* padding: 20px; */
  border-radius: 0 0 10px 10px;
}

.card-header{
background-color: rgb(39,38,180);
  margin-bottom:0px !important;

}

.image-card{
  display: flex;
  flex-direction: column;
  min-height: 300px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 16px;
}

.image-card-description{
  padding: 16px;
}
.description-card{
  color: #393A3F !important;
  font-family: Roboto !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important; /* 150% */
  letter-spacing: 0.5px !important;
}
.sub-description-card{
  color: #393A3F !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important; /* 171.429% */
  letter-spacing: 0.5px !important;
}




/*------------------------SLIDER----------------- */
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: 362px;
}

.slider-photos {
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
}

.slider-photos img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}

.slider-photos img.active {
  opacity: 1;
}

.point-controllers {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  padding-bottom: 10px;
  padding-top: 20px;
    border-radius: 0px 0px 10px 10px;
}

.point {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.point.active {
  background-color: #333;
  border: 1px solid #bbb;
}





@media (max-width: 768px) {
  .file-buttons-container{
    flex-direction: column !important;
    
  }
}



@media (min-width: 0) and (max-width: 320px) {
 h1 {
  font-size: 1.56rem;
 }
}

@media (min-width: 320.02px) and (max-width: 375px) {
 h1 {
  font-size: 1.66rem;
 }

 .box-princ h2 {
  margin-top: 1rem !important;
 }

 .col-sm-6.contacts {
  margin-bottom: .5rem;
 }
}

@media (min-width: 375.02px) and (max-width: 425px) {
 h1 {
  font-size: 1.76rem;
 }

 .box-princ h2 {
  margin-top: 1rem !important;
 }

 .col-sm-6.contacts {
  margin-bottom: .5rem;
 }
}

@media (min-width: 425.02px) and (max-width: 576px) {
 h1 {
  font-size: 1.86rem;
 }

 .col-sm-6.contacts {
  margin-bottom: .5rem;
 }

 .box-princ h2 {
  margin-top: 1rem !important;
 }
}

@media (min-width: 576.02px) and (max-width: 768px) {
 h1 {
  font-size: 1.96rem;
 }

 .flex-col {
  flex-direction: column;
 }

 .w-full {
  max-width: 100%;
 }

 .box-princ h2 {
  margin-top: 1rem !important;
 }
}









