/* WHATSAPP BUTTON */
.zip-zop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #25D366;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.zip-zop svg{
    z-index: 999;
}

.whatsapp-tooltip {
	font-size: 12px;
	font-weight: bold;
	z-index: 1;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 200px;
	background-color: #25D366;
	color: white;
	padding: 12px;
	border-radius: 15px 50px 50px 15px;
	transition: opacity 0.3s ease, left 0.3s ease;
}

/*.whatsapp-button .whatsapp-tooltip {
  opacity: 1;
  left: -150px;
}*/

/*.whatsapp-button {
  transform: scale(1.1) translateX(-50%);
}*/


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

html{
    height: 100%;
    max-width: fit-content !important;
    margin: 0;
}

body {
    /*height: auto;*/
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-size: medium;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    height: 100%;
    background: rgb(137, 27, 40) linear-gradient(0deg, rgba(137, 27, 40, 1) 0%, rgba(161, 31, 47, 1) 50%, rgba(219, 57, 70, 1) 100%);
    background-attachment: fixed;
    max-width: fit-content !important;
}

.vl {
    border-left: 2px dashed white;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 220px;
}

.logo-bottom{
    margin-top: 50px;
}

h2, h4{
    color: white;
}

#bg-img {
    position: fixed;
    z-index: -1000;
    bottom: 0;
    left: 0;
}

a, .btn {
    outline: 0 none !important;
}

a:hover {
    color: #db3946 !important;
}

a:active, a:visited, a:link {
    color: #891b28;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    margin: auto;
}

.breadcrumb {
    font-size: smaller;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    background-color: transparent;
}

.breadcrumb > li + li::before {
    content: "|";
}

.active{
    color: white !important;
}

/* NAVBAR - Inicio */
.navbar-default {
    border: 0;
    /*background-color: #0079a9;*/
    background: transparent;
}

.navbar-default .navbar-toggle {
    background-color: white;
    border-radius: 20px;
    border: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgb(102, 153, 153);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(102, 153, 153);
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: white;
}

.menu-box > li:hover, .menu-box > li:focus, .menu-box > li.open {
    -webkit-transition: border-bottom .2s, background-color 2ms;
    -moz-transition: border-bottom .2s, background-color 2ms;
    -ms-transition: border-bottom .2s, background-color 2ms;
    -o-transition: border-bottom .2s, background-color 2ms;
    transition: border-bottom .2s, background-color 2ms;
}

.menu-box > li:hover > a, .menu-box > li:focus > a, .menu-box > li.open > a {
    /*background-color: #005b80 !important;*/
    background-color: #891b28 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    text-shadow: none;
}

.menu-box > li > a {
    background-color: transparent !important;
    color: white !important;
    /*text-shadow: 0px 0px 1px rgba(255, 204, 102, 1);*/
    font-weight: 400 !important;
}

.menu-box .dropdown-menu {
    background-color: white !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 75%;
}

.menu-box .dropdown-menu .divider {
    margin: 0;
}

.menu-box .dropdown-menu > li > a {
    margin: 0;
    padding: 15px;
}

.menu-box .dropdown-menu > li > a:hover {
    /*background-color: rgb(102, 153, 153) !important;*/
    background-color: #891b28 !important;
    color: white !important;
}
/* NAVBAR - Fim */


#login-section {
    width: 100%;
    height: auto;
}

#login-box {
    width: 400px;
    margin: 45px auto auto;
    background-color: #b50937;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(181, 9, 55, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(181, 9, 55, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(181, 9, 55, 0.75);
}

#login-logo {
    position: relative;
    top: -35px;
}

#login-logo > #rennerlogo {
    width: 180px;
    height: 85px;
    /*border-radius: 30px;*/
    -webkit-box-shadow: 0 0 10px 0 rgba(181, 9, 55, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(181, 9, 55, 0.75);
    box-shadow: 0 0 10px 0 rgba(181, 9, 55, 0.75);
}

#login-form {
    margin-top: -45px;
    padding: 20px 50px;
}

#login-form .form-control {
    border-radius: 0;
    -webkit-transition: border-radius .2s;
    -moz-transition: border-radius .2s;
    -ms-transition: border-radius .2s;
    -o-transition: border-radius .2s;
    transition: border-radius .2s;
}

#login-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*border-bottom-left-radius: 25px;*/
    /*border-top-left-radius: 25px;*/
    -webkit-transition: border-radius .2s;
    -moz-transition: border-radius .2s;
    -ms-transition: border-radius .2s;
    -o-transition: border-radius .2s;
    transition: border-radius .2s;
}

#login-form > .input-group {
    margin-bottom: 10px;
    width: 100%;
}

#login-form-heading {
    color: white;
}

input#pass, input#user {
    height: auto;
    /*background-color: #891b28;*/
    background-color: transparent;
    border-radius: 0;
    border: 3px solid white;
    color: white;
}

input#pass::-moz-placeholder, input#user::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
}

input#pass::-webkit-input-placeholder, input#user::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
}

input#pass:-moz-placeholder, input#user:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
}

input#pass:-ms-input-placeholder, input#user:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-style: italic;
}

#login-box #form-messages {
    margin-top: -15px;
    color: white;
}

#login-box #form-messages > a {
    color: lightgrey;
}

#login-box #form-messages > a:hover {
    color: white !important;
}

#login-form .input-group-addon {
    background-color: transparent;
    /*background-color: #891b28;*/
    /*border: transparent;*/
    color: white;
    /*border-top-right-radius: 50%;*/
    /*border-bottom-right-radius: 50%;*/
    border: 3px solid white;
}

.btn-custom {
    border: 3px solid white;
    /*background-color: rgba(73, 4, 22, .9);*/
    background-color: transparent;
    color: white;
    border-radius: 0;
}

.btn-custom:hover, .btn-custom:visited {
    /*background-color: rgba(73, 4, 22, .7);*/
    background-color: white;
    border: 3px solid #891b28;
    color: #891b28 !important;
}

#checklogin {
    color: white;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

.btn-custom:active {
    color: white;
}

#form-messages {
    width: 100%;
    text-align: center;
    padding: 5px;
    color: white;
}

.email-messages{
    color: #891b28 !important;
}

#info-version {
    width: 350px;
    margin: auto;
}

#info-version > h5 {
    text-align: right;
}

/*Pagina: CONTATO - INICIO*/

.page-header {
    margin-top: 0;
}

#contact-form > .input-group > .input-group-addon {
    background-color: transparent;
    color: gray;
    vertical-align: top;
    border: none;
}

#contact-form > .input-group {
    padding: 5px 0;
}

#message {
    height: auto;
}

.temp{
    color: #891b28 !important;
}

#contact-form {
    /*background-color: rgba(35, 35, 35, .9);*/
    background-color: transparent;
    padding: 25px;
    overflow: hidden;
}

#contact-form .form-control {
    background-color: transparent;
    border: none;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #891b28;
}

#contact-page, #download-section {
    /*background-color: rgba(235, 235, 235, .5);*/
    background-color: white;
    padding: 0 0 30px;
}

#contact-form .input-group:first-child {
    padding-top: 0;
}

#contact-form > .input-group > .form-control {
    border-left: 0;
}

#contact-form > .input-group > .form-control, #contact-form > .input-group > .input-group-addon {
    border-radius: 0;
}

#contact-form #btSendMail {
    margin-top: 10px;
    /*background-color: rgb(102, 153, 153);*/
    background-color: #891b28;
    color: white;
    border-radius: 0;
    padding: 10px 25px;
    float: right;
}

.btn-close-modal{
    background-color: #891b28;
    color: white;
    border-radius: 0;
    padding: 10px 25px;
}

.btn-close-modal:hover{
    color: white;
    background-color: #a11f2f;
}

#contact-form #btSendMail:hover {
    /*background-color: rgb(117, 164, 164);*/
    background-color: #a11f2f;
}

#additional-info {
    padding: 0;
    margin: 0;
}

#additional-info > a:link, #additional-info > a:active, #additional-info > a:visited {
    color: #005b80 !important;
}

#additional-info > a:hover, #additional-info > a:focus {
    color: #0079a9 !important;
}

#additional-info .sign {
    padding: 10px;
    height: auto;
    margin-bottom: 5px;
    background-color: rgba(102, 153, 153, .5);
}

#additional-info h5 {
    color: black;
}

#additional-info .sign .center {
    padding: 0;
    margin-top: 10px;
    text-align: center;
}

#additional-info .sign:hover .ball > .lnr {
    background-color: transparent;
    border: 2px solid #891b28;
    color: #891b28;
}

#additional-info .ball {
    margin: auto;
    width: 40px;
    height: 40px;
}

#additional-info .ball > .lnr {
    display: block;
    padding: 25%;
    text-align: center;
    background-color: #891b28;
    /*background-color: black;*/
    border: 2px solid transparent;
    color: white;
    line-height: 1em;
    border-radius: 50%;
}

/*Pagina: CONTATO - FIM*/

/*Pagina: DOWNLOAD - INICIO*/
.list-requirements > li {
    list-style: circle;
}

.d-list {
    padding: 0;
    max-width: fit-content;
}

.lista-grupo {
    border: 3px solid white;
    padding: 12px;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    color: white !important;
    margin-left: -50px;
}

.lista-grupo:hover, .lista-grupo:active, .lista-grupo:focus, .lista-grupo > a, .lista-grupo > a:hover, .lista-grupo > a:active, .lista-grupo > a:visited{
    background-color: white;
    color: #891b28;
    border: 3px solid #891b28;
}

.d-link {
    border: 2px solid white;
    padding: 12px;
    min-width: 250px;
    width: 50%;
    margin-bottom: 10px;
    background-color: transparent;
    color: white;
}

.d-link:hover, .d-link:active, .d-link:focus, .d-link > a, .d-link > a:hover, .d-link > a:active, .d-link > a:visited {
    /*background-color: #92072c;*/
    /*color: white;*/
    background-color: white;
    color: #891b28;
    border: 3px solid #891b28;
}

.d-link:first-child {
    margin-top: 0;
}

#voc, #drivers, #contact-title {
    /*color: rgb(102, 153, 153);*/
    color: white;
}

small{
    color: #891b28;
}

#drivers:before, #drivers:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    width: 1px;
    height: 50%;
}

#drivers:before {
    top: 0;
    background: linear-gradient(to top, rgb(102, 153, 153) 5%, transparent 100%);
}

#drivers:after {
    bottom: 0;
    background: linear-gradient(to bottom, rgb(102, 153, 153) 5%, transparent 100%);
}

#inst-box {
    line-height: 1.75em;
}

#inst-box.panel {
    margin-top: 70px;
    border-radius: 0;
    /*border-color: rgb(102, 153, 153);*/
    border-color: #0078a9;
}

#inst-box.panel > .panel-heading {
    border-radius: 0;
    /*background-color: rgb(102, 153, 153);*/
    background-color: #0078a9;
}

#inst-box a {
    color: white;
}

#inst-box a:hover, #inst-box a:active, #inst-box a:focus, #inst-box a:visited {
    color: #db3946 !important;
}

/*Pagina: DOWNLOAD- FIM*/

/*FOOTER*/
footer {
    position: relative;
    bottom:0;
    width: 100%;
    height: 60px;
    margin-top: 100px;
    color: white;
}

@media screen and (max-width: 450px) {
    #login-box {
        width: auto;
    }

    #login-form {
        padding: 10px 25px;
        padding-bottom: 20px;
    }

    .lista-grupo{
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .vl{
        display: none;
    }
}

/*Pagina: TUTORIAL-INICIO*/
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#howto .container {
    /*background-color: rgba(255, 255, 255, .75);*/
    background-color: white;
}

.video-box {
    padding: 10px;
}

.video {
    width: 100%;
    margin: auto;
    height: auto;
}

.video h1 {
    /*color: rgb(102, 153, 153);*/
    color: #891b28;
}

/* ALERTA PARA JIVOCHAT */
.alerta {
    /* width: 100px;
    height: 100px;
    background: red; */
    position: relative;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}

@keyframes mymove {
    from {top: 0px;}
    to {top: 50px;}
}


.square {
    margin-left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 100px;
    width: 120px;
    background-color: white;
    border: 2px solid white;
    color: #891b28;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.triangle-down {
    margin-left: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #0078a9;
    animation: blinker 1s linear infinite;
}


/*@media (min-width: 1920px) {*/
/*.alerta{*/
/*margin-left: -200px;*/
/*}*/

/*@keyframes mymove {*/
/*from {top: 0px;}*/
/*to {top: 300px;}*/
/*}*/
/*}*/

/*@media (min-width: 2560px) {*/
/*.alerta{*/
/*margin-left: -550px;*/
/*}*/

/*@keyframes mymove {*/
/*from {top: 0px;}*/
/*to {top: 320px;}*/
/*}*/
/*}*/

/* JIVO WARNING CHAT */
.jivo-warning{
	position: fixed;
	bottom: 50px;
	left: 40px;
	width: 420px;
	height: 245px;
}

.jivo-warning-title {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 50px;
}

.jivo-warning-content{
	margin: 30px;
}

.card{
	background-color: #711b60;
	border-radius: 30px;
	color: white;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	height: 230px;
	width: 470px
}

.card h3{
	font-size: 15px;
	display: flex;
	width: 70%;
	margin: 0px;
}

.close-warning-image {
	position: relative;
	width: 15px;
	height: 15px;
	left: 440px;
	top: 10px;
	margin: 2px;
}

.warning-image {
	position: relative;
	margin: 15px;
	height: 60px;
	width: 60px;
	left: 20px;
	bottom: 15px;
}
