.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */

/*= Animações =============== */

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/*= Geral ===================== */

/** Geral >> Grupo Facebook - Barra Lateral **/
.fl-node-5dd1bffb68b0e .uabb-infobox {
	box-shadow: 2px 2px 8px 0 rgba(47, 63, 80, 0.6) !important;
}


/*= Cabeçalho ================ */

/** Cabeçalho >> Foto Topo Home **/
.foto-topo-home .size-medium {
	box-shadow: 0 10px 15px 0 rgba(47, 63, 80, 0.4) !important;
}

/** Cabeçalho >> Botão - Texto Topo Home **/
.texto-topo-home .uabb-button {
	box-shadow: 0 10px 15px 0 rgba(47, 63, 80, 0.4) !important;
}

/** Cabeçalho >> Menu Curso WordPress **/
#menu-item-2761  > a {
	color: rgb(47, 63, 80) !important;
	font-weight: 600 !important;
	text-align: center !important;
	box-shadow: 0 10px 19px 0 rgba(47, 63, 80, 0.3) !important;
	background-color: rgb(255, 195, 0) !important;
	width: 150px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	margin-left: 10px !important;
	border-radius: 30px !important;
}

/** Cabeçalho >> Menu Cursos - Seta **/
#menu-item-2718 .fl-menu-toggle {
	width: 100px !important;
}

/** Cabeçalho >> Fa (::before) **/
.fa::before {
	color: rgb(255, 255, 255) !important;
}


/*= Conteúdo ================= */

/** Conteúdo >> Posts Home Box **/
.posts-home .uabb-blog-posts-shadow {
	box-shadow: 3px 3px 10px 0 rgba(47, 63, 80, 0.1) !important;
}

/** Conteúdo >> Newsletter - Barra lateral **/
.newsletter .uabb-form {
	box-shadow: 2px 2px 8px 0 rgba(47, 63, 80, 0.6) !important;
}

/** Conteúdo >> Topo Wordpress - Palavra **/
.topo-wordpress {
	text-shadow: 0 5px 5px rgba(47, 63, 80, 0.4) !important;
}

/** Conteúdo >> Ícone Links **/
.icone-links .fl-node-content {
	text-shadow: 1px 2px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.3) !important;
	background-color: rgba(255, 255, 255, 0.25) !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 60px !important;
}

/** Conteúdo >> Ícone Links Amarelo **/
.icone-links-amarelo .fl-node-content {
	text-shadow: 1px 2px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.3) !important;
	background-color: rgb(255, 195, 0) !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	border-radius: 60px !important;
}

/** Conteúdo >> Autor Blog **/
.avatar-100 {
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4) !important;
	border-radius: 50px !important;
}

/** Conteúdo >> Logos Plugins e Temas **/
.logo-plugins-temas .uabb-post-thumbnail img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 50% !important;
}


/*= Artigos =================== */

/** Artigos >> Tag Amarelo - Blog **/
.blog-tag-amarelo {
	font-family: Helvetica !important;
	color: rgb(11, 15, 63) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6) !important;
	background-color: rgb(255, 195, 0) !important;
	padding: 5px 30px 5px 30px !important;
	border-radius: 30px !important;
	position: relative !important;
	top: -20px !important;
	left: 0 !important;
}

/** Artigos >> Botão Post - Plano Cloud **/
.botao-post-plano {
	color: rgb(255, 255, 255) !important;
	font-weight: 600 !important;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.4) !important;
	background-color: rgb(173, 56, 226) !important;
	padding: 20px 30px 20px 30px !important;
}

/** Artigos >> Tag Grátis **/
.gratis {
	color: rgb(255, 255, 255) !important;
	font-weight: 600 !important;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5) inset !important;
	background-color: rgb(73, 44, 221) !important;
	padding: 10px 15px 10px 15px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	border-radius: 30px !important;
}

/** Artigos >> Tag Pago **/
.pago {
	color: rgb(0, 0, 0) !important;
	font-weight: 600 !important;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5) inset !important;
	background-color: rgb(255, 195, 0) !important;
	padding: 10px 15px 10px 15px !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	border-radius: 30px !important;
}

/** Artigos >> Imagens Posts Plugins **/
.posts-plugins .fl-photo-img {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) !important;
	width: 128px !important;
	height: 128px !important;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/** Artigos >> Boxes Lista Plugins **/
.posts-plugins .category-beaver-builder {
	height: 620px !important;
}

/** Artigos >> Titulo Post **/
.srl-titulo-post {
	margin-top: 40px !important;
}

/** Artigos >> Blog Img **/
.srl-img-blog img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) !important;
	width: auto !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	border-radius: 15px !important;
}

/** Artigos >> Tabela - Coluna 1 **/
.rl-tabela-tutoriais tr > td:nth-of-type(1) {
	width: 200px !important;
	padding: 15px 25px 15px 25px !important;
	border-right-color: rgba(47, 63, 80, 0.3) !important;
	border-right-style: solid !important;
}

/** Artigos >> Tabela - Coluna 2 **/
.rl-tabela-tutoriais tr > td:nth-of-type(2) {
	padding: 15px 25px 15px 25px !important;
}

/** Artigos >> Título Colunas - Linha **/
.rl-tabela-tutoriais thead > tr {
	background-color: rgb(219, 219, 219) !important;
	background-repeat: repeat-y !important;
}

/** Artigos >> Colunas  - Titulo **/
.rl-tabela-tutoriais th {
	padding: 15px 25px 15px 25px !important;
}

/** Artigos >> Indice **/
.rl-indice-artigo .uagb-toc__wrap {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) !important;
	margin-top: 20px !important;
	border-radius: 5px !important;
}

/** Artigos >> Indice Titulo **/
.rl-indice-artigo .uagb-toc__title {
	font-weight: 700 !important;
}

/** Artigos >> Titulos **/
.srl-titulo-post {
	margin-bottom: 20px !important;
	border-bottom-color: rgba(0, 0, 0, 0.1) !important;
	border-bottom-style: solid !important;
}


/*= Geradores ================= */

/** Geradores >> Gerador Form Label **/
.gerador-form > label {
	font-weight: 400 !important;
}

/** Geradores >> Input Text **/
.gerador-form [type="text"] {
	height: 50px !important;
	margin-bottom: 20px !important;
}

/** Geradores >> Input Checkbox **/
.gerador-form [type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
}

/** Geradores >> Label **/
.gerador-label-checkbox {
	margin-top: 4px !important;
	margin-left: 12px !important;
	position: absolute !important;
}

/** Geradores >> Button **/
.gerador-form button {
	font-weight: 600 !important;
	padding: 10px 40px 10px 40px !important;
}

/** Geradores >> Error **/
.gerador-error {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(255, 73, 73) !important;
	padding: 20px 30px 20px 30px !important;
	border-radius: 5px !important;
}

/** Geradores >> Miro Dynamic Table **/
.miro-dt-table {
	border: 1px solid rgb(221, 221, 221) !important;
}

/** Geradores >> Miro Dynamic Table - Select **/
.gerador-form .input-type-select {
	height: 41px !important;
	border: 1px solid rgb(221, 221, 221) !important;
}

/** Geradores >> Gerador form input text **/
.gerador-form .input-text {
	height: 41px !important;
}

/** Geradores >> Btn Remove Field **/
#remove-field {
	text-align: center !important;
	background-color: rgb(255, 73, 73) !important;
	width: 51px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	border-color: rgb(255, 73, 73) !important;
	border-style: none !important;
}

/** Geradores >> Btn Add Field **/
#add-field {
	text-align: center !important;
	width: 51px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	border-style: none !important;
}

/** Geradores >> Btn Remove Field:hover **/
#remove-field:hover {
	background-color: rgb(255, 195, 0) !important;
}

/** Geradores >> Miro UPB - Code Result **/
.miro-upb-code {
	background-color: rgb(249, 242, 244) !important;
	margin: 20px !important;
	border-radius: 5px !important;
}


/*= CheckList LGPD ============ */

/** CheckList LGPD >> Numero 1 - Pequeno **/
.cl-lgpd-1-p {
	color: rgb(255, 255, 255) !important;
	font-weight: 500 !important;
	text-align: center !important;
	vertical-align: middle !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3) inset !important;
	background-color: rgb(73, 44, 221) !important;
	width: 200px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 10px !important;
	border-radius: 30px !important;
	float: left !important;
}

/** CheckList LGPD >> Numero 2 - Pequeno **/
.cl-lgpd-2-p {
	color: rgb(255, 255, 255) !important;
	font-weight: 500 !important;
	text-align: center !important;
	vertical-align: middle !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3) inset !important;
	background-color: rgb(173, 56, 226) !important;
	width: 200px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 10px !important;
	border-radius: 30px !important;
	float: left !important;
}

/** CheckList LGPD >> Numero 3 - Pequeno **/
.cl-lgpd-3-p {
	color: rgb(255, 255, 255) !important;
	font-weight: 500 !important;
	text-align: center !important;
	vertical-align: middle !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3) inset !important;
	background-color: rgb(255, 73, 73) !important;
	width: 200px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 10px !important;
	border-radius: 30px !important;
	float: left !important;
}

/** CheckList LGPD >> Citacao **/
.postid-3375 .is-style-default {
	width: 100% !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	border-top-style: none !important;
	border-bottom-style: none !important;
}

/** CheckList LGPD >> Citacao Paragrafo **/
.is-style-default p {
	font-size: 22px !important;
	font-weight: 500 !important;
}

/** CheckList LGPD >> Atividade Descricao **/
.cl-lgpd-atividade-descricao {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
	border-bottom: 2px none rgb(197, 197, 197) !important;
}

/** CheckList LGPD >> Separador **/
.cl-lgpd-atividade-separador {
	width: 200px !important;
	margin-bottom: 40px !important;
}


/*= Pagina de Links =========== */

/** Pagina de Links >> Tag Vermelho **/
.pagina-links-tag-vermelho {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(255, 73, 73) !important;
}

/** Pagina de Links >> Tag **/
.pagina-links-tag {
	font-family: Lato !important;
	font-size: 14px !important;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3) !important;
	padding: 3px 10px 3px 10px !important;
	border-radius: 30px !important;
	position: absolute !important;
	top: 30px !important;
	left: -30px !important;
}

/** Pagina de Links >> Tag Roxo **/
.pagina-links-tag-roxo {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(173, 56, 226) !important;
}

/** Pagina de Links >> Tag Amarelo - Banner Plano Cloud **/
.pagina-links-tag-amarelo {
	font-family: Helvetica !important;
	color: rgb(11, 15, 63) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6) !important;
	background-color: rgb(255, 195, 0) !important;
	border-radius: 0 5px 5px 0 !important;
	position: absolute !important;
	top: -30px !important;
	left: -45px !important;
}

/** Pagina de Links >> Ícones - Links **/
.fl-module-info-list .uabb-icon-wrap {
	-webkit-animation-name: zoomIn !important;
	animation-name: zoomIn !important;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
}

/** Pagina de Links >> Ícone Título **/
.uabb-separator-center .uabb-icon > .fas {
	text-shadow: 1px 1px 5px rgba(47, 63, 80, 0.4) !important;
	-webkit-animation-name: rollIn !important;
	animation-name: rollIn !important;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
}

/** Pagina de Links >> Título Lista de Recursos **/
.pl-plano-cloud-lista .uabb-info-list-title {
	margin-bottom: 10px !important;
}

/** Pagina de Links >> Setas Lista de Recursos **/
.pl-plano-cloud-lista .fa-arrow-right {
	margin-right: 10px !important;
}

/** Pagina de Links >> Icone Estrela - Tag Completo **/
.pagina-links-tag-amarelo > .fa-star {
	color: rgb(11, 15, 63) !important;
}

/** Pagina de Links >> Busca Topo **/
.pp-search-form__container > .pp-search-form__input {
	box-shadow: 1px 1px 3px 0 rgba(47, 63, 80, 0.1) inset !important;
}


/*= Topo Novo ================= */

/** Topo Novo >> Topo Menu **/
.fl-node-613d27ec0e67d > .fl-row-content-wrap {
	box-shadow: 2px 2px 12px 0 rgba(47, 63, 80, 0.3) inset !important;
	background-color: rgb(245, 246, 247) !important;
}

/** Topo Novo >> Icone **/
.miro-topo-icon {
	width: 16px !important;
	height: 16px !important;
	margin-right: 2px !important;
}

/** Topo Novo >> Icon Amarelo **/
.miro-icon-amarelos {
	color: rgb(255, 195, 0) !important;
}


/*= Cabecalho Novo ============ */

/** Cabecalho Novo >> Submenu Cursos Gratuitos **/
#menu-item-3738 > .sub-menu {
	width: 240px !important;
	margin-left: -20px !important;
}


/*= Rodape Novo =============== */

/** Rodape Novo >> Home - Tag Amarelo - Banner Plano Cloud **/
.home-tag-amarelo {
	font-family: Helvetica !important;
	color: rgb(11, 15, 63) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.6) !important;
	background-color: rgb(255, 195, 0) !important;
	border-radius: 0 5px 5px 0 !important;
	position: absolute !important;
	top: -30px !important;
	left: -45px !important;
}

/** Rodape Novo >> Rodape Icone Estrela - Tag Completo **/
.home-tag-amarelo > .fa-star {
	color: rgb(11, 15, 63) !important;
}


/*= BarraLGPD ================= */

/** BarraLGPD >> Barra **/
#cookie-law-info-bar {
	box-shadow: -2px -2px 8px 0 rgba(0, 0, 0, 0.2) !important;
	width: 260px !important;
	padding: 20px 20px 10px 20px !important;
	border-top-left-radius: 15px !important;
	bottom: 0 !important;
	right: 0 !important;
}

/** BarraLGPD >> Botao **/
#cookie_action_close_header {
	font-weight: 600 !important;
	text-transform: uppercase !important;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
	width: 100% !important;
	margin-left: 0 !important;
	border-radius: 30px !important;
}

/** BarraLGPD >> Texto **/
#cookie-law-info-bar .cli-bar-message {
	font-size: 14px !important;
	text-align: center !important;
}

/** BarraLGPD >> Link - Politica Privacidade **/
#CONSTANT_OPEN_URL {
	color: rgb(255, 73, 73) !important;
	font-weight: 600 !important;
	margin-top: 5px !important;
}

/** BarraLGPD >> TESTE **/
.fl-node-616cbbcb68113 .uabb-infobox-title {
	-webkit-transform-origin: left bottom !important;
	transform-origin: left bottom !important;
	transform: scaleX(0) !important;
	-o-transition-property: border-width !important;
	-moz-transition-property: border-width !important;
	-webkit-transition-property: border-width !important;
	transition-property: border-width !important;
	-o-transition-duration: 0.5s !important;
	-moz-transition-duration: 0.5s !important;
	-webkit-transition-duration: 0.5s !important;
	transition-duration: 0.5s !important;
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important;
}

/** BarraLGPD >> Teste1 **/
.infobox-left .uabb-infobox-title-prefix {
	-webkit-animation-name: transform !important;
	animation-name: transform !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}


/*= Post grid ================= */

/** Post grid >> Rl post title **/
.rl-post-title {
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5) inset !important;
	background-color: rgb(73, 44, 221) !important;
	height: 180px !important;
	min-height: 180px !important;
	max-height: 180px !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Post grid >> Post - Title - H3 **/
.rl-post-title > h3 {
	color: rgb(255, 255, 255) !important;
	top: 50% !important;
}

/** Post grid >> Rl post category **/
.rl-post-category > a {
	color: rgb(48, 64, 79) !important;
	font-weight: bold !important;
	background-color: rgb(255, 215, 28) !important;
	padding: 3px 15px 3px 15px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

/** Post grid >> Rl post excerpt **/
.rl-post-excerpt {
	padding: 20px 20px 5px 20px !important;
}

/** Post grid >> rl-table-aulas - Link **/
.rl-table-aulas > table > tbody > tr > td > a {
	color: rgb(47, 63, 80) !important;
	text-decoration: underline !important;
}

/** Post grid >> rl-table-aulas - Table **/
.rl-table-aulas > table {
	border-top: 1px solid rgb(11, 15, 63) !important;
	border-right: 1px solid rgb(11, 15, 63) !important;
	border-bottom: 1px solid rgb(11, 15, 63) !important;
	border-left: 6px solid rgb(11, 15, 63) !important;
}

/** Post grid >> rl-table-aulas - Table col **/
.rl-table-aulas > table > tbody > tr > td {
	padding-left: 30px !important;
}

/** Post grid >> Rl list aulas **/
.rl-list-aulas {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	margin-bottom: 0 !important;
	border-left-width: 6px !important;
	border-left-style: solid !important;
}

/** Post grid >> rl-list-aulas Link **/
.rl-list-aulas > a {
	text-decoration: underline !important;
}

/** Post grid >> Rl post link title **/
.rl-post-link-title {
	color: rgb(255, 255, 255) !important;
}

/** Post grid >> Rl post link **/
.rl-post-link {
	color: rgb(47, 63, 80) !important;
}


/*= Jornada iia =============== */

/** Jornada iia >> Rl ico blue **/
.rl-ico-blue {
	color: rgb(73, 44, 221) !important;
	font-size: 18px !important;
	padding-right: 5px !important;
}

/** Jornada iia >> Rl ico red **/
.rl-ico-red {
	color: rgb(255, 73, 73) !important;
	font-size: 18px !important;
	padding-right: 5px !important;
}


/*( Desktop e tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** CheckList LGPD >> Numero 1 - Pequeno **/
	.cl-lgpd-1-p {
	margin-bottom: 5px !important;
}

	/** CheckList LGPD >> Numero 2 - Pequeno **/
	.cl-lgpd-2-p {
	margin-bottom: 5px !important;
}

	/** CheckList LGPD >> Numero 3 - Pequeno **/
	.cl-lgpd-3-p {
	margin-bottom: 5px !important;
}

	/** Cabecalho Novo >> Submenu Cursos Gratuitos **/
	#menu-item-3738 > .sub-menu {
	width: 230px !important;
	margin-left: -24px !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Hostnet **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(1) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(73, 44, 221) !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Curso em Video **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(2) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(173, 56, 226) !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Estudonauta **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(3) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(255, 73, 73) !important;
}

}


/*( Tablet & celular )*/
@media (max-width: 767px) {
	/** Pagina de Links >> Tag Amarelo - Banner Plano Cloud **/
	.pagina-links-tag-amarelo {
	top: -30px !important;
	left: -30px !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Estudonauta **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(3) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(255, 73, 73) !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Curso em Video **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(2) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(173, 56, 226) !important;
}

	/** Cabecalho Novo >> Menu - Mobile - Hostnet **/
	.fl-node-6141320605243 > div > div:nth-of-type(1) > ul:nth-of-type(1) > li:nth-of-type(1) > h4:nth-of-type(1) > a:nth-of-type(1) {
	color: rgb(73, 44, 221) !important;
}

	/** Rodape Novo >> Home - Tag Amarelo - Banner Plano Cloud **/
	.home-tag-amarelo {
	top: -30px !important;
	left: -30px !important;
}

}


/*( Celular )*/
@media (max-width: 480px) {
	/** CheckList LGPD >> Numero 3 - Pequeno **/
	.cl-lgpd-3-p {
	margin-bottom: 5px !important;
}

	/** CheckList LGPD >> Numero 2 - Pequeno **/
	.cl-lgpd-2-p {
	margin-bottom: 5px !important;
}

	/** CheckList LGPD >> Numero 1 - Pequeno **/
	.cl-lgpd-1-p {
	margin-bottom: 5px !important;
}

	/** Rodape Novo >> Icones Redes Socias **/
	.rodape-icones-redes-sociais .fab {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
}

	/** Pagina de Links >> Tag Vermelho **/
	.pagina-links-tag-vermelho {
	margin-left: 5px !important;
}

	/** Pagina de Links >> Tag Roxo **/
	.pagina-links-tag-roxo {
	margin-left: 5px !important;
}

	/** Artigos >> Post Meta Term **/
	.pp-masonry-active .pp-post-meta-term {
	color: rgb(255, 255, 255) !important;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5) !important;
	background-color: rgb(73, 44, 221) !important;
	padding: 7px 25px 7px 25px !important;
	border-radius: 30px !important;
}

	/** Artigos >> Tabela - Coluna 1 **/
	.rl-tabela-tutoriais tr > td:nth-of-type(1) {
	width: auto !important;
	height: auto !important;
}

}

