body,html{
      background-color: #202020;
      color:#fff;
      max-width:1366px;
      margin:0 auto;
      position:relative;
      }
.border-right{
   border-right:1px solid #585858;
}

iframe{
   border:1px solid #FF9E0F;
   width:100%;height:315px;
}

.btn-x{
   border-radius:32px;padding:10px 100px 10px 100px;font-size:24px;
}

.offcanvas{
background-color: #202020;
color:#fff;
}

ul{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
li{
   padding:7px 0px 7px 0px;
}
li a {
position: relative; /* Necessário para o posicionamento do pseudo-elemento */
text-decoration: none; /* Remove o sublinhado padrão */
}

li a::after {
content: ""; /* Cria o pseudo-elemento */
position: absolute;
left: 0;
bottom: -4px; /* Espaço entre o texto e a barra */
width: 0; /* Largura inicial da barra */
height: 1px; /* Altura da barra */
background-color: #FF9A0D; /* Cor da barra */
transition: width 0.7s ease; /* Transição suave para a largura */
}

li a:hover::after {
width: 120%; /* Largura total do link ao passar o mouse */
}
.btn-nacional{
text-decoration:none;
background-color: #FD970F;
color:#fff;
border-radius:27px;
}
.btn-nacional:hover{
background-color: #fff;
color:#585858;
}
.logo-mini{
max-width:200px;
}
.logo-super-mini{
max-width:120px;
}
.form-control, .alert{
/*	border:none !important;*/
	border-radius:0px !important;
	font-size: 18px;
	padding:7px 7px 7px 7px;
}
.modal-header, .modal-body{
color:#585858;
}

a{
text-decoration: none;
color:#fff;
}
a:hover{
color:#FFB62D;
}

h5{
	color:#fff;
}

/* Whatsapp Pulse */
 .float{
    padding:7px 0px 0px 0px;    
    position:fixed;
    width:40px;
    height:40px;
    bottom:10px;
    right:10px;
/*    left:10px;*/
    background-color:green;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    z-index:100;
    transition: 0.3s;   
    }
/* End Whatsapp Pulse */


@media only screen and (max-width: 600px) {
         .combg{
            border:1px solid #B7868B;
/*               background-image: url('../images/bg-robo-mobile.png'); */
         }
         .border-right{
         border-right:0px solid #585858;
      }

      .btn-x{
         border-radius:32px;
         padding:10px 50px 10px 50px;
         font-size:18px;
      }
}