

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #cccccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }



  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c19b76; }


    .owl-next,
    .owl-prev {
        outline: none;
    }
    
    .owl-next:focus,
    .owl-prev:focus {
        outline: none;
    }

    
 /*
 * 	HR ANTES DO ELEMENTO
 */

 .owl-theme .owl-nav{
  margin-top: 40px;
  width: 100%;
  padding: 0 120px;

/*
 * 	CONFIGURANDO O PLAY E NEXT 
 */

 }

 .owl-theme .owl-nav::before{
  content: '';
    display: block;
    top:14px;
    
    position: relative;
    width: 93%; /* Ou a largura desejada */
    height: 1px; /* Ajuste a altura conforme necessário */
    background-color: #c3c3c3; /* Cor da linha */
   
 }

 @media (min-width: 220px) and (max-width: 600px) and (orientation:portrait) { 

  .owl-theme .owl-nav{
    margin-top: 40px;
    width: 100%;
    padding: 0 0px;

 }

 .owl-theme .owl-nav::before{
  
    width: 70%; /* Ou a largura desejada */
   
   
 }


}


@media (min-width: 1024px) and (max-width: 1445px)  { 

  .owl-theme .owl-nav::before{
  
    width: 70%; /* Ou a largura desejada */
   
   
 }
}