@charset "utf-8";
/* CSS Document */

* {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	  font-family: Poppins !important;
}
:root {
    --purple: #a633f7;
    --green: #00bf63;
    --white: #fff;
    --marine-blue: #180054;
    --tomato: #ff6c4c;
    --vivid-purple: #a839f2;
    --main: linear-gradient(270deg, #a432f9 15%, #ff6c4a 105%);
}
html, body {
  overflow-x: hidden;
}

.center {
	text-align: center;
}

.a-botao {
	border: solid 1px #666 !important;
    border-radius: 14px !important;
    padding: 7px 15px !important;
    font-size: 8pt !important;
    background-image: unset !important;
}

.a-botao:active, .a-botao:focus {
	text-decoration: none !important;
}

.a-botao:hover {
    background-color: #180054 !important;
    color: white !important;
    border: none !important;
    text-decoration: none !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.h2, h2 {
    font-size: 20pt;
}


.topo {
	background-color: #e2e2e2;
	background-image: url(../img/bg-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.topo-texto {
	height: 500px;
	vertical-align: bottom;
	display: table;
	font-size: 12pt;
}

.div-teste {
    padding: 40px 0px;
}

.topo-texto div {
	display: table-cell;
	vertical-align: bottom;
}

.vantagens {
	background-image: linear-gradient( to bottom right, #0765a2, #0290d2);
	color: #FFF;
}

.vantagens p, .vantagens h2, .depoimentos h2, .funcionalidades h2 {
    text-align: center;
}

.icone-vantagens {
	text-align: center;
}

.icone-vantagens img {
	height: 230px;
}

.icone-vantagens p {
	font-size: 12pt;
    line-height: 12pt;
    margin: 2px;
}

.vantagens .row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.vantagens .sub {
	font-size: 13pt;
}

.depoimentos {
	background-color: #f3f3f3;
}

.depoimentos h2 {
	margin-top: 40px;
}

.depoimento {
	margin-top: 40px;
}

.depoimento-logo {
	text-align: center;
}

.depoimento-logo img {
	height: 100px;
	float: none;
	margin-bottom: 15px;
}

.depoimento-info p {
	
}

.depoimento-nome {
	color: #0290d2;
	margin-bottom: 0px;
	margin-top: 10px;
}

.depoimento-empresa {
}

.depoimento-texto {
	text-align:center;
	margin: 30px 0;
	font-size: 12pt;
}

.depoimento-link {
	height: 7px;
    float: none;
    display: inline-grid;
}

.depoimento-link a {
	width: 100%;
    height: 100%;
    display: block;
    background-color: #dddddd;
}

.depoimento-link.active a {
    background-color: #0575b4 !important;
}

.depoimento-link a:hover {
    background-color: #0575b4;
}

 .delimitador{
	width:100%;
	margin:auto;
}
.contenedor{
	height:0px;
	width:100%;
	/*max-width:560px; /* Así establecemos el ancho máximo (si lo queremos) */
	padding-top:56.25%; /* Relación: 16/9 = 56.25% */
	position:relative;
}

iframe{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}

.botao-testar {
	background-image: linear-gradient( to bottom right, #12a62e, #7ecc04);
	color: #FFF !important;
    padding: 12px 22px;
    border-radius: 6px;
	font-weight: bold;
}

.botao-testar:hover, .botao-testar:active {
	background-color: white;
	background-image: unset;
    text-decoration:none;
    padding: 12px 22px;
    border-radius: 6px;
    color: #6dc15d !important;
    border: solid 1px #6dc15d;
}

.video .contato input {
	margin: 10px 0;
	padding: 10px;
}

.botao {
	color: white !important;
	border: solid 1px var(--clr-purple-200) !important;
	padding: 12px  !important;
	background-image:var(--clr-purple-200) !important;
	font-size: 14px !important;
}

.botao:hover {
    background-color: white  !important;
    color: #0290d2  !important;
    border: solid 1px #0290d2  !important;
}

.azul {
	background-color: #0290d2 !important;
}

.rodape {
	background-color: #e0e0e0;
}

.rodape h4 {
	font-size: 20px;
	color: #0290d2; 
}

.rodape a {
	color: #337ab7 !important;
	font-size: 12px !important;
}

.rodape .fas {
	color: #0290d2;
	margin-right: 10px; 
}

.g-recaptcha {
    display: block;
    position: relative;
    float: left;
}

.conteudo {
	background-color: #FAFAFA;
}

.form-control, textarea {
    border: 1px solid var(--marine-blue) !important;
    border-radius: 0px !important;
}

.conteudo h2, .conteudo h3 {
	color: #180054; 
}

.conteudo .fas {
	color: #0290d2;
	margin-right: 10px; 
}


.balao-depoimento {
	-webkit-box-shadow: 5px 6px 24px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 6px 24px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 6px 24px -5px rgba(0,0,0,0.75);
	padding: 20px;
    font-size: 9pt;
}

.balao-depoimento p {
    line-height: 16px;
    text-align: justify;
}

.balao-depoimento p:not(:first-child) {
    margin-top: 20px;
}

.balao-depoimento {
	position: relative;
	background: #ffffff;
}

.balao-depoimento:after {
	top: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 13px;
	margin-left: -13px;
}

.botao.purple{
	background-color:var(--purple) !important;
	border:1px solid !important;
}

.botao.purple:hover{
	background-color: white !important;
	color: var(--purple) !important;
}


.card-funcao {
    display: table;
}

.card-funcao > div  {
	display: table-cell;
	vertical-align: middle;
	padding-top: 26px;
}

.funcionalidades .row {
	margin: 60px 0;
}

.card-funcao .titulo {
	color:white;
}

.card-funcao .titulo > p {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 65px;
    text-transform: uppercase;
}
.card-funcao .titulo img {
    width: 34px;
    margin: 12px 25px;
	float: left;
}

.card-funcao .texto {
	font-size: 20px;
    line-height: 35px;
}

.error-message {
	padding: 15px 40px;
    border-radius: 8px;
}

.error-message b {
}


article h1 {
	color: #656565;
}

article {
	margin-bottom: 30px;
}

article p {
    line-height: 24px !important;
    color: #656565 !important;
    padding: 5px 0 !important;
    text-align: justify !important;
    background: unset !important;
}

.conhecimento-titulo {
    margin: 0 0 20px;
    float: right;
    color: #333333 !important;
}


.conhecimento-itens a {
  	float: right;
    clear: both;
    margin: 10px 0;
    padding: 0px 5px;
    border-right: 1px solid;
    line-height: 13px;
}

hr {
	width: 50%;
}


@media (min-width: 1200px) {
	.container-fluid {
	    max-width: 1350px;
	}
}

@media (min-width: 600px) {
}

@media (max-width: 599px) {
	
	.card-funcao .titulo > p {
	    font-size: 16px;
	}
	
	.topo-texto {
    	height: 550px !important;
	}
	
	.topo {
		background-image: unset;
	}
	
	.div-teste {
	    padding: 40px 60px;
	}
	
	.depoimento-logo img {
    	float: none;
	}
	
	.depoimento-logo, .depoimento-info {
		text-align: center;
	}
	
	.row.depoimentos-links .col-md-1 {
		padding: 0;
		width: 35px;
	}
	
	.espaco-bottom-mobile {
		margin-bottom: 50px;
	}
	
	.mobile-width-100 {
		width: 100%;
	}
}

input {
	font-size: 14px !important;
}

/* --footer  */

.contato {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media all and (max-width: 1200px) {
    .contato {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 30px
    }
}

.contato>:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 38.4266263238%;
    flex-basis: 38.4266263238%
}

@media all and (max-width: 1200px) {
    .contato>:nth-child(1) {
        -ms-flex-pack:distribute;
        justify-content: space-around;
        width: 100%
    }
}

.contato>:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 28.3661119516%
}

@media all and (min-width: 800px) and (max-width:1366px) {
    .contato>:nth-child(2) {
        width:40%
    }
}

@media all and (max-width: 1200px) {
    .contato>:nth-child(2) {
        width:100%;
        gap: 15px;
        min-width: 226px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contato>:nth-child(2) .logo-rh1000 {
        width: 210px
    }
}

@media all and (max-width: 1200px) and (max-width:360px) {
    .contato>:nth-child(2) .logo-rh1000 {
        width:150px
    }
}

@media all and (max-width: 1200px) {
    .contato>:nth-child(2) img {
        margin-inline:auto
    }
}

.contato .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

@media all and (max-width: 1200px) {
    .contato .redes {
        width:80%;
        max-width: 100px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-left: auto
    }
}

@media all and (max-width: 600px) {
    .contato .redes {
        margin-inline:auto
    }
}

.contato a {
    text-decoration: none
}

footer {
    padding-top: 10px;
    background-color:var(--marine-blue);
}

footer a {
    text-decoration: none;
    font-family: Poppins !important;
}

#header.card-gradient footer.menu-suspenso,body#header:is(.theme-s1) footer.menu-suspenso,body#header:is(.theme-s3) footer.menu-suspenso,footer.card-gradient,footer.card-marine-blue {
    color: #fff
}

#header.card-gradient footer.menu-suspenso a,body#header:is(.theme-s1) footer.menu-suspenso a,body#header:is(.theme-s3) footer.menu-suspenso a,footer.card-gradient a,footer.card-marine-blue a {
    color: #fff
}

@media all and (max-width: 1200px) {
    footer hr {
        margin-top:30px
    }
}

.subfooter {
    padding-block:20px;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media all and (max-width: 1000px) {
    .subfooter {
        padding-block:10px;
        text-align: center
    }

    .subfooter img {
        display: none
    }
}

@media all and (max-width: 600px) {
    .subfooter {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .subfooter div:nth-child(2) p {
        display: inline;
        line-height: 1
    }
}

.footer-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-nav h2 {
    text-transform: uppercase
}

@media all and (max-width: 600px) {
    .footer-nav {
        text-align:left
    }
}

@media all and (min-width: 601px) and (max-width:1200px) {
    .footer-nav {
        text-align:center
    }
}

@media all and (max-width: 1200px) {
    .footer-nav {
        margin-top:30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .footer-nav>* {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .footer-nav>:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer-nav>:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer-nav>:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media all and (max-width: 1200px) and (max-width:900px) {
    .footer-nav>:last-child {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

@media all and (max-width: 1200px) {
    .footer-nav>:last-child h2 {
        margin-bottom:0
    }

    .footer-nav>:last-child li {
        display: block;
        margin-top: 0
    }
}

@media all and (max-width: 1200px) and (max-width:600px) {
    .footer-nav>:last-child li {
        text-align:left
    }
}

@media all and (max-width: 1200px) {
    .footer-nav ul {
        margin-top:10px
    }
}

.footer-nav li {
    list-style-type: none;
    line-height: 1.8em
}

@media all and (min-width: 800px) and (max-width:1366px) {
    .footer-nav li {
        line-height:1.3em
    }
}

@media all and (max-width: 1200px) {
    .footer-nav li {
        line-height:1.5em
    }
}


.container-box,.subfooter {
    margin-inline:auto;width: 68.8541666667%;
    position: relative
}

@media screen and (max-width: 380px) {
    .container-box,.subfooter {
        width:78.8541666667%
    }
}


.instagram.white-theme,.linkedin.white-theme,.mail.white-theme,.whatsapp-contact.white-theme,.youtube.white-theme {
    -webkit-filter: hue-rotate(1346deg) contrast(1) saturate(8.5) brightness(.2);
    filter: hue-rotate(1346deg) contrast(1) saturate(8.5) brightness(.2)
}

.instagram,.linkedin {
    width: 26px;
    height: 26px
}

.youtube {
    width: 30px;
    height: 22px
}

.logo-rh1000{
	max-width: 233px;
	object-fit:contain;
}


.rich-calendar-exterior {
  background-color: #fbfbfb;
  border-radius: 6px;
  padding: 2%;
  inset-inline: 0 !important;
  margin: auto !important;
}

.rich-calendar-days {
  padding: 10px;
}
.rich-calendar-cell:not(.rich-calendar-boundary-dates):hover {
  color: var(--purple);
}

.rich-calendar-toolfooter {
  color: #fbfbfb;
  padding: 10px;
}

.rich-calendar-date-layout {
  background-color: #fbfbfb;
}

.rich-calendar-date-layout-ok div, .rich-calendar-date-layout-cancel div {
  border-radius: 4px;
  min-width: 3rem;
  padding: 2px;
}

.rich-calendar-date-layout-cancel div {
  border-color: #A432F9;
}
.rich-calendar-date-layout-cancel div:hover {
  border-color: #FF6C4A;
}

.rich-calendar-date-layout-ok div {
  border-color: #A432F9;
  background-color: #A432F9;
}
.rich-calendar-date-layout-ok div:hover {
  border-color: #180054;
  background-color: #180054;
}

.rich-calendar-header {
  text-transform: uppercase;
  position: relative;
  border-radius: 3px;
  padding: 5px;
  color: white;
  padding: 0;
}
.rich-calendar-header tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 6px;
  width: calc(100% - 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rich-calendar-header tbody {
  background: #A432F9 !important;
}

.rich-calendar-tool-close {
  padding: 0;
  background-image: none;
  position: absolute;
  color: #fbfbfb;
  right: 3px;
  border-radius: 2px;
  font-size: 1rem;
  padding-inline: 4px;
}
.rich-calendar-tool-close:hover div {
  color: #fbfbfb;
}

.rich-calendar-tool {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.rich-calendar-tool-btn-hover {
  border: none;
  outline: none;
}

.rich-calendar-tool-btn {
  padding: 0;
}

#novaEmpresaForm{
	margin-top: 20px;
}
