@import url('fonts/icomoon/style.css');
@import url('fonts/GothamX/stylesheet.css');
@import url('scss/theme.css');

p {
	margin: 0;
}

button {
	border: none;
}

.bg-danger {
	color: #fff;
}

.bg-success {
    font-weight: bold;
}

.cp-marginTop {
	margin-top: 15px; 
}

.cp-marginRight {
    margin-right: 15px;
}

.cp-marginBottom {
    margin-bottom: 15px;
}

.cp-marginLeft {
    margin-left: 15px;
}

.cp-verticalCenter {
	margin: 0 auto !important;
}

.menu li {
	text-transform: uppercase;
}


@media ( min-width : 993px) {
	.cp-menu-visibleXS {
		display: none !important;
	}
}

.cp-logoText {
	font-size: 44px;
	color: #fff;
	font-weight: bold;
}

.cp-menu-hiddenXS .cp-topMenu-item {
	width: auto;
	max-width: 145px;
	text-align: center;
}

.cp-menu-hiddenXS .cp-topMenu-item:hover {
	margin-top: 10px;
	height: 58px;
	background: #B4299A;
	padding: 10px 0 0 0;
	border-radius: 5px;
	border: 1px solid #fff;
}

.cp-topMenu-item:hover .cp-topMenu-itemLink {
	height: 51px;
	display: inline-block;
	background: #B4299A;
	width: 142px;
	z-index: 10;
}

.cp-topMenu-item .cp-topMenu-itemLink,
.cp-topMenu-item .cp-topMenu-itemLink:before {
	transition: none;
}

.cp-topMenu-item:hover .cp-topMenu-itemLink:before {
	background: none;
}

.cp-topMenu-item .cp-subMenu {
	height: 0;
	width: 1015px;
	float: left;
	display: inline-block;
	background: #B4299A;
	overflow: hidden;
	border-radius: 5px;
	transition: height 450ms;
	text-align: left;
}

.cp-topMenu-item .cp-subMenu.cp-aboutUs {
	width: 245px;
}
.cp-topMenu-item .cp-subMenu.cp-corpinetMenus {
	width: 225px;
}

.cp-menu-hiddenXS .cp-topMenu-item:hover .cp-subMenu {
	height: auto;
	border: 1px solid #fff;
	padding: 30px 20px 20px 20px;
	position: absolute;
	right: 30px;
	top: 65px;
}

.cp-menu-hiddenXS .cp-topMenu-item:hover .cp-subMenu.cp-aboutUs {
	right: 353px;
}

.cp-menu-hiddenXS .cp-topMenu-item:hover .cp-subMenu.cp-corpinetMenus {
	right: 135px;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item {
	float: left;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item.cp-crm {
	width: 265px;
}
.cp-topMenu-item .cp-subMenu .cp-subMenu-item.cp-hr {
	width: 190px;
}
.cp-topMenu-item .cp-subMenu .cp-subMenu-item.cp-document {
	width: 230px;
}
.cp-topMenu-item .cp-subMenu .cp-subMenu-item.cp-digital {
	width: 285px;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item a {
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item .cp-innerMenu {
	display: table;
	float: left;
	width: 100%;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item .cp-innerMenu .cp-innerMenu-item {
	float: left;
	width: 100%;
}

.cp-topMenu-item .cp-subMenu .cp-subMenu-item .cp-innerMenu .cp-innerMenu-item .cp-innerMenu-itemLink {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

@media ( max-width : 992px) {
	.cp-menu-hiddenXS {
		display: none !important;
	}
	
	.cp-topMenu-item {
		max-width: unset;
	}
	.cp-topMenu-item:hover {
		margin-top: 0;
	}
	.cp-topMenu-item .cp-subMenu {
		height: auto;
		background: none;
		box-shadow: unset;
		width: 285px;
		margin: 0;
		padding: 0 0 0 30px;
	}
	.cp-topMenu-item:hover .cp-subMenu {
		margin: 0;
	}
	.cp-topMenu-item .cp-subMenu .cp-subMenu-item a {
		border-top: none;
		color: #fff;
		font-size: 12px;
	}
}

form .cp-errorText {
    color: #ff0000;
    margin-top: 10px;
    float: left;
    display: none;
}
form .has-error {
	border: 1px solid #cd5c5c;
	padding: 0 5px;
}

form .has-error .cp-errorText {
	display: block;
}

.language-container button {
	cursor: pointer;
}

.language-container .cp-langOutput {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
	margin-left: 3px;
	margin-top: 1px;
}


@media (max-width: 1599px) {
	.cp-corpinetFunction .item .text {
		text-align: center !important;
	}
}

.item .text,
.item .item-content {
    text-align: justify !important;
}

.item-list-container-2 .item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cp-corpinetFunction .text {
	height: 230px;
	overflow: hidden;
}

.cp-corpinetFunction .title {
	height: 60px;
}

.cp-corpinetFunction .icon {
/*     height: 140px; */
    overflow: hidden;
}

@media (min-width: 992px) {
	.cp-services .text-container {
		text-align: center;
	}
}


.cp-agreement {
	text-align: justify; 
}

.button-3.cp-demoButton {
	border-radius: 5px;
	text-align: center;
}

.cp-whatsappButton {
	bottom: 200px !important;
	overflow: hidden;
}

@media ( max-width : 1600px) {
	.cp-whatsappButton {
		bottom: 180px !important;
	}
}

.cp-whatsappButton img {
	max-width: unset;
	width: 150%;
}

.cp-homeReferences .item .text {
	height: 158px;
	overflow: hidden;
}

.section-4 .title-container .text,
.section-6 .title-container .text,
.section-7 .title-container .text {
	text-align: center;
}

.cp-detailPage-titleIcon {
	height: 40px;
	margin-right: 15px;
}


.cp-infoMessage {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
}
.cp-infoMessage .glyphicon {
  font-size: 24px;
  margin-right: 5px;
}
.cp-infoMessage .cp-loginCompanyLogo {
  margin-right: 10px;
  max-height: 30px;
  width: auto;
}
.cp-infoMessage .cp-loginCompanyName {
  font-size: 18px;
  font-weight: 700;
}

.cp-chooseCompany-content .references-logo-container .item {
	margin: 0 auto;
}

.cp-contact.section .form-wrapper {
	margin: 0;
}

.cp-aboutUs .image-container {
	padding-left: 0;
}

.cp-demoPage .cp-demoBox .cp-companyRow {
	border: 1px solid #D9D2D2;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.cp-demoPage .cp-demoBox .cp-companyRow .cp-boxHeader {
	line-height: 70px;
	text-align: center;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.cp-demoPage .cp-demoBox.cp-registeredCompanys .cp-companyRow .cp-boxHeader {
	background: #B4299A;
}

.cp-demoPage .cp-demoBox.cp-domainCompanys .cp-companyRow .cp-boxHeader {
	background: #249CF1;
}

.cp-demoPage .cp-demoBox.cp-newRequest .cp-companyRow .cp-boxHeader {
	background: #ab9f9f;
}

.cp-demoPage .cp-demoBox .cp-companyRow .cp-companyLogoFrame {
	border: 1px solid #D9D2D2;
	border-radius: 5px;
	margin: 15px 0;
	padding: 15px;
	min-height: 115px;
	position: relative;
	cursor: pointer;
}

.cp-demoPage .cp-demoBox .cp-companyRow .cp-companyLogo {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}

.cp-demoPage .cp-demoBox .cp-companyRow .cp-requestFormCreateDemoButton {
	background: #ab9f9f;
	margin: 40px auto 0;
	float: none; 
	display: table;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.cp-demoPage .cp-demoInfoContent div {
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 20px 0px;
}

.cp-demoPage  .cp-demoInfoContent div span {
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.wrapper .content.blue-title {
	width: 100%;
}

.cp-demoPage  .cp-demoInfoContent div.cp-registeredCompanyInfo span {
	background: #B4299A;
}

.cp-demoPage  .cp-demoInfoContent div.cp-domainCompanyInfo span {
	background: #249CF1;
}

.cp-demoPage  .cp-demoInfoContent div.cp-newRequestInfo span {
	background: #ab9f9f;
}

.cp-newsletter {
	background: none;
	height: auto;
}

.cp-newsletter .cp-webpageNewsletterError {
	display: none;
	color: #ff0000;
}

.cp-newsletter .cp-webpageNewsletterError.has-error {
	display: block;
}

.cp-newsletter .cp-intranetNewsleterUserRequestIsOk {
	display: none;
}

.cp-newsletter .cp-intranetNewsleterUserRequestIsOk .cp-newsletterOk {
	background: green;
	color: #fff;
	font-weight: bold;
}

@media all and (max-width: 576px) {
	.input.cp-password {
		width: 40% !important;
	}
}

.cp-postContainer .cp-postContent {
	margin-bottom: 30px;
}
.cp-postContainer .cp-postContent img {
	max-width: 50%;
	margin: 0 20px 10px 0;
	float: left;
}

.cp-postContainer.cp-home .cp-postContent img {
	max-width: 80%;
	display: table;
	margin: 0 auto;
	float: none;
}
.cp-postContainer .cp-postContent .cp-text {
  background: #fff;
  float: left;
  padding: 10px;
}
.cp-postContainer .cp-postContent .cp-text h3 {
  color: #951157;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}
.cp-postContainer.cp-home .cp-postContent .cp-text h3{
	text-align: center;
	height: 50px;
}
.cp-postContainer .cp-postContent .cp-text p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.cp-postContainer.cp-home .cp-postContent .cp-text p {
  text-align: center;
}
.cp-postContainer .cp-postContent .cp-text p .cp-date {
  color: #00bcd4;
}
.cp-postContainer .cp-postContent .cp-text p .cp-autor {
  color: #f09a3e;
  display: none;
}
.cp-postContainer .cp-postContent .cp-text div {
  color: #747474;
  text-align: justify;
  padding: 15px 0 0 0;
  font-size: 16px;
}


.cp-seoLinks {
	float: left;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.cp-seoLinks ul,
.cp-seoLinks li {
	list-style: none;
}

.cp-seoLinks a {
	color: #747474;
}
.cp-seoLinks a:hover {
	font-weight: bold;
}
.cp-seoLinks .cp-subMenu .cp-subMenu-item {
	float:left;
	margin-bottom: 15px;
}
.cp-seoLinks .cp-subMenu .cp-subMenu-item .cp-modultitle {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
}
.cp-seoLinks .cp-subMenu .cp-subMenu-item .cp-innerMenu {
	padding: 0 50px 0 0;
}
.cp-seoLinks .cp-subMenu .cp-subMenu-item .cp-innerMenu .cp-innerMenu-item {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 5px;
}

body.detailpage .as-modal {
	top: 150px;
}

body.detailpage .modal-content {
	border-radius: 8px;
	border: none;
}

body.detailpage .as-modalHeader,
body.detailpage .as-modalFooter {
	background: #0a3d62;
	color: #fff;
}

body.detailpage .as-modalHeader {
	padding: 4px 15px;
	display: block;
	border-radius: 7px 7px 0 0;
}

body.detailpage .as-modalHeader .as-modalTitle {
	display: none;
}

body.detailpage .as-modalHeader button {
	float: right; 
	font-size: 26px;
	color: #fff;
	text-shadow: unset;
	opacity: unset;
	cursor: pointer;
}

body.detailpage .as-modalBody img {
	width: 100%;
}

body.detailpage .as-modalFooter {
	padding: 5px 15px;
	border-radius: 0 0 7px 7px;
}

body.detailpage .as-modalFooter button {
	display: none;
}


form .as-PaddingBysides-10 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

form .input {
	margin: 0!important;
}

form .cke .cke_top {
	padding: 25px 0 0 0;
	border-bottom: none;
}
form .cke_editable {
	margin: 0;
	line-height: 20px;
}
form .cke_editable p {
	margin: 0;
}
.as-sexSelect {
	float: left;
	margin-bottom: 20px;
}
.as-sexSelect label {
	margin-top: 7px;
}
.as-float-left {
	float: left;
}
.section .form-wrapper .input label.as-fileInput {
	position: relative;
	top: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}