



@media (min-width: 1200px) {
.btn-trilho-suico{display: inline-block !important;}


}

@media (max-width: 1200px) {
.reduzMenu {
font-size: 16px !important;
}
}

@media (max-width: 1100px) {
.reduzMenu {
font-size: 14px !important;
}
}



#seta_animada_wpp {
animation: bounce-arrow 1s infinite ease-in-out;
}
@keyframes bounce-arrow {
0% { transform: translateY(-50%) translateX(0); opacity: 0.5; }
50% { transform: translateY(-50%) translateX(1px); opacity: 1; }
100% { transform: translateY(-50%) translateX(0); opacity: 0.5; }
}



	.paginator-active-cpo{
		background: var(--secondary) !important;
		color: #fff !important;
	}





  .mandatory-fill{
  }
  .mandatory-fill .badge{
    display: block !important;
  }
  .op_selecionada img{
    border:  4px #28a745 solid;
  }

  .process .process-step-circle-content{
    font-size: 1.2em !important;
  }
  .process-vertical .process-step-circle{
    height: 40px !important;
    width: 40px !important;
    margin: 0 15px 0 0 !important;
    min-height: 40px !important;
    min-width: 40px !important;
  }

  .story-thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ca9765;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
  }
  .story-thumbnail:hover {
    transform: scale(1.05);
  }
  .story-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .story-video-wrapper {
    position: relative;
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 400px;
    background-color: #000;
    overflow: hidden;
    border-radius: 16px;
  }

  .story-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
    display: block;
  }

  .progress-segment {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.3);
    height: 3px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }

  .progress-fill {
    background-color: white;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  .erro-altura {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: none;
  }

  .is-invalid {
    border-color: #dc3545;
  }

  
    .paginaVideosvideoWrapper {
        position: relative;
        padding-bottom: 51%;
/* 16:9 */
padding-top: 25px;
height: 0;
}
.paginaVideosvideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



        .btn_outras_medidas{background: rgb(45, 133, 78) !important; font-size: 12px;}
        .btn_outras_medidas:hover{background: rgb(45, 133, 78) !important;}
      

  .videoWrapperBlog {
    position: relative;
    padding-bottom: 51%;
padding-top: 25px;
height: 0;
}
.videoWrapperBlog iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) { 
  .videoFullBlog{width: 100% !important; margin-bottom: 20px !important;}
}



    .video-container-Tecidos {
  position: relative;
  padding-bottom: 177%;
}
.video-container-Tecidos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  

