.logo-custom{
   max-width: 150px;
   padding: 20px;
}

.justify-content-center{
   justify-content: center !important;
}

.justify-content-right{
   justify-content: right !important;
}

.align-self-center{
  align-self: center !important;
}

.text-justify {
   text-align: justify !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.font-size-12{
   font-size: 12px !important;
}

.img-center {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-30 {
   border-radius: 50%;
   width: 30px;
   height: 30px;
   }
   
   .circle-40 {
   border-radius: 50%;
   width: 40px;
   height: 40px;
   }
   
   .circle-50 {
   border-radius: 50%;
   width: 50px;
   height: 50px;
   }
   
   .circle-60 {
   border-radius: 50%;
   width: 60px;
   height: 60px;
   }
   
   .circle-65 {
   border-radius: 50%;
   width: 65px;
   height: 65px;
   }

.circle-70 {
   border-radius: 50%;
   width: 70px;
   height: 70px;
}
.text-oblique{
   font-style: oblique;
}

.bg-social{
   width: 100%;
   background-image: url(../img/bg-social.png);
   background-repeat: no-repeat;
   height: auto;
   background-size: 60%;
}

.bg-contact{
   background-image: url(../img/bg-contato.png);
   background-repeat: no-repeat;
   height: 620px;
}

.bg-trabalhe{
   background-image: url(../img/bg-trabalhe.png);
   background-repeat: no-repeat;
   height: 620px;
}

.box-shadow{
   box-shadow: 2px 2px 3px #999;
}

.div-form{
   box-shadow: 2px 2px 3px #999;
   padding: 3rem;
   margin: 3rem;
}

.logo-formart{
   width: 60%;
}

.container-custom {
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.container-custom:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #4FC1E9;
   margin-top: 10px;
   z-index: 1
}

.timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}

.custom-slide{
  padding: 50px;
  margin-bottom: -2rem;
  font-weight: normal !important;
  background-color: #ffffffba !important;
  text-align: justify;
}

.video-link{
   width:680px;
   height:480px;
}

@media screen and (max-width: 1400px) {
   .a-box{
      width: 200px;
   }
}

@media screen and (max-width: 1200px) {
   .a-box{
      width: 180px;
   }
}

@media screen and (max-width: 940px) {
  .custom-slide{
     padding: 20px;
     margin-bottom: -1rem;
     font-weight: normal !important;
     background-color: #ffffffba !important;
     text-align: justify;
     font-size: 18px;
  }
  .carousel-caption{
     top: 50px;
  }

.logo-formart{
   max-width: 300px;
}

.bg-social{
   height: 600px;
}

.video-link{
   width:360px;
   height:200px;
}

.div-form{
   box-shadow: 2px 2px 3px #999;
   padding: 3rem;
   margin: 0rem;
}

.bg-social{
   background-size: 120%;
}

.bg-trabalhe{
   background-position: -200px;
}

}

@media (min-width: 576px) {
   .modal-custom {
      max-width: 70% !important;
  }
}

.cookie-banner {
	align-items: flex-start;
	background: #26262b;
	border-radius: 10px;
	bottom: 12px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	left: 50%;
	max-width: 600px;
	padding: 12px 16px;
	position: fixed;
	transform: translateX(-50%);
	width: calc(100% - 24px);
	z-index: 10;
}

@media (min-width: 576px) {
	.cookie-banner {
		align-items: center;
	}

}